AnyRouteAnyRoute Docs
AnyRouteAnyRoute Docs
Homepage

Start Here

AnyRoute Documentation

Tools

Capabilities

API Reference

Operations

TroubleshootingAuth ErrorsProvider Group MismatchNo Available AccountQuota and BillingStreaming ErrorsGemini ErrorsImage Errors
FAQ
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:

  • /v1beta endpoints require a Gemini group.
  • /v1beta expects 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.

Streaming Errors

Fix streaming interruptions and protocol mismatch.

Image Errors

Fix image generation, image edits, and image input issues.