FAQ
Frequently asked questions about AnyRoute docs and setup.
What base URL should I use?
Use https://anyroute.io for Claude Code, Codex Responses, Gemini CLI, and Dashboard-generated commands. Use https://anyroute.io/v1 when an OpenAI-compatible SDK or plugin explicitly requires an OpenAI base URL. Use https://anyroute.io/v1beta for Gemini-compatible SDKs that expect the native Gemini REST base.
Is Images a separate provider group?
Images are a documentation capability group, not a separate backend platform. OpenAI Images use an OpenAI group. Gemini image models use a Gemini group.
Can Gemini endpoints accept OpenAI or Anthropic request bodies?
No. /v1beta is Gemini native. Use /v1/messages for Anthropic-compatible requests to Gemini, or /v1/chat/completions for OpenAI Chat Completions compatibility.
Why does /v1/images/generations fail with a Gemini group?
The OpenAI Images API is only supported by OpenAI groups. Use Gemini native generateContent for Gemini image models.
Should I use Dashboard-generated commands?
Yes. The Use Key dialog knows the selected API key, provider group, operating system, and tool type. Use it as the source of truth.
AnyRoute Docs