Description
The Qwen3.5 122B-A10B native vision-language model is built on a hybrid architecture that integrates a linear attention mechanism with a sparse mixture-of-experts model, achieving higher inference efficiency. In terms of overall performance, this model is second only to Qwen3.5-397B-A17B. Its text capabilities significantly outperform those of Qwen3-235B-2507, and its visual capabilities surpass those of Qwen3-VL-235B.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3.5-122B-A10B (qwen/qwen3.5-122b-a10b)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3.5-122b-a10b",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3.5-122B-A10B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Video
API Pricing
- Input: 0.26$ / 1M tokens
- Output: 2.08$ / 1M tokens
Token Limits
- Max Output: 65,536 tokens
- Max Context: 262,144 tokens
Subscription Tiers
- free
- pro
- ultimate
