Models/Leonardo AI/Leonardo AI API
LiveLeonardo AI · image and video generation3 endpoints

Leonardo AI API — Phoenix, Lucid Origin & Motion 2.0

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.

Phoenix 1.0Realistic, cinematic text-to-image generation1 models
Text to ImageLiveFeatured
Phoenix 1.0

Phoenix 1.0

Create realistic, cinematic, and highly detailed images from complex prompts with strong typography and composition control.

9 aspect ratios
$0.05/generation
Try Model
Lucid OriginVibrant photorealistic image generation1 models
Text to ImageLive
Lucid Origin

Lucid Origin

Generate vibrant, photorealistic portraits, landscapes, product shots, and stylized artwork from descriptive prompts.

9 aspect ratios
$0.03/generation
Try Model
Motion 2.0Five-second prompt and image-to-video1 models
Image to VideoLive
Motion 2.0

Motion 2.0

Turn a prompt and optional reference image into a five-second video with cinematic movement, lighting, and scene dynamics.

5 sec · 16:9 or 9:16
$0.40/generation
Try Model

What is the Leonardo AI API?

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.

Leonardo AI API capabilities

Prompt-to-image generation

Use Phoenix 1.0 or Lucid Origin to create realistic, cinematic, photorealistic, or stylized images from detailed prompts.

Nine image aspect ratios

Choose from square, landscape, portrait, and print-oriented ratios on both Leonardo AI image endpoints.

Prompt and image-to-video

Use Motion 2.0 with a prompt alone or add an optional image URL to guide a five-second clip.

One API across tiers

Switch between image quality and video workflows by changing the endpoint slug while keeping Muapi authentication and polling consistent.

Leonardo AI workflows

Editorial and commercial images

Use Phoenix 1.0 for cinematic visuals, marketing scenes, product concepts, and typography-led creative work.

Photorealistic creative exploration

Use Lucid Origin for portraits, landscapes, product shots, and vibrant stylized artwork.

Short motion concepts

Use Motion 2.0 to animate a prompt or reference image into a five-second social, storyboard, or campaign clip.

Quick start — Leonardo AI API code examples

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.

1. Submit a Leonardo AI job

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.

2. Poll the result

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.

Leonardo AI API FAQ

Which Leonardo AI endpoints are available on Muapi?

Muapi lists three live endpoints: leonardoai-phoenix-1.0, leonardoai-lucid-origin, and leonardoai-motion-2.0.

What is the difference between Phoenix and Lucid Origin?

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.

Can Leonardo AI Motion 2.0 use an image?

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.

Which aspect ratios does Leonardo AI support?

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.

How much does the Leonardo AI API cost?

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.

Build with Leonardo AI

Connect Phoenix 1.0, Lucid Origin, and Motion 2.0 through one Muapi API key and a shared asynchronous workflow.