proomt

Search

Search posts, papers, and topics

All posts

VercelZachary Chen1 min readrelease notesintermediate

MiMo V2.6 models now available on AI Gateway

Summary

Vercel AI Gateway now offers three Xiaomi MiMo V2.6 models (Pro, Flash, Pro UltraSpeed) with up to 1 M token context, 1 T total parameters (42 B active per token) for Pro, 309 B total (15 B active) for Flash, and a 20× speed variant. The models support multimodal inputs and can be used via Vercel’s unified API and CLI for coding agents.

  • MiMo V2.6 Pro: 1.02 T total params, 42 B active per token – targets complex software‑engineering and long‑running agents.
  • MiMo V2.6 Flash: 309 B total params, 15 B active per token – more compute‑efficient for everyday multimodal automation.
  • MiMo V2.6 Pro UltraSpeed: same capabilities as Pro but up to 20× faster output for latency‑sensitive workloads.
  • All models expose a 1 M token context window and can emit up to 128 K output tokens, enabling long‑repo analysis and multi‑session agents.

The addition of high‑parameter, multimodal MiMo models to a managed gateway lowers the operational friction for teams building AI‑powered coding assistants, especially when long context windows and low latency are required. However, the post is largely a product announcement with minimal engineerin…

4/10

Related reading

  1. GLM 5.3 FlashX now available on AI Gateway

    Vercel AI Gateway now offers the GLM‑5.3‑FlashX model, a fast (~200 tps) multimodal coding LLM. The post includes a TypeScript streaming example, notes the model’s fit for coding agents and interactive tools, and lists AI Gateway features (unified API, usage tracking, retries/failover, custom reporting, key budgets, routing rules) with no platform fee.

    Vercelvercel.com1 minrelease
  2. Gemini 3.8 Live models now available on AI Gateway

    Vercel AI Gateway now offers Google’s Gemini 3.8 Live and Live Extended Thinking models through its realtime WebSocket API, enabling real‑time spoken interactions with audio output and parallel reasoning. The post includes a short TypeScript example for token acquisition, WebSocket setup, and handling of realtime events.

    Vercelvercel.com1 minrelease
  3. Qwen 3.8 Max now available on Vercel AI Gateway

    Vercel AI Gateway now offers Qwen 3.8 Max, a 2.4 T‑parameter multimodal LLM with up to 1 M token context. It can be invoked via the standard `streamText` API or through Vercel’s coding agents, with no extra platform fees and full control over usage and security.

    Vercelvercel.com1 minrelease
  4. GPT-Live 1 now available on AI Gateway

    Vercel AI Gateway now offers OpenAI’s GPT‑Live 1, a full‑duplex voice model that can listen and speak simultaneously. The SDK lets you start a voice session and optionally delegate work to any text model, with code examples for both patterns.

    Vercelvercel.com1 minrelease