Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.24.0
metadata
title: Free SAM3 Text-to-Mask
emoji: ✂️
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 6.17.3
python_version: '3.13'
app_file: app.py
pinned: false
license: apache-2.0
short_description: Provided by SegmentationAPI.com - text-prompted segmentation
✂️ SAM 3 Text → Mask - Free Demo
Type what you want to segment in plain English ("person", "car, traffic light", "building") and get pixel-perfect instance masks, powered by Meta's SAM 3.
⚡ This Space is a free, rate-limited demo of SegmentationAPI:
- Images are downscaled to 1024px
- Limited requests per hour per visitor
- Images only
👉 Get your own API key for full resolution, video segmentation, and batch processing. See the API docs.
How it works
The app calls the same public REST API you'd integrate with:
POST /v1/uploads/presign→ upload your imagePOST /v1/jobswith text prompts- Poll
GET /v1/jobs/{jobId}→ download masks