Meta Adds SAM 3.1 to Its API for Object Detection, Segmentation and Tracking

The hosted model combines detection, pixel-level masks and identity-preserving video tracks in one request, aiming to remove the need to assemble and tune separate vision systems.

By 3 min read
Meta Adds SAM 3.1 to Its API for Object Detection, Segmentation and Tracking
Meta Adds SAM 3.1 to Its API for Object Detection, Segmentation and Tracking

Listen to this story

The audio brief

About 1:21
0:001:21
Read transcript
Meta is putting SAM 3.1 behind a hosted API, combining object detection, pixel-level segmentation, and video tracking in a single request. A developer can describe an object with a short text prompt, and the model is designed to return a bounding box, a mask showing the exact pixels that belong to the object, and a track that preserves its identity from frame to frame. That matters because teams often assemble separate computer-vision systems for each of those jobs, then spend time tuning and operating them. Meta says SAM 3.1 is zero-shot, so developers do not need to supply training data or fine-tune the model before testing it. The service includes documentation, a playground for trying media, and access for clients compatible with the OpenAI SDK. Meta lists image use at two dollars and fifty cents per thousand images, and video at twenty cents per thousand frames. It also says the inference infrastructure is built specifically for the model’s DETR architecture, with the goal of giving customers a ready-to-use production service instead of something they have to host themselves. The unresolved issue is accuracy: zero-shot performance can vary across a team’s particular imagery, video, and object categories. So the practical test is whether those masks and identity-preserving tracks remain reliable outside the playground.

Story brief

3 key points

Meta is making SAM 3.1 available as a hosted service through the Meta Model API, letting developers use one zero-shot model for text-prompted object detection, pixel-level segmentation and video tracking. The API is priced at $2.50 per 1,000 images and $0.20 per 1,000 video frames, with a playground, documentation and OpenAI SDK-compatible access. The main production question is not availability but reliability...

  1. 01

    SAM 3.1 returns bounding boxes, segmentation masks and persistent video tracks for prompted objects.

  2. 02

    Pricing is $2.50 per 1,000 images and $0.20 per 1,000 video frames.

  3. 03

    Meta says developers need no training data or fine-tuning, and can test media in a playground.

Meta has released SAM 3.1 through its Meta Model API, giving developers hosted access to a vision model that can identify objects, draw pixel-level boundaries around them and follow them through video. The release packages tasks often handled as separate outputs into one request, with Meta positioning it as a zero-shot system that needs no training data or fine-tuning.

The launch makes the model available as a self-serve service. Meta offers API access, documentation and a playground for testing media before code is written. It also says developers can point existing OpenAI SDK-compatible clients at the Meta Model API, which could make the service easier to adopt for teams already using those clients.

A text prompt becomes a detailed track

SAM 3.1 is designed to detect objects in images and video, return a bounding box and a segmentation mask for each match, then track objects over time while preserving their identities. A segmentation mask marks the exact pixels belonging to an object, rather than only drawing a rectangular box around it. Meta says a developer can name an object with a short text prompt and receive those results without adding separate models.

What Meta says the service returns

  • Object detection, locating matching objects in an image or video.
  • Pixel-level masks that outline every matching object.
  • Video tracks intended to retain an object’s identity from frame to frame.
Listed API prices
$2.50 per 1,000 imagesImages

Meta lists SAM 3.1 image segmentation at $2.50 per 1,000 images.

$0.20 per 1,000 framesVideo

Meta lists video use at $0.20 per 1,000 frames.

The service layer is part of the pitch

Meta says SAM 3.1 runs on inference infrastructure purpose-built for the model’s DETR architecture, and promotes production throughput without customers needing to host or tune the model themselves. Those performance and deployment claims come from Meta, but they clarify the product’s target: teams that want a ready-made vision capability rather than a model to operate.

Reliability remains the practical test

The next question is whether the zero-shot approach holds on the media and object categories a developer actually needs to handle. Meta has published access routes and per-image and per-frame rates, but reliable results on particular imagery and video will still determine how useful the service is in production.

Editorial analysis

Our Read

Meta is turning a specialized perception workflow into another building block inside Meta Model API. SAM 3.1’s pitch is operational as much as technical: developers can request detection, exact object outlines and video tracking through one hosted service rather than assemble separate components. That fits Meta’s wider effort to offer several model types through a common API surface. The meaningful next test is whether developers find the zero-shot results dependable on their own media, especially when tracking identities across video. Meta’s listed image and frame rates make that assessment easier to price, but not easier to validate.

Sources

  1. developer.meta.comSegment Anything Model (SAM) 3.1 | Meta | Meta

Loading discussion...

YOUR READING SPACE

Notifications

Meta Adds SAM 3.1 to Its API for Object Detection, Segmentation and Tracking | Superpower Daily