Troubleshooting
Image Errors
Fix image generation, image edits, and image input issues.
Image errors usually come from wrong group selection or model capability mismatch.
Check:
- OpenAI Images API requires an OpenAI group.
- The group must allow image generation.
- Gemini image generation requires a Gemini group and Gemini native
generateContent. - Codex image generation uses Responses with
image_generation. - Image input requires a vision-capable model.
- Large base64 image inputs can exceed body size limits.
If you see Images API is not supported for this platform, switch to an OpenAI group or use the Gemini native image generation path for Gemini image models.
AnyRoute Docs