Create a new batch job with the given input file and endpoint
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The endpoint to use for batch processing
"/v1/chat/completions"
ID of the uploaded input file containing batch requests
"file-abc123def456ghi789"
Time window for batch completion (optional)
"24h"
Priority for batch processing (optional)
1
Model to use for processing batch requests
"meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo"
Optional webhook URL to receive completion notifications. Must be a valid HTTPS URL.
"https://example.com/webhook"