Troubleshooting
Gemini Errors
Fix Gemini native and compatibility issues.
Gemini errors usually come from group mismatch, request body mismatch, or session-specific upstream state.
Check:
/v1betaendpoints require a Gemini group./v1betaexpects Gemini native request bodies.- OpenAI Chat clients should use
/v1/chat/completions, not/v1beta. - Anthropic Messages clients should use
/v1/messages, not/v1beta. - Thought signatures and tool-call state can be tied to an upstream account; retrying a clean request can help after account switches.
For Gemini CLI, use the Dashboard-generated GOOGLE_GEMINI_BASE_URL.
AnyRoute Docs