Prerequisites
- Warp installed
- Active Orq.ai account
- Orq.ai API key
Setup
Open Warp Settings, then go to Agents → Warp Agent. Under Custom inference, click + Add custom model.
| Field | Value |
|---|---|
| Endpoint name | orq |
| Endpoint URL | https://api.orq.ai/v3/router |
| API key | <ORQ_API_KEY> |
| Model name | anthropic/claude-sonnet-4-6 |
<ORQ_API_KEY> with an API key.
Click + Add model for each additional model, set an optional Model alias for the picker, then Save.

Troubleshooting
400 invalid model format
400 invalid model format
The model name 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 Endpoint 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.Verification
Send a message in the Warp Agent. The response appears in the terminal and the request appears in Orq.ai Traces with the model identifieranthropic/claude-sonnet-4-6 (or whichever model was selected).