Get a list of all available AI models from OpenRouter
cURL
curl --request GET \ --url https://www.orgo.ai/api/ai \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "context_length": 123, "pricing": { "prompt": "<string>", "completion": "<string>" } } ] }
API key authentication using Bearer token
Model provider (currently only 'openrouter' supported)
openrouter
List of available models
The response is of type object.
object