xiaomiVision

Xiaomi: MiMo-V2.6-Pro-UltraSpeed

Try in chat →

MiMo-V2.6-Pro-UltraSpeed is the fast speed edition of Xiaomi's flagship foundation model, MiMo-V2.6-Pro. Built from the same 1T MiMo-V2.6-Pro checkpoint, it matches the original model in quality while delivering roughly 10x...

Context
1M tokens
Input / 1M tokens
$4.35
Output / 1M tokens
$8.70
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$4.35 per 1M tokens
Output tokens$8.70 per 1M tokens
Cache read$0.04 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDxiaomi/mimo-v2.6-pro-ultraspeed
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-pro-ultraspeed',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Xiaomi: MiMo-V2.6-Pro-UltraSpeed?

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