Xiaomi has rolled out MiMo V2.5, an open-weight multimodal model that treats audio, images and video as native tokens and offers a 1.05-million-token context window. The pricing sheet lists $0.14 per million input tokens and $0.28 per million output tokens, a cost structure that makes it feasible to run long-form meetings or video streams in a single prompt.

Why “open-weight” matters

Most multimodal AIs stitch together separate front-ends: a speech-to-text engine, an image-captioning model, then feed the resulting text into a large language model (LLM). The LLM never sees the raw waveform or pixel data, so nuances such as tone, pauses or gestures can be lost. Xiaomi claims MiMo V2.5 ingests audio and video directly, preserving timing, intonation and visual cues. In theory this lets the model detect a sigh in a phone call, follow a sketch on a whiteboard, or distinguish overlapping speakers without an intermediate transcription step.

Because the model’s weights are openly released, organisations can download and run it on-premise. That sidesteps the common practice of sending raw media to cloud APIs, a step many regulated sectors—healthcare and finance—are reluctant or forbidden to take.

Technical headline figures

  • Context window: 1.05 million tokens, enough to fit a multi-hour meeting or a full-length documentary in one request.
  • Pricing: $0.14 per million input tokens, $0.28 per million output tokens.
  • Modalities: Audio, image, video, plus standard text handling.

The large context window steals the show. Traditional LLMs cap at a few thousand tokens, forcing developers to chunk long recordings or split video into short clips. With MiMo V2.5, a single prompt can contain a multi-hour meeting without cutting it into pieces.

First-hand look at the text engine

While the audio and video pipelines have not been independently benchmarked, the text core passed a quick sanity check:

  • Coding: The model solved a classic “merge intervals” problem and produced an algorithm with O(n log n) complexity, showing it can understand algorithmic constraints.
  • Reasoning: It answered a multi-step math word problem in four clean calculations, demonstrating chain-of-thought capability.
  • Structured output: Given an invoice image description, it emitted a correctly formatted JSON object with line items, totals and dates.

A solid text foundation matters because the same transformer architecture underpins the multimodal pathways. If the language side falters, the model’s ability to fuse audio or video cues will be limited.

Privacy-first use cases

Enterprises that must keep raw media in-house can now envision a single, self-hosted stack for:

  • Meeting intelligence: Summaries, action-item extraction, speaker attribution, and sentiment analysis without sending recordings to a third-party service.
  • Call analytics: Detecting stress, frustration, or compliance-related keywords in real time.
  • Voice interfaces: Building chatbots that understand tone and can respond with appropriate vocal inflection.
  • Video analysis: Recognizing gestures, slide changes, or on-screen drawings during webinars.

Replacing three separate vendor solutions with one model cuts integration overhead and reduces data-leakage points.

Caveats and what to verify

The audio and video capabilities remain manufacturer claims; no independent measurements have been published. Prospective adopters should run their own benchmarks on representative datasets before committing to production workloads.

Pricing, while transparent, is per-token.

What to watch next

  • Benchmark releases: Third-party evaluations of audio/video tokenization quality, latency, and memory footprint.
  • Tooling ecosystem: Open-source adapters for popular audio codecs and video containers that feed directly into MiMo V2.5.
  • Regulatory feedback: Whether data-privacy regulators view self-hosted open-weight models as a sufficient safeguard compared with cloud APIs.
  • Community contributions: Since the weights are public, the community may fine-tune the model for niche domains (e.g., medical dictation, legal depositions).

MiMo V2.5 将讨论从“多模态粘合剂”提升到了“多模态大脑”,并且可以在企业防火墙后运行。其开源权重的特性降低了隐私敏感型组织的准入门槛,但其承诺的音视频保真度仍需进一步验证。在独立测试证实这些说法之前,该模型最大的卖点仍然是其海量的上下文窗口,以及将多种 AI 服务整合进单一自托管技术栈的可能性。