Endpoint Examples
Submit Job
Submit a job with a specific model, messages, max output, and temperature.
POST
/
submit_job
Body
application/json
model
string
requiredThe model to use
messages
object[]
requiredMessages to process
max_output
integer
requiredThe maximum output limit
temperature
number
requiredThe temperature setting for creativity
Response
200 - application/json
job_id
string
The ID of the submitted job