Documentation Index
Fetch the complete documentation index at: https://docs.crazyrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
Claude Vision
As of March 23, 2026, Crazyrouter production has verified two Claude image-input paths:- native
POST /v1/messageswithtype: "image"and Base64 PNG - OpenAI-compatible
POST /v1/chat/completionswithtype: "image_url"and a data URL
Native Format: /v1/messages
model: "claude-sonnet-4-6"content[0].type = "text"
OpenAI-Compatible Format: /v1/chat/completions
message.content came back as plain text describing the image color.
This page keeps only the Base64 PNG / data-URL paths that were revalidated successfully. Remote URLs, additional image formats, and more complex multi-image cases were not rechecked item by item in this pass.