List available models
models
List available models
Retrieve a list of available AI models, deduplicated by model name and optionally filtered by region.
Each model entry aggregates information from all available endpoints:
- regions: All regions where this model is deployed
- locations: All specific locations (e.g., westeurope, eastus)
- providers: All providers offering this model
- endpoint_count: Total number of endpoints available
Use the region parameter to filter models by deployment region:
eu: Only models with at least one EU endpointglobal: Only models with at least one global/US endpoint
If no region is specified, all models are returned.
GET
List available models
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Query Parameters
Filter models by region. If not specified, returns all models. Available regions for model deployment.
Available options:
eu, global