メインコンテンツへスキップ
更新日: 2026-06-06

Claude Vision

As of March 23, 2026, Crazyrouter production has verified two Claude image-input paths:
  • native POST /v1/messages with type: "image" and Base64 PNG
  • OpenAI-compatible POST /v1/chat/completions with type: "image_url" and a data URL

Native Format: /v1/messages

This production check returned:
  • model: "claude-opus-4-8"
  • content[0].type = "text"

OpenAI-Compatible Format: /v1/chat/completions

In the 2026-03-23 production check, 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.