← All modelsDetection · Meta

SAM 3

Open-vocabulary detection. Returns bounding boxes for any prompt.

DetectionMeta$0.01 / imagedetectionsam3
Preview
SAM 3
Pricing
$0.01/ image

$0.01 per image. For $1 you can run this model 100 times.

Pay only for successful generations. No idle, no minimums, no per-seat.

API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/inference/sam3/image-to-bbox
request
curl https://api.tryinfer.com/v1/inference/sam3/image-to-bbox \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "person",
"image_url": "https://example.com/input.jpg"
}
}'
Parameters
NameTypeRequiredDefaultDescription
promptstringYes
image_urlstring (URL)Yes
thresholdnumber

Authenticate with a bearer token. Get an API key →

Try it

Run SAM 3 now.

Try it in the playground