Prerequisites
- Roo Code extension installed in VS Code (
RooVeterinaryInc.roo-cline) - Active Orq.ai account
- Orq.ai API key
Setup
Open the Roo Code panel → Settings → API Configuration. Fill the fields:| Field | Value |
|---|---|
| API Provider | OpenAI Compatible |
| 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.