Prerequisites
- TRAE installed
- Active Orq.ai account
- Orq.ai API key
Setup
Open the Models settings
Add a provider entry
- OpenAI-compatible models
- Anthropic models
<ORQ_API_KEY> with the key from Workspace Settings → API Keys.Configure Advanced Settings (optional)
Submit
Select the model in a chat
Troubleshooting
400 invalid model format
400 invalid model format
gpt-4o to openai/gpt-4o, claude-sonnet-4-6 to anthropic/claude-sonnet-4-6, and so on. All AI Gateway model IDs require the provider/ prefix.Error 4028: temperature and top_p cannot both be specified
Error 4028: temperature and top_p cannot both be specified
https://api.orq.ai/v3/anthropic instead.Requests bypassing Orq.ai
Requests bypassing Orq.ai
OPENAI_API_KEY or OPENAI_BASE_URL are set in the environment and a legacy OpenAI provider is also configured in TRAE, requests may resolve to the wrong endpoint. Unset those variables if not in use:No Traces appearing in Orq.ai
No Traces appearing in Orq.ai