OpenGVLab logo

InternVL3 78B on live video streams

InternVL3 78B · OpenGVLab · VLM · Open-weight

InternVL3 78B is OpenGVLab's flagship open vision-language model, combining the InternViT vision encoder with a Qwen2.5 language backbone under native multimodal pretraining rather than a bolted-on adapter stage. InternVL3 78B is not currently in Overshoot's live model catalog; the catalog changes over time, and GET /v1beta/models returns the current list. When a model like this is available through the API, a live WebRTC stream can be queried with an ovs:// reference and answered through an OpenAI-compatible chat-completions request.

InternVL3 78B 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
OpenGVLab
Parameters
78B
Context window
32K tokens (extendable)
License
MIT weights (base-model terms apply)
Released
Apr 2025
Inputs
Text, images, video frames
Overshoot availability
Not in live catalogas of 2026-07-14

What InternVL3 78B is good at

InternVL3 78B was pretrained on vision and language jointly from the start, instead of first training a language model and only later attaching a vision adapter. That native pretraining shows up as stronger multimodal reasoning: chaining observations from an image into a multi-step answer, rather than treating vision as a lookup step before language takes over.

It is also built with tool use and agentic workflows in mind, and holds up well on industrial image analysis tasks like defect spotting, dense document parsing, and technical diagram reading, where getting the fine detail right matters as much as the high-level description.

  • Multi-step multimodal reasoning and tool-use workflows
  • Industrial and technical image analysis, including diagrams and documents
  • General visual question answering at flagship-class quality

InternVL3 78B and the Overshoot workflow

InternVL3 78B is not currently in Overshoot's live model catalog. When a model like this is available through the API, the workflow is the standard one: publish a camera or screen share over WebRTC to open a Stream, then reference it in a chat-completions request with an ovs:// URL, anchored to the latest frame, an exact timestamp, or a recent segment. The 32K context window, extendable beyond that base size, leaves room for longer conversation history alongside sampled frames.

Models on Overshoot's hosted infrastructure stream responses back over SSE with low time to first token, and reusing thread_id across follow-up questions keeps the prompt cache warm for a given stream. Check GET /v1beta/models to see which open-weight flagships are live right now.

InternVL3 78B against other open 70B-class VLMs

InternVL3 78B sits alongside NVLM-D 72B and Qwen2.5-VL 72B as one of the strongest open vision-language models near this parameter count. Its native multimodal pretraining and permissive weight release make it a good default choice for reasoning-heavy and tool-use workloads, while NVLM-D’s non-commercial license makes InternVL3 the more straightforward pick for commercial deployment at similar scale.

Frequently asked questions

Can InternVL3 78B analyze live video?

InternVL3 78B handles frame-level visual reasoning well, but it is not currently in Overshoot's live model catalog, so it cannot be queried against an Overshoot stream today. The catalog changes over time; check GET /v1beta/models for the current list of hosted and passthrough models.

Is InternVL3 78B open source?

The weights are released under MIT, though because the model is built on a Qwen2.5 language backbone, the base model's own license terms also apply. That open release makes it self-hostable, though InternVL3 78B is not currently in Overshoot's live catalog.

Is InternVL3 78B available on Overshoot?

Not currently. InternVL3 78B is not in the live model catalog at the moment; the catalog changes over time, so check GET /v1beta/models. Native multimodal pretraining keeps it efficient at inference time relative to its 78B parameter count on any serving stack.

What is InternVL3 78B’s context window good for?

The 32K token window, extendable further, gives room to hold conversation history plus multiple sampled video frames in a single request, which suits agentic workflows that revisit earlier context repeatedly.

Related models