Meta Muse Image Text to Image: AI Image Generator

Generate images from text prompts with Meta Muse Image Text to Image. Fast, low-cost generation. Try free — pay per generation, no subscription.

📝

Overview

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.

1Rapid Prototyping: Generate many prompt variations quickly and cheaply before picking a direction.
2Social Media: Produce eye-catching visuals for posts and stories on demand.
3Concept Art: Sketch out visual concepts and moodboards from a text description.
4Content Marketing: Generate on-brand illustrative imagery for blog posts and campaigns.
5Batch Generation: Produce large volumes of images cost-effectively for catalogs or datasets.
💰

Pricing & Value

Cost analysis

muapiapp$0.02/image

Pay-per-generation pricing, no subscription required.

Fal.aiNot available

Meta Muse Image is not yet listed on Fal.ai.

ReplicateNot available

Meta Muse Image is not yet listed on Replicate.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

Text prompt describing the image to generate. Include subject, scene, composition, lighting, mood, and style.

Default ValueA cozy reading nook by a rain-streaked window, warm lamp light, potted plants, soft cinematic color grading.
Aspect RatioEnum (6 options)

Output image dimensions.

Default Value1:1
Output FormatEnum (3 options)

Image file format.

Default Valuewebp
📖

Implementation Guide

Developer documentation

How to Use Meta Muse Image Text to Image

  1. Write a detailed prompt — include subject, scene, composition, lighting, mood, and style.

  2. Set aspect_ratio to match your target format (default 1:1).

  3. Choose output_formatwebp for compact web-friendly output, or png/jpeg.

  4. 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"}'
  1. Poll /api/v1/predictions/{request_id}/result until status reaches completed, then read the image URL from outputs.

Common Questions

Frequently asked

What is Meta Muse Image Text to Image?

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.

What aspect ratios are supported?

1:1, 16:9, 9:16, 4:3, 3:4, and 21:9, set via the `aspect_ratio` parameter.

What output formats are available?

webp (default, compact web-friendly output), png, and jpeg, set via `output_format`.

How much does Meta Muse Image Text to Image cost?

A flat $0.02 per generated image.

How is this different from Muse Image Edit?

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.