Generate images from text prompts with Meta Muse Image Text to Image. Fast, low-cost generation. Try free — pay per generation, no subscription.
About this model
Meta Muse Image Text-to-Image generates images directly from a text prompt, covering subject, scene, composition, lighting, mood, and style in a single pass. It's built for fast, low-cost iteration — ideal when you need many variations quickly rather than a single flagship-quality render. Pair it with Muse Image Edit to refine or combine generated images afterward, or compare it against FLUX.2 Pro and Nano Banana Pro for flagship-tier output.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.02/image | Pay-per-generation pricing, no subscription required. |
| Fal.ai | Not available | Meta Muse Image is not yet listed on Fal.ai. |
| Replicate | Not available | Meta Muse Image is not yet listed on Replicate. |
Pay-per-generation pricing, no subscription required.
Meta Muse Image is not yet listed on Fal.ai.
Meta Muse Image is not yet listed on Replicate.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text prompt describing the image to generate. Include subject, scene, composition, lighting, mood, and style. | A cozy reading nook by a rain-streaked window, warm lamp light, potted plants, soft cinematic color grading. |
| Aspect Ratio | Enum (6 options) | Output image dimensions. | 1:1 |
| Output Format | Enum (3 options) | Image file format. | webp |
Text prompt describing the image to generate. Include subject, scene, composition, lighting, mood, and style.
A cozy reading nook by a rain-streaked window, warm lamp light, potted plants, soft cinematic color grading.Output image dimensions.
1:1Image file format.
webpDeveloper documentation
Write a detailed prompt — include subject, scene, composition, lighting, mood, and style.
Set aspect_ratio to match your target format (default 1:1).
Choose output_format — webp for compact web-friendly output, or png/jpeg.
Submit the request:
curl -X POST https://api.muapi.ai/api/v1/muse-image-text-to-image \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "A cozy reading nook by a rain-streaked window, warm lamp light, potted plants, cinematic color grading", "aspect_ratio": "16:9", "output_format": "webp"}'
/api/v1/predictions/{request_id}/result until status reaches completed, then read the image URL from outputs.Frequently asked
It's Meta's Muse Image model in text-to-image mode, generating an image directly from a text prompt covering subject, scene, composition, lighting, mood, and style.
1:1, 16:9, 9:16, 4:3, 3:4, and 21:9, set via the `aspect_ratio` parameter.
webp (default, compact web-friendly output), png, and jpeg, set via `output_format`.
A flat $0.02 per generated image.
Text to Image generates a new image from a prompt alone. [Muse Image Edit](/playground/muse-image-edit) takes up to 10 reference images plus an instruction to edit or combine them.