meta
meta/sam-3-image/Released Nov 2025

Segment Anything 3 - Image

Zero-shot image segmentation with text/visual prompts; exhaustive instance detection and presence head reduce false positives.

Provider
meta
Modality
image-to-image
Released
Nov 2025
Pricing
$0.0050 / image

Ready to build with Segment Anything 3 - Image?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "sam-3-image",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "prompt": "the ox horns",
  "apply_mask": true,
  "output_format": "png"
}'