List batch model capabilities
Batch
Batch models (Beta)
List batch-capable models and their supported batch parameters.
GET
List batch model capabilities
Returns active models that can be used with the Batch API.
Use this endpoint before creating a batch when you need to discover provider-specific batch constraints such as:
- allowed
endpointvalues for batch input rows - supported
completion_windowvalues - model/provider-specific parameters exposed through
supported_params_detailandsupported_parameters_detail
list envelope. Each item includes:
modelnamestatusinput_typesandoutput_typessupported_paramssupported_parameterssupported_params_detailsupported_parameters_detailproviders, each with provider-level supported parameter detailpricing
supported_parameters is the OpenRouter-compatible alias for supported_params. supported_params_detail and supported_parameters_detail are aliases for the same structured metadata. New clients should prefer supported_parameters and supported_parameters_detail; existing clients can continue reading supported_params and supported_params_detail.
You can filter models by supported batch parameter with the params query parameter. Repeat it or pass a comma-separated list. The filter accepts canonical names and aliases from supported_parameters_detail, so params=request_endpoint can match models whose canonical parameter is endpoint, and params=window can match completion_window.
Authorizations
Bearer token authentication
Query Parameters
Optional supported-parameter filter. Repeat the parameter or pass a comma-separated list. Canonical names and aliases are accepted, for example endpoint, request_endpoint, completion_window, or window.
Last modified on June 11, 2026