Luma
lumaAll 2 Luma models in the ModelRunner catalog are Text-to-Image endpoints — generate high-quality images from text — a solid all-rounder.
2 public models — every one runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.
Luma models & pricing

Luma Uni-1
luma
Generate a single high-quality image from a text prompt — a well-rounded default with optional manga styling, web-grounded references, and up to nine guidance images.

Luma Uni-1 Max
luma
Generate a high-fidelity image from a text prompt, with optional manga styling, web-grounded references, and up to nine reference images to steer composition.
What you can build with Luma models
- Generate high-quality images from text — a solid all-rounder Luma Uni-1
- Create manga-styled artwork on demand Luma Uni-1
- Ground generations with web knowledge for factual subjects Luma Uni-1
- Generate top-fidelity images with optional manga styling Luma Uni-1 Max
- Create web-grounded visuals of real-world subjects Luma Uni-1 Max
- Produce flagship-quality art from complex prompts Luma Uni-1 Max
Browse by capability
Call a Luma model in one request
Every endpoint shares the same lifecycle: submit to the queue, poll the status URL, fetch the result. Swap the endpoint to switch models — nothing else changes.
cURL
curl -X POST https://queue.modelrunner.run/luma/uni-1 \
-H "Authorization: Key $MRUN_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "prompt": "..." }'
# → { "request_id": "...", "status_url": "...", "response_url": "..." }Use Luma models from Claude & Cursor
Connect the ModelRunner MCP server once and your AI assistant can run every Luma model on this page as a tool — authorized via OAuth, results returned as hosted URLs in the conversation.
Claude Code
claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcpFrequently asked questions
What Luma models can I run on ModelRunner?
The catalog has 2 public Luma models: Luma Uni-1 and Luma Uni-1 Max. They cover text-to-image. Each one has its own page with a free playground, the full input schema, and copy-paste code.
How much do Luma models cost?
Pay-per-use, with no subscription: the 2 Luma models billed per image start at $0.042, and every page publishes its own rate — some are tiered, so a lower resolution or a shorter clip costs less per run. You buy credits and pay only for what you generate.
How do I call a Luma model from the API?
POST to https://queue.modelrunner.run/luma/uni-1 with an Authorization: Key header and the input fields as the top-level JSON body (no wrapper object), then poll the returned status_url and fetch the result from response_url. The JavaScript SDK (@modelrunner/client) wraps that in a single subscribe() call, which is the one place an { input } object is used.
Can I run Luma models from Claude or Cursor?
Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and all 2 Luma models become tools your assistant can call with run_model — authorized over OAuth 2.1, so no API key goes into a config file. Results come back as hosted URLs in the conversation.
More on ModelRunner
Browse the full model catalog, compare live per-configuration rates on the pricing page, see curated sets on explore, or view every model creator.
Other creators in text-to-image
- recraft (9)
- ByteDance (4)
- black-forest-labs (3)
- hidream (3)
- stability-ai (3)
- google (2)
