Vision
Send images alongside text to a vision-capable model
pixtral-large, qwen3-vl, and the gpt-5-6-* models accept image input alongside text. Pass the image as a base64 data URI in an image_url content block. The gateway forwards the image bytes to the model, so remote URLs are not fetched server-side.
Python
Image generation is not offered. See Errors and limits for the full list of what the gateway doesn’t cover.
Next steps
- Supported models: which models accept image input
- Chat completions: the base request shape