Send an image as a content part withDocumentation Index
Fetch the complete documentation index at: https://docs.clearmaas.com/llms.txt
Use this file to discover all available pages before exploring further.
type: "image_url". Pass a
publicly-reachable https:// URL — this is the most universally
supported form.
data:image/...;base64,... inline URIs work for OpenAI and Gemini
targets. For Anthropic and xAI Grok models, prefer hosting the image
behind an https:// URL or use the provider’s native HTTP shape
(see Native Formats) when sending base64.
Vision-capable model families
Vision works against any upstream model that accepts image input. Examples:- OpenAI
gpt-4o*andgpt-4.1*family - Anthropic Claude 4 family (all current models)
- Google Gemini multimodal (
gemini-{2.5,3,3.1}-{flash,pro}) - xAI Grok 4 family (vision is built into general Grok 4 chat models)