qwenVision

Qwen: Qwen3.8 Omni Flash

Try in chat →

Qwen3.8 Omni Flash is an omni-modal reasoning model from Alibaba, the first Qwen model built around agentic capabilities with native audio-video understanding. It is suited for audio-video analysis and summarization,...

Context
1M tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$0.47
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$0.15 per 1M tokens
Output tokens$0.47 per 1M tokens
Cache read$0.02 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDqwen/qwen3.8-omni-flash
Context window1M tokens
Input modalitiestext, image, audio, video
Output modalitiestext
TokenizerQwen
Max output tokens131,072

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.8-omni-flash',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3.8 Omni Flash?

Try it in the browser first, then get an API key and start making requests in minutes.