Skip to main content
Roo Code is a VS Code extension for AI-assisted coding. Configure it with an OpenAI Compatible provider pointing to the AI Gateway to access every model in the catalog, including Anthropic Claude models.

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 → SettingsAPI Configuration. Fill the fields:
FieldValue
API ProviderOpenAI Compatible
Base URLhttps://api.orq.ai/v3/router
API Key<ORQ_API_KEY>
Model IDanthropic/claude-sonnet-4-6
Click Save.
Always use the provider/model_id format for model IDs (e.g. anthropic/claude-sonnet-4-6, not claude-sonnet-4-6). Bare IDs return a 400 invalid model format error.

Troubleshooting

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.
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.