Batches
Create a batch job
Create a new batch job with the given input file and endpoint
POST
Documentation Index
Fetch the complete documentation index at: https://docs.together.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The endpoint to use for batch processing. Each line of the uploaded input file is dispatched against this endpoint.
/v1/chat/completions— chat completion batches/v1/audio/transcriptions— audio transcription batches (e.g.openai/whisper-large-v3)/v1/audio/translations— audio translation batches
Available options:
/v1/chat/completions, /v1/audio/transcriptions, /v1/audio/translations Example:
"/v1/chat/completions"
ID of the uploaded input file containing batch requests
Example:
"file-abc123def456ghi789"
Time window for batch completion (optional)
Example:
"24h"
Priority for batch processing (optional)
Example:
1
Model to use for processing batch requests
Example:
"Qwen/Qwen3.5-9B"