SAM 3
Open-vocabulary detection. Returns bounding boxes for any prompt.
DetectionMeta$0.01 / imagedetectionsam3

$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.
Endpoint
POST https://api.tryinfer.com/v1/inference/sam3/image-to-bboxrequest
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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| prompt | string | Yes | — | — |
| image_url | string (URL) | Yes | — | — |
| threshold | number | — | — | — |
Authenticate with a bearer token. Get an API key →