Alibaba logo

QVQ-72B on live video streams

QVQ-72B · Alibaba · Visual reasoning · Open-weight

QVQ-72B is Alibaba’s experimental visual reasoning model, built on Qwen2-VL-72B to work through problems step by step rather than answer directly. QVQ-72B is not currently in Overshoot's live model catalog. When a reasoning model like this is available through the API, you publish a camera or screen share over WebRTC, reference frames with an ovs:// URL, and stream the reasoning and answer back through an OpenAI-compatible chat-completions request.

QVQ-72B 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
Alibaba
Parameters
72B, built on Qwen2-VL-72B
Context window
Standard Qwen2-VL context
License
Qwen license
Released
Dec 2024 (preview)
Inputs
Text, images, video frames
Overshoot availability
Not in live catalogas of 2026-07-14

What QVQ-72B is good at

QVQ-72B was released as an experimental preview focused on one thing: working through visual problems with explicit step-by-step reasoning instead of jumping straight to an answer. That shows up most clearly on multimodal math and physics problems, where the model needs to read a diagram or equation, reason about it, and arrive at a justified conclusion.

Because it inherits Qwen2-VL-72B’s visual backbone, it retains solid general image understanding alongside its reasoning strength, so it can still handle everyday visual question answering when a task does not need deep reasoning.

  • Step-by-step reasoning over diagrams, charts, and equations
  • Multimodal math and physics problem solving
  • Visual question answering that benefits from an explicit reasoning trace

QVQ-72B and Overshoot's streaming API

QVQ-72B is not currently in Overshoot's live model catalog; GET /v1beta/models returns the current list. The workflow it would fit is standard across the API: create a Stream, publish a LiveKit video track, then send a chat-completions request whose image_url or video_url is an ovs:// reference. Overshoot retains 600 seconds of frame history, so a request can anchor the latest frame, an exact timestamp, or a recent segment for a reasoning task, such as a whiteboard problem being worked through on camera.

Because QVQ-72B produces a reasoning trace before its final answer, responses run longer than a typical direct-answer model. Token-by-token SSE streaming, which Overshoot uses for every model it serves, is the natural delivery for that pattern: an interface can show the reasoning as it forms rather than waiting for the whole response.

How it fits alongside Qwen2.5-VL and Qwen3-VL

QVQ-72B is a specialist reasoning model rather than a general-purpose successor to Qwen2.5-VL or Qwen3-VL. Teams that need fast, direct answers on everyday visual tasks should reach for Qwen2.5-VL 72B or Qwen3-VL 32B, and bring in QVQ-72B specifically when a query is a genuine reasoning problem, such as a math or physics question, that benefits from working through steps explicitly.

Frequently asked questions

Can QVQ-72B analyze live video?

QVQ-72B accepts images and video frames, so it can reason step by step about video when self-hosted or served by another provider. It is not currently in Overshoot's live model catalog, so it cannot be referenced against an Overshoot WebRTC stream today. The catalog changes over time; check GET /v1beta/models.

Is QVQ-72B open source?

QVQ-72B is released as an open-weight experimental preview under the Qwen license, which permits broad use with some conditions, including downloading and self-hosting the weights.

Is QVQ-72B available on Overshoot?

Not currently. QVQ-72B is not in Overshoot's live model catalog. The catalog changes over time, so check GET /v1beta/models for the current list of available models.

When should I use QVQ-72B instead of Qwen2.5-VL 72B?

Use QVQ-72B for problems that need explicit multi-step reasoning, such as math, physics, or diagram interpretation. Use Qwen2.5-VL 72B for everyday visual tasks like grounding, document parsing, or quick visual question answering where a direct answer is faster and sufficient.

Related models