Meta logo

Llama 3.2 Vision for live camera streams

Llama 3.2 Vision · Meta · VLM · Open-weight

Llama 3.2 Vision is Meta's adapter-based vision model, pairing image and video understanding with the Llama 3.1 text backbone in 11B and 90B parameter sizes. Rather than training multimodality end to end, Meta attached a vision adapter to a frozen language model, giving smaller teams a fast, well-documented option for grounded visual question answering. Llama 3.2 Vision is not currently in Overshoot's live model catalog. Models that are live in the catalog answer questions about a live WebRTC stream with an OpenAI-compatible chat-completions request.

Llama 3.2 Vision 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
Meta
Parameters
11B and 90B
Context window
128K tokens
License
Llama 3.2 Community
Released
Sep 2024
Inputs
Text, images, video frames
Overshoot availability
Not in live catalogas of 2026-07-14

What Llama 3.2 Vision is good at

Llama 3.2 Vision handles the everyday visual question answering workload well: describing a scene, reading text in an image, and answering direct questions about a photo or video frame. The 11B size is fast and cheap for straightforward tasks, while the 90B size adds headroom for denser images and longer, more detailed answers.

Because the vision adapter sits on top of the well-tested Llama 3.1 language model, its text reasoning and instruction following are mature and predictable, which makes behavior easier to tune for a specific application than a newer, less-proven architecture.

  • Scene description and general visual question answering
  • Reading text and labels visible in a frame
  • Straightforward image or video captioning at low cost

Llama 3.2 Vision and Overshoot's streaming workflow

Llama 3.2 Vision is not currently in Overshoot's live model catalog. For models that are live, video reaches them by publishing a camera or screen share over WebRTC to a Stream. Overshoot keeps 600 seconds of frame history, and a chat-completions request points at that footage with an ovs:// URL anchored to the latest frame, a timestamp, or a recent segment.

If Llama 3.2 Vision were served through the API, the same mechanics would apply: answers stream back over SSE as they are generated, and a shared thread_id keeps the prompt cache warm across repeated questions about the same stream, which keeps costs down for chat-style applications that ask many small questions in sequence.

Llama 3.2 Vision within the Llama lineup

Llama 3.2 Vision predates the natively multimodal Llama 4 family, and it shows in both directions: it is cheaper and simpler to reason about, but Llama 4 Scout and Maverick generally out-perform it on harder visual reasoning and offer far larger context windows. Teams pick Llama 3.2 Vision when its licensing terms, smaller footprint, or adapter-based predictability fit the deployment better than moving to Llama 4.

Frequently asked questions

Can Llama 3.2 Vision analyze live video?

Llama 3.2 Vision handles image and video-frame inputs, so it can reason over frames sampled from live video. It is not currently in Overshoot's live model catalog, so it cannot be called against Overshoot streams today. Models that are in the catalog answer via an ovs:// URL reference in a chat-completions request, with the answer streamed back over SSE.

Is Llama 3.2 Vision open source?

Llama 3.2 Vision ships under the Llama 3.2 Community License in 11B and 90B sizes, with downloadable weights and self-hosting allowed under Meta's standard commercial conditions.

Is Llama 3.2 Vision available on Overshoot?

Not currently. Llama 3.2 Vision 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.

When should I use Llama 3.2 Vision instead of Llama 4 Scout?

Llama 3.2 Vision is a reasonable choice when a deployment needs its specific licensing terms or a smaller, cheaper model for simple visual question answering. For harder reasoning or much longer context, Llama 4 Scout or Maverick are generally the stronger pick.

Related models