List batch-supported models
GET
/v1/batches/modelsReturns active LLM model templates that can be used in batch jobs for your account. Each item's id is the Token360 model name to put in JSONL body.model (same as synchronous POST /v1/chat/completions).
A model is listed when it has at least one active route through an OpenAI- or Gemini-compatible batch provider. Templates with model_metadata.supports_batch=false are excluded.
See also Batch Jobs for the full workflow.
Authentication
Authorization Bearer
API key as bearer token in Authorization header.
Response
objectstringAlways list.
dataarraySupported models.
data[].idstringModel name for JSONL body.model.
data[].objectstringAlways model.
data[].supports_batchbooleanAlways true for listed items.
data[].display_namestringHuman-readable name.
data[].model_template_idintegerInternal template ID.
data[].model_typestringTypically LLM.
Was this page helpful?