qwenVision
Qwen: Qwen3.5 Plus 2026-02-15
The Qwen3.5 native vision-language series Plus models are built on a hybrid architecture that integrates linear attention mechanisms with sparse mixture-of-experts models, achieving higher inference efficiency. In a variety of...
Context
1M tokens
Input / 1M tokens
$0.26
Output / 1M tokens
$1.56
Benchmark
—
Pricing
Input tokens$0.26 per 1M tokens
Output tokens$1.56 per 1M tokens
Technical details
Model IDqwen/qwen3.5-plus-02-15
Context window1M tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerQwen3
Max output tokens65,536
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'qwen/qwen3.5-plus-02-15',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3.5 Plus 2026-02-15?
Get an API key and start making requests in minutes.
Get an API key