Meta Muse Image Edit: AI Image Editor

Edit or combine up to 10 images with a text instruction using Meta Muse Image Edit. Try free — pay per generation, no subscription.

📝

Overview

About this model

Meta Muse Image Edit applies a text instruction to up to 10 reference images at once, for instruction-driven edits, composites, and style transforms. Describe the change you want — swap an element, match lighting across images, or combine multiple references into one scene — and Muse Image handles the rest. Use Muse Image Text to Image first to generate a base image, or compare against FLUX Kontext and Qwen Image Edit for multi-image editing.

1Composite Scenes: Combine multiple reference images into one coherent scene.
2Style Matching: Match the lighting or color grade of one image across several others.
3Object Swaps: Replace or add elements to an existing image via text instruction.
4Batch Editing: Apply the same instruction across a set of related images cost-effectively.
5Product Photography: Composite a product into different backgrounds or contexts.
💰

Pricing & Value

Cost analysis

muapiapp$0.02/run (base)

Pay-per-generation pricing, no subscription required. Final charge scales with output size and quality.

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 instruction describing the desired edit or transformation.

Default ValueCombine these into one scene, matching the lighting and color grade of the first image.
Image URLsarray

Reference images to edit or combine. Supports up to 10 images.

Default Valuehttps://d3adwkbyhxyrtq.cloudfront.net/ai-images/186/712345784292/4a8c5c70-abcc-4920-873e-b0e219986453.jpg
Aspect RatioEnum (6 options)

Output layout dimensions. Leave empty to use the source image's dimensions.

Default Value-
Output FormatEnum (3 options)

Image file format.

Default Valuewebp
📖

Implementation Guide

Developer documentation

How to Use Meta Muse Image Edit

  1. Upload 1–10 reference images via images_list.

  2. Write an edit instruction describing the desired transformation, composite, or style change.

  3. Optionally set aspect_ratio — leave empty to use the source image's dimensions.

  4. Choose output_formatwebp (default), png, or jpeg.

  5. Submit the request:

curl -X POST https://api.muapi.ai/api/v1/muse-image-edit \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "Combine these into one scene, matching the lighting and color grade of the first image", "images_list": ["https://example.com/a.jpg", "https://example.com/b.jpg"], "output_format": "webp"}'
  1. Poll /api/v1/predictions/{request_id}/result until completed.

Common Questions

Frequently asked

What is Meta Muse Image Edit?

It applies a text instruction to up to 10 reference images at once, for instruction-driven edits, composites, and style transforms.

How many images can I provide?

Between 1 and 10 images via the `images_list` field.

How much does Meta Muse Image Edit cost?

A base flat $0.02 per run; the final charge scales with parameters like output size and quality.

What output formats are available?

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

Can I generate a new base image first?

Yes — use [Muse Image Text to Image](/playground/muse-image-text-to-image) to generate a starting image, then edit it (or combine it with other references) here.