Mage API · Models

28 generation models, one API

Every image, video, and audio model the Mage API runs, with what each is best for, its model_id values, and its price at default settings.

Get an API keyOpen the playground
POST https://api.mage.space/v1/{model}/generate

At a glance

The Mage API runs 15 image models, 12 video models, and 1 audio model at https://api.mage.space/v1/{model}/generate. Every model uses the same key, request lifecycle, and field names, and is paid per generation in Gems.

Image models

Image generation models

Prices are per generation, in Gems. 1,000 Gems cost $1 on the standard pack, and larger packs add bonus Gems. The price depends on the model, resolution, and duration; the default-settings price is shown, and every response reports the exact charge in billing.gems_charged. A generation that fails is refunded; one Mage's content policy blocks is not.

ModelBest formodel_id valuesDefault price
AnimaPurpose-built for animeanima-v120 Gems ($0.02)
ChromaOpen-weights, built on Fluxchroma-v1-hd35 Gems ($0.035)
Flux 2Long prompts and multi-reference editsflux2-dev40 Gems ($0.04)
GPT Image 2Precise prompts and readable textgpt-image-2, gpt-image-2.5-flare, gpt-image-2.5-sunburst9 Gems ($0.009)
Grok ImageGrok Imagine, in three quality tiersgrok-imagine-image, grok-imagine-image-quality, grok-imagine-image-2.075 Gems ($0.075)
GuavaPhotorealism that passes for a photographguava, guava-pro, guava-pro-v1-5, guava-2, guava-2-pro37 Gems ($0.037)
HiDreamFast and versatile, with negative promptshidream-fast20 Gems ($0.02)
Krea 2Gorgeous aesthetics in secondskrea-2-turbo20 Gems ($0.02)
MangoOur flagship image familymango, mango-v2, mango-v3s, mango-v3135 Gems ($0.135)
Nano Banana 2Crisp, readable text, up to 4Knano-banana-v268 Gems ($0.068)
SDXL PlusSDXL with faces and hands fixed6A35A7855770AE9820A3C931D4964C3817B6D9E3C6F9C4DABB5B3A94E5643B8015 Gems ($0.015)
Stable Diffusion v1.5The classic, on a budget15012C538F503CE2EBFC2C8547B268C75CCDAFF7A281DB55399940FF1D70E21D10 Gems ($0.01)
Stable Diffusion v3.5 LargeThe Stable Diffusion that listens bestsd-3-5-large10 Gems ($0.01)
Stable Diffusion XLPhotoreal-tuned SDXL6A35A7855770AE9820A3C931D4964C3817B6D9E3C6F9C4DABB5B3A94E5643B8010 Gems ($0.01)
Z-ImageThe fastest image model on Magez-image-turbo10 Gems ($0.01)

Video models

Video generation models

ModelBest formodel_id valuesDefault price
BerryVideo that stays true to your referencesberry, berry-2189 Gems ($0.189)
BlueberryPin the first and last frameblueberry, blueberry-v2360 Gems ($0.36)
CherryOur flagship video familycherry-mini, cherry, cherry-pro, cherry-2-pro618 Gems ($0.618)
Grok VideoGrok Imagine, in motiongrok-imagine-video375 Gems ($0.375)
KiwiEveryday video, zero setupkiwi270 Gems ($0.27)
LemonEvery video feature, at a friendlier pricelemon245 Gems ($0.245)
LTX VideoFast open-weights video for iterationltx-video-096-distilled, ltx-video-096-dev20 Gems ($0.02)
MelonAnime in motion, with optional audiomelon, melon-pro147 Gems ($0.147)
MiniMax-H3Fast open video with stereo soundminimax-h3-turbo, minimax-h330 Gems ($0.03)
PlumSound on every clip, up to 2Kplum, plum-max338 Gems ($0.338)
RaspberryCharacters brought to life from a first frameraspberry360 Gems ($0.36)
Wan Video v2.2Open-weights video with a Lightning variantwan22-video, wan22-video-lightning40 Gems ($0.04)

Audio models

Audio generation models

ModelBest formodel_id valuesDefault price
Seed AudioVoices, music, and sound effects from one promptseed-audio-1.019 Gems ($0.019)

FAQ

Frequently asked questions

How much does the Mage API cost?

There is no subscription or monthly fee. Each generation is paid in Gems at its model's listed price, and 1,000 Gems cost $1 on the standard pack. Every model page lists its default-settings price, and each response reports the exact charge. A generation that fails is refunded; one Mage's content policy blocks is not. A request your balance cannot cover is refused before anything is charged.

Do I need a Mage membership to use the API?

No. The API runs on Gems alone. Membership plans and their unlimited in-app generation do not apply to API requests, so any Mage account with Gems can call it.

Can I use API outputs commercially?

Yes. Content you create with Mage, including through the API and MCP server, can be used commercially. Attribution is appreciated but not required.

What are the rate limits?

An account can have 20 generations queued or running at once. A submit past that is refused with 429 and costs nothing. Write to [email protected] to raise the cap for your use case.

Can my AI agent use the Mage API?

Yes. Agents can call the REST API with a key, or connect to the Mage MCP server, which gives Claude, ChatGPT, Claude Code, Grok, and Cursor sixteen ready-made tools for choosing a model, quoting the price, generating, and fetching the result. See the MCP server.

I already use another generation API. What do I have to change?

Point your client at https://api.mage.space/v1, send your Mage key as a Bearer token, and map your fields to the model page: prompt, aspect_ratio, resolution, duration, and model_id work the same way across every Mage model. Requests are asynchronous, so submit and then poll status_url.

Start building with Mage

One account, one Gems balance, every model. Pay only for what you generate.

Get an API keyOpen the playground

Related