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.
Custom inference settings in the Warp Agent panel
Replace
<ORQ_API_KEY> with an API key.
Click + Add model for each additional model, set an optional Model alias for the picker, then Save.

Adding the Orq.ai AI Gateway as a custom endpoint in Warp
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).