Meta

This page is auto-generated from model configurations. Last updated: 2026-03-13.

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


SAM3D Align

Align SAM-3D Body mesh with the original image using Meta's SAM 3D Align. Aligns body meshes with images for accurate 3D reconstruction.

Model ID: model_meta-sam-3d-align

Capabilities: 3d23d

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

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
imagefileYes----Original image used for MoGe depth estimation
bodyMeshfileYes----SAM-3D Body mesh file to align
bodyMaskfileNo----The human mask image. If not provided, uses full image.
objectMeshfileNo----Optional SAM-3D Object mesh (.glb) to create combined scene
focalLengthnumberNo-0--Focal length from SAM-3D Body metadata. If not provided, estimated from MoGe.

SAM3D Body

Generate 3D body meshes from images using Meta's SAM (Segment Anything Model) 3D Body. Extract and reconstruct human bodies from images as 3D models.

Model ID: model_meta-sam-3d-body

Capabilities: img23d

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

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
imagefileYes----Input image to extract body meshes from

SAM3D Objects

Generate 3D objects from images using Meta's SAM (Segment Anything Model) 3D Objects. Extract objects from images and convert them to 3D models.

Model ID: model_meta-sam-3d-objects

Capabilities: img23d

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

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
imagefileYes----Input image to extract objects from
promptstringNo----Text prompt for auto-segmentation when no masks provided (e.g., 'chair', 'lamp')
maskfile_arrayNo----Optional list of mask URLs (one per object). If not provided, use prompt/point_prompts/box_prompts to auto-segment, or entire image will be used.
pointPromptsinputs_arrayNo----Point prompts for auto-segmentation when no masks provided. JSON array of objects with 'x', 'y', and optional 'object_id' fields.
boxPromptsinputs_arrayNo----Box prompts for auto-segmentation when no masks provided. JSON array of objects with 'x1', 'y1', 'x2', 'y2', and optional 'object_id' fields.
seednumberNo-0--Random seed. Leave blank to randomize the seed