Skip to content
Get started
GENERATION API CALLS
Image Model Generation

Meta

This page is auto-generated from model configurations. Last updated: 2026-09-01.

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


Generate high-fidelity images with faithful instruction-following β€” Meta Muse Image renders text, plots, and fine details accurately.

Model ID: model_meta-muse-image

Capabilities: txt2img

LLM Markdown: https://app.scenario.com/api/models/model_meta-muse-image/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
promptstringYes----Describe the image you want to generate, including subject, style, mood, composition, and any text that should appear in the image.
aspectRatiostringNo1:1--21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21The aspect ratio of the generated image.
numOutputsnumberNo114-How many images to generate from the same prompt. Useful for exploring variations. Each additional image adds to the cost.

Edit images with precise, instruction-faithful changes and compose from multiple reference images β€” powered by Meta Muse Image.

Model ID: model_meta-muse-image-edit

Capabilities: img2img

LLM Markdown: https://app.scenario.com/api/models/model_meta-muse-image-edit/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
referenceImagesfile_arrayYes----Images to edit or compose from. Provide 1 to 10 photos, illustrations, or designs β€” the model will modify them based on your instructions.
promptstringYes----Describe how the input image(s) should be edited, including visual changes, style, lighting, composition, and any text that should appear.
aspectRatiostringNo1:1--21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21The aspect ratio of the edited image.
numOutputsnumberNo114-How many edited versions to generate from the same prompt and source image(s). Useful for exploring variations. Each additional image adds to the cost.

Segment images with Meta SAM 3.1: text and/or box prompting, or interactive tracking (points, 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 or mask). Use a short noun phrase (e.g. β€˜red car’), not a full sentence: prompts are capped at 120 characters (about 20 words).
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.
imageTrackingPointsinputs_arrayNo----Points for interactive tracking-based segmentation: segments the exact region under the points rather than searching for lookalikes. Label 1 = include this point, 0 = exclude it. Omit entirely when using text or box prompting. When you add a row, set both X and Y; partial rows may be rejected by the segment service.
imageTrackingMaskfileNo----Existing mask to refine with tracking. Combine with tracking points to correct a previous segmentation. Omit when using text or box prompting.
applyMaskbooleanNofalse---When enabled, returns the source image with the mask applied (PNG alpha channel, transparent background) instead of binary mask outputs.
seednumberNo-0--Random seed for reproducible segmentation. Leave blank to randomize.