Vision Language Models
Send images to vision-language models for understanding, description, and analysis.
Vision-Language Models (VLMs) can process both image and text inputs. Use the image_url content type in the messages array to pass images alongside text.
Supported models
| Model ID | Provider |
|---|---|
moonshotai/Kimi-K2.6 | Moonshot AI |
Qwen/Qwen3.5-397B-A17B | Alibaba Qwen |
nvidia/Nemotron-3-Nano-Omni-30B-A3B | NVIDIA |
The full model list is in the Model Catalog.
Image via URL
Image via Base64
Multiple images
You can send multiple images in a single request:
Notes
- Base64-encoded images should ideally be under 1 MB to avoid timeouts.
- Image tokens count toward billing together with text tokens.
- Streaming is supported with vision inputs.
Last updated on