Back to Models
Qwen: Qwen-Plus
qwen/qwen-plusFeb 1, 20251M context32.8K max output$0.40/M in · $1.20/M out
Description
Qwen-Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination.
Specifications
Provider
qwen
Context Length
1M
Max Output
32.8K
Modality
Intext
Outtext
Pricing
| Type | ≤256K | >256K |
|---|---|---|
| Input | $0.40 | $1.20 |
| Output | $1.20 | $3.60 |
| Cache Read | $0.08 | $0.24 |
| Cache Write | $0.50 | $1.50 |
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-plus",
"messages": [{"role": "user", "content": "Hello!"}]
}'