MiniMax-VL-01 for real-time video
MiniMax-VL-01 · MiniMax · VLM · Open + API
MiniMax-VL-01 is MiniMax's open-weight vision-language model, a 456B-parameter mixture-of-experts design with 46B active parameters built around a lightning-attention mechanism that makes an unusually large 4M-token context window practical. That window is aimed squarely at long-video understanding, where a session can accumulate many sampled frames and a long conversation history without running out of room. MiniMax-VL-01 is not currently in Overshoot's live model catalog. Models that are live in the catalog follow the same WebRTC-and-ovs:// workflow for querying live streams.
MiniMax-VL-01 is not currently in the live Overshoot model catalog (verified against the live model catalog on 2026-07-14). Availability changes over time - query GET /v1beta/models for the current list.
- Developer
- MiniMax
- Parameters
- 456B MoE · 46B active
- Context window
- 4M tokens
- License
- MiniMax Model License
- Released
- Jan 2025
- Inputs
- Text, images, video frames
- Overshoot availability
- Not in live catalogas of 2026-07-14
What MiniMax-VL-01 is good at
MiniMax-VL-01's headline feature is its 4M-token context window, made workable by a lightning-attention mechanism that keeps the cost of attending over very long sequences far lower than standard quadratic attention. That combination is built specifically for long-video understanding, where an application needs to reason over many minutes of sampled frames rather than a handful of images.
With 46B active parameters out of a 456B pool, MiniMax-VL-01 still delivers frontier-scale visual reasoning quality on shorter tasks, so the long-context capability comes without giving up general-purpose visual question answering, description, and grounding performance on ordinary requests.
- Four-million-token context for long-video sessions
- Lightning attention keeps long-context inference practical
- General visual QA alongside long-horizon reasoning
MiniMax-VL-01 and Overshoot's streaming workflow
MiniMax-VL-01 is not currently in Overshoot's live model catalog. For models that are, the workflow is: publish a live camera or screen share over WebRTC to open a Stream, then build a chat-completions request that references it with an ovs:// URL: the latest frame, an exact timestamp, or a segment spanning start and end anchors sampled at 1 fps by default. Overshoot retains 600 seconds of rolling frame history for any such lookback.
MiniMax-VL-01's large context window would pair naturally with longer video segments and accumulated conversation history in a single thread, if a model like it were served through the API. Catalog models stream responses back over SSE, and a stable thread_id keeps prompt-cache hits high even as a session's context grows across many turns.
MiniMax-VL-01 versus other long-context vision models
MiniMax-VL-01's 4M-token window dwarfs most open-weight vision models; more directly relevant, it stands apart from mid-context siblings like Step-3's 64K or ERNIE 4.5 VL's 128K windows. Teams that need to reason across long recorded sessions or many accumulated frames get the most benefit from choosing MiniMax-VL-01 over a shorter-context sibling.
Frequently asked questions
Can MiniMax-VL-01 analyze live video?
MiniMax-VL-01's 4M-token window and lightning attention were built for long-video understanding across many sampled frames. It is not currently in Overshoot's live model catalog, so it cannot be called against Overshoot streams today. Catalog models answer questions about a live WebRTC stream via an ovs:// URL in a chat-completions request, with the answer streamed back over SSE.
Is MiniMax-VL-01 open source?
Its weights are open and downloadable under the MiniMax Model License, which permits self-hosting under MiniMax's terms.
Why does MiniMax-VL-01's context window matter for video?
A 4M-token window lets an application hold a very long video session, many sampled frames, and extended conversation history in a single request without truncating early context, which is unusually generous even among long-context vision models.
Is MiniMax-VL-01 available on Overshoot?
Not currently. MiniMax-VL-01 is not in Overshoot's live model catalog. The catalog changes over time, so check GET /v1beta/models for the current list of models available through the API.