xiaomiVision

Xiaomi: MiMo-V2.6-Pro

Try in chat →

MiMo-V2.6-Pro is the flagship foundation model developed by Xiaomi. Built at a scale of over 1T parameters, it is designed to push the ceiling of capability for the most demanding...

Context
1M tokens
Input / 1M tokens
$0.43
Output / 1M tokens
$0.87
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$0.43 per 1M tokens
Output tokens$0.87 per 1M tokens
Cache read$0.00 per 1M tokens

Apps and activity

Loading…

Technical details

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

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

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