pydo.inference.create_batch()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Submits a batch job against a previously uploaded JSONL input file. The upload must have completed before this call; otherwise the request is rejected.
Supply a unique request_id to make the submission idempotent — retries with the same value return the existing job. When provider is openai, the url on each JSONL line must match endpoint.
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.