Providers
List Providers Catalog
Get catalog of available AI providers from models.dev (public, no auth required)
Get catalog of available AI providers from models.dev (public, no auth required)
X-API-Key<token>
Use X-API-Key: .
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/providers/catalog"[ { "api": "string", "doc": "string", "env": [ "string" ], "fields": [ { "defaultValue": null, "key": "apiKey" } ], "id": "string", "logoUrl": "string", "models": { "property1": { "attachment": false, "cost": { "input": 0, "output": 0, "reasoning": 0 }, "limit": { "context": 0, "output": 0 }, "modalities": { "input": [ "string" ], "output": [ "string" ] }, "reasoning": false, "structured_output": false }, "property2": { "attachment": false, "cost": { "input": 0, "output": 0, "reasoning": 0 }, "limit": { "context": 0, "output": 0 }, "modalities": { "input": [ "string" ], "output": [ "string" ] }, "reasoning": false, "structured_output": false } }, "name": "string", "npm": "string" }]{ "cause": { "code": "api/invalid-json", "detail": "string" }, "message": "The request body is not valid JSON"}{ "cause": { "code": "api/unsupported-media-type", "detail": "GET requests cannot have a content type header" }, "message": "Unsupported Media Type"}