qwenVision

Qwen: Qwen3.5 Plus 2026-04-20

Qwen3.5 Plus (April 2026) is a large-scale multimodal language model from Alibaba. It accepts text, image, and video input and produces text output, with a 1M token context window. This...

Context
1M tokens
Input / 1M tokens
$0.30
Output / 1M tokens
$1.80
Benchmark

Pricing

Input tokens$0.30 per 1M tokens
Output tokens$1.80 per 1M tokens
Cache write$0.38 per 1M tokens

Technical details

Model IDqwen/qwen3.5-plus-20260420
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-20260420',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3.5 Plus 2026-04-20?

Get an API key and start making requests in minutes.

Get an API key