Back to Models
Qwen: Qwen VL Plus
qwen/qwen-vl-plusFeb 5, 2025131.1K context8.2K max output$0.21/M in · $0.63/M out
Description
Qwen's Enhanced Large Visual Language Model. Significantly upgraded for detailed recognition capabilities and text recognition abilities, supporting ultra-high pixel resolutions up to millions of pixels and extreme aspect ratios for image input. It delivers significant performance across a broad range of visual tasks.
Specifications
Provider
qwen
Context Length
131.1K
Max Output
8.2K
Modality
Intextimage
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.21 |
| Output | $0.63 |
| Cache Read | $0.04 |
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-plus",
"messages": [{"role": "user", "content": "Hello!"}]
}'