Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/llm/models — list the models OpenRouter can route to.
id
name
claude
gpt
curl https://api.usenaive.ai/v1/llm/models?search=claude \ -H "Authorization: Bearer nv_sk_live_..."
{ "count": 1, "models": [ { "id": "anthropic/claude-sonnet-4.6", "name": "Anthropic: Claude Sonnet 4.6", "context_length": 200000, "pricing": { "prompt": "0.000003", "completion": "0.000015" } } ] }