Get top models for a specific providerThis endpoint returns the most used models from a provider.Args: provider_name: Provider name (e.g., 'openai', 'anthropic') limit: Number of models to return time_range: Time range for statisticsReturns: List of top models with usage statisticsExample: GET /catalog/provider/openai/top-models?limit=5&time_range=7d
Request
Path Params
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/provider//top-models?limit&time_range'