Prerequisites
- Cline extension installed in VS Code (
saoudrizwan.claude-dev) - Active Orq.ai account
- Orq.ai API key
Setup
Open the Cline panel → Settings → API Provider → selectOpenAI Compatible.
Fill the fields:
| Field | Value |
|---|---|
| Base URL | https://api.orq.ai/v3/router |
| API Key | <ORQ_API_KEY> |
| Model ID | anthropic/claude-sonnet-4-6 |
Troubleshooting
400 invalid model format
400 invalid model format
The model ID is missing the provider prefix. Change
claude-sonnet-4-6 to anthropic/claude-sonnet-4-6, gpt-4o to openai/gpt-4o, and so on.Requests not appearing in Orq.ai Traces
Requests not appearing in Orq.ai Traces
Verify the Base URL is set to
https://api.orq.ai/v3/router. Requests sent to a provider’s own endpoint bypass the AI Gateway and produce no Traces.