qwenVision

Qwen: Qwen3.6 35B A3B

Qwen3.6-35B-A3B is an open-weight multimodal model from Alibaba Cloud with 35 billion total parameters and 3 billion active parameters per token. It uses a hybrid sparse mixture-of-experts architecture combining Gated...

Context
262k tokens
Input / 1M tokens
$0.14
Output / 1M tokens
$1
Benchmark

Pricing

Input tokens$0.14 per 1M tokens
Output tokens$1 per 1M tokens

Technical details

Model IDqwen/qwen3.6-35b-a3b
Context window262k tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerQwen
Max output tokens262,144

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.6-35b-a3b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3.6 35B A3B?

Get an API key and start making requests in minutes.

Get an API key