cURL
Models
List Models
Retrieve the complete catalog of AI models
GET
cURL
Overview
Retrieve the complete catalog of AI models available through Concentrate AI. This endpoint returns all models with their provider configurations, pricing, capabilities, and technical specifications.Authentication
This endpoint does not require authentication. You can call it without an API key.
Filter Query Parameters
You can filter results using dot-notation query parameters. All filters are ANDed together.Equality Filters
Filter on any field using dot-notation paths:Numeric Comparison Operators
Append.gte, .lte, .gt, or .lt to any numeric field path:
Provider-level vs Model-level Paths
- Provider-level (
supports.*,context_window,max_output_tokens,pricing.*,image_processing.*): a model matches if any of its providers match the filter. - Model-level (
slug,name,author.*,integrations.*): resolved directly on the model object.