Model Selection
The vision tool uses a multi-level auto-selection strategy with automatic fallback — no manual configuration required:- Main model — uses the currently configured main model for image recognition (must be a multimodal model)
- Other configured models — auto-discovers other multimodal models with configured API keys as alternatives
Supported Models
ZhipuAI and MiniMax text models do not support image understanding, so their dedicated vision models are always used automatically.
When use_linkai=true, LinkAI’s multimodal model is used by default.
Custom Configuration
To specify the model used by Vision, configure it inconfig.json, for example:
Parameters
Supported image formats: jpg, jpeg, png, gif, webp
Use Cases
- Describe image content
- Extract text from images (OCR)
- Identify objects, colors, scenes
- Analyze screenshots and scanned documents
Images larger than 1MB are automatically compressed before upload. All images (including remote URLs) are converted to base64 for transmission to ensure compatibility with all model backends.
