curl --request POST \
--url https://inference-service-433968519479.us-central1.run.app/inference/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hf_token": "<string>",
"model_source": "<string>",
"model_type": "adapter",
"base_model_id": "<string>",
"messages": [
[
{}
]
],
"use_vllm": false
}
'