Orq MCP is live: Use natural language to interrogate traces, spot regressions, and experiment your way to optimal AI configurations. Available in Claude Desktop, Claude Code, Cursor, and more. Start now →
cURL
curl --request GET \ --url https://api.orq.ai/v2/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "<string>", "created": 123, "type": "chat", "owned_by": "vendor" } ], "has_more": true }
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of model objects.
list
Show child attributes
Was this page helpful?