Skip to content
Get started
GENERATION API CALLS
Image Model Generation

Meta

This page is auto-generated from model configurations. Last updated: 2026-05-11.

This reference lists all available Meta image generation models and their parameters. Use these parameter names when calling the Generation API.


Segment images with Meta SAM 3.1: text and/or box prompting, or interactive tracking (points, box, mask).

Model ID: model_meta-sam-3-1-image

Capabilities: img2img

LLM Markdown: https://app.scenario.com/api/models/model_meta-sam-3-1-image/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
imagefileYes----Image to segment
imagePromptingTextstringNo----Text prompt for prompt-based segmentation. Provide this and/or bounding boxes under Image prompt boxes. Omit when using only tracking (points, box, or mask).
imagePromptingBoxesinputs_arrayNo----Bounding boxes with labels for prompt-based segmentation. Omit entirely when using only text or tracking. When you add a row, set all four bounds (x min/max, y min/max); partial rows may be rejected by the segment service.
applyMaskbooleanNofalse---When enabled, returns the source image with the mask applied (PNG alpha channel, transparent background) instead of binary mask outputs.