qwenVision

Qwen: Qwen3.5 397B A17B

The Qwen3.5 series 397B-A17B 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. It delivers...

Context
256k tokens
Input / 1M tokens
$0.39
Output / 1M tokens
$2.45
Benchmark

Pricing

Input tokens$0.39 per 1M tokens
Output tokens$2.45 per 1M tokens

Technical details

Model IDqwen/qwen3.5-397b-a17b
Context window256k tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerQwen3

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-397b-a17b',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3.5 397B A17B?

Get an API key and start making requests in minutes.

Get an API key