Browse all available AI models with pricing, capabilities, and context windows
curl https://api.case.dev/llm/v1/chat/completions \ -H "Authorization: Bearer sk_case_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "anthropic/claude-sonnet-4.5", "messages": [{"role": "user", "content": "Hello!"}] }'
curl https://api.case.dev/llm/v1/models \ -H "Authorization: Bearer sk_case_YOUR_API_KEY"
Was this page helpful?