About Muse Image 1.0
Muse Image 1.0 is Meta's image model for generation, editing, and multi-image composition. It takes an agentic approach to a request: it plans the image first, pulls real references from the web, and generates and runs code where precision matters before rendering, with search grounding and reasoning included in the per-image price.
When editing, the model is designed to change exactly what is specified and leave everything else untouched. It edits or composes one or more reference images, generates from text alone, and keeps a series consistent when generations share the same references.
Ready to build with Muse Image 1.0?
Try Muse Image 1.0 in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/images/edit \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "muse-image-1-0",
"prompt": "A watercolor painting of a red fox curled up under a birch tree in first snow, soft morning light, muted palette.",
"aspect_ratio": "16:9",
"thinking_level": "high",
"output_format": "png"
}'