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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.gatewayz.ai/v1/provider//top-models?limit&time_range' \
--header'Authorization: Bearer <token>'