Skip to content
Get started
GENERATION API CALLS
Video Generation

Meta

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

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


Segment videos with Meta SAM 3.1. Text prompt initializes detection; optional per-frame points, box, or mask refine tracking.

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

Capabilities: video2video

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

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
videofileYes----Video to segment
videoPromptingTextstringYes----Text prompt
applyMaskbooleanNofalse---When enabled, returns the source video with the mask applied (masked-out region painted black) instead of binary mask outputs.
videoMaxNumObjectsnumberNo16116-Maximum objects to track
videoDetectionThresholdnumberNo0.501-Detection confidence threshold for SAM 3.1 (lower = more detections, less precise).