xiaomiVision
Xiaomi: MiMo-V2.6-Flash
Try in chat →MiMo-V2.6-Flash is an open-source foundation model developed by Xiaomi. Built on a Mixture-of-Experts architecture with 309B total parameters and 15B activated per token, it employs a hybrid attention mechanism for...
Context
1M tokens
Input / 1M tokens
$0.14
Output / 1M tokens
$0.28
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.14 per 1M tokens
Output tokens$0.28 per 1M tokens
Cache read$0.00 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDxiaomi/mimo-v2.6-flash
Context window1M tokens
Input modalitiestext, image, video, audio
Output modalitiestext
TokenizerOther
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: 'xiaomi/mimo-v2.6-flash',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Xiaomi: MiMo-V2.6-Flash?
Try it in the browser first, then get an API key and start making requests in minutes.