Back to Models
Qwen: Qwen VL Max
qwen/qwen-vl-maxFeb 1, 2025131.1K context32.8K max output$0.80/M in · $3.20/M out
Description
Qwen VL Max is a visual understanding model with 7500 tokens context length. It excels in delivering optimal performance for a broader spectrum of complex tasks.
Specifications
Provider
qwen
Context Length
131.1K
Max Output
32.8K
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.80 |
| Output | $3.20 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen-vl-max",
"messages": [{"role": "user", "content": "Hello!"}]
}'