curl --request POST \
--url https://api.sutro.sh/batch-inference \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{}
],
"model": "<string>",
"system_prompt": "<string>",
"json_schema": {},
"sampling_params": {},
"job_priority": 123,
"dryrun": true,
"random_seed_per_input": true,
"truncate_rows": true
}
'