← All models
Meta's Muse Image model has faithful instruction-following and exceptional visual fidelity, with fine details like text, plots, and QR codes rendered accurately.
images
Details
- Accepts
- text
Pricing
- Price
- 0.021 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text prompt used to generate or edit the image. |
| sync_mode | boolean | If `True`, the image is returned as a data URI and is not persisted in the request history. |
| num_images | integer | The number of images to generate. |
| aspect_ratio | — | The output aspect ratio. Supported values are "21:9", "16:9", "4:3", "3:2", "1:1", "2:3", "3:4", "9:16", and "9:21". If omitted, Muse chooses the output dimensions automatically based on the request. |
| output_format | stringenum: jpeg, png, webp | The format of the generated image. |
| image_urls | array | Reference images used for the edit. Provide between 1 and 10 HTTP(S) or data URLs. |
Output
| Field | Type | Description |
|---|---|---|
| images | array | The generated or edited images. |