Getting Started
1. Prepare Your Batch File
Create a.jsonl file where each line is a JSON object representing a single request. Each request must include a unique custom_id (UUID recommended), a type, a version, and a body with the model and input parameters.
Example:
- custom_id: Unique identifier for each request (UUID required)
- type: Task type (e.g., “completions”)
- version: API version (e.g., “v1”)
- body: Model and input parameters (see supported models below)