Batch Inference
The ID of an uploaded file that contains requests for the new batch job. Your input file must be formatted as a JSONL file and must be uploaded with purpose 'batch'.
Successful Response
Validation error
Rate limit exceeded
A limit on the number of objects to be returned. Limit can range between 1 and 10,000; the default is 1000.
1000A cursor for use in pagination. 'after' is an object ID that defines your place in the list.
Sort order by the created_at timestamp of the objects. 'asc' for ascending order and 'desc' for descending order.
^(asc|desc)$Successful Response
Validation error
Rate limit exceeded
The file object (not filename) to be uploaded. Currently, only JSONL files are supported for batch jobs.
Uploaded file purpose. For batch jobs, use 'batch'.
batchSuccessful Response
Validation error
Rate limit exceeded
The ID of the batch job to cancel.
Successful Response
Resource not found
Validation error
Rate limit exceeded
The ID of the file to retrieve.
Successful Response
Validation error
Rate limit exceeded
No content
Last updated