Phoenix 1.0
Create realistic, cinematic, and highly detailed images from complex prompts with strong typography and composition control.
The Leonardo AI API hub brings Phoenix 1.0, Lucid Origin, and Motion 2.0 together in one Muapi catalog. Generate detailed images from prompts, or create five-second landscape and portrait videos with an optional reference image.
Create realistic, cinematic, and highly detailed images from complex prompts with strong typography and composition control.
Generate vibrant, photorealistic portraits, landscapes, product shots, and stylized artwork from descriptive prompts.
Turn a prompt and optional reference image into a five-second video with cinematic movement, lighting, and scene dynamics.
Leonardo AI is a three-endpoint generation family on Muapi. Phoenix 1.0 and Lucid Origin create images from prompts, while Motion 2.0 creates five-second videos from a prompt and can optionally use an image URL as a visual guide.
Phoenix 1.0 and Lucid Origin support nine aspect ratios: 1:1, 16:9, 9:16, 3:4, 4:3, 4:5, 5:4, 2:3, and 3:2. Motion 2.0 supports 16:9 and 9:16. Listed prices are $0.05 per Phoenix image, $0.03 per Lucid Origin image, and $0.40 per Motion 2.0 generation.
Use Phoenix 1.0 or Lucid Origin to create realistic, cinematic, photorealistic, or stylized images from detailed prompts.
Choose from square, landscape, portrait, and print-oriented ratios on both Leonardo AI image endpoints.
Use Motion 2.0 with a prompt alone or add an optional image URL to guide a five-second clip.
Switch between image quality and video workflows by changing the endpoint slug while keeping Muapi authentication and polling consistent.
Use Phoenix 1.0 for cinematic visuals, marketing scenes, product concepts, and typography-led creative work.
Use Lucid Origin for portraits, landscapes, product shots, and vibrant stylized artwork.
Use Motion 2.0 to animate a prompt or reference image into a five-second social, storyboard, or campaign clip.
Submit a Leonardo AI image task with your Muapi key, receive a request ID, and poll the shared predictions endpoint for the generated image URL.
curl -X POST https://api.muapi.ai/api/v1/leonardoai-phoenix-1.0 \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"A cinematic mountain observatory above the clouds at sunrise","aspect_ratio":"16:9"}'
# Response: {"request_id":"REQUEST_ID"}The example calls Phoenix 1.0 with a prompt and 16:9 aspect ratio. Switch the endpoint slug to Lucid Origin or Motion 2.0 for another workflow.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY"
Poll until the task completes, then read the generated image or video URL from the result response.
Muapi lists three live endpoints: leonardoai-phoenix-1.0, leonardoai-lucid-origin, and leonardoai-motion-2.0.
Phoenix 1.0 is the $0.05 image tier for realistic, cinematic, detailed visuals and typography; Lucid Origin is the $0.03 tier for vibrant, photorealistic, and stylized image generation.
Yes. Motion 2.0 requires a prompt and accepts an optional image_url to guide the five-second video. It supports 16:9 and 9:16 output ratios.
Phoenix 1.0 and Lucid Origin support nine ratios: 1:1, 16:9, 9:16, 3:4, 4:3, 4:5, 5:4, 2:3, and 3:2. Motion 2.0 supports 16:9 and 9:16.
Phoenix 1.0 costs $0.05 per image, Lucid Origin costs $0.03 per image, and Motion 2.0 costs $0.40 per five-second generation.
Connect Phoenix 1.0, Lucid Origin, and Motion 2.0 through one Muapi API key and a shared asynchronous workflow.