AnyRouteAnyRoute Docs
AnyRouteAnyRoute Docs
Homepage

Start Here

AnyRoute Documentation

Tools

Capabilities

ImagesOpenAI ImagesCodex Image GenerationGemini Image GenerationImage InputBilling and Limits

API Reference

Operations

FAQ
Images

Image Input

Send images to vision-capable models through supported protocol formats.

Image input is different from image generation. It sends an image to a model for understanding, extraction, or reasoning.

ProtocolTypical image formatEndpoint
Anthropic-compatiblecontent block with type: "image" and base64 source/v1/messages
OpenAI-compatibleimage_url or input_image, depending on API style/v1/chat/completions or /v1/responses
Gemini nativeinlineData with mimeType and base64 data/v1beta/models/{model}:generateContent

Image input support depends on the selected model. If a model rejects image input, choose a vision-capable model in the same provider group.

Gemini Image Generation

Use Gemini image models through Gemini native generateContent.

Billing and Limits

Understand image permissions, billing, and common limits.