List batch-supported models
/v1/batches/modelsReturns active LLM models you can submit to POST /v1/batches. Each item's id is the Token360 model name for JSONL body.model (same as synchronous POST /v1/chat/completions).
Listed models can run as a Token360 batch (at least platform fan-out). This is not a list of “models that have a special batch-only SKU.” supports_provider_batch=true means an upstream native Batch Infer route is also available for execution=auto|provider. Today most catalog LLMs have supports_provider_batch=false and still accept execution=platform.
Templates with model_metadata.supports_batch=false are excluded from provider-native eligibility (they may still appear for platform if otherwise batchable).
See also Batch Jobs for the full workflow and dual execution.
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 (Token360 batch capable).
data[].supports_provider_batchbooleanTrue when an upstream Batch Infer route exists for auto/provider.
data[].display_namestringHuman-readable name.
data[].model_typestringTypically LLM.