Skip to main content
Model creator on ModelRunner
Recraft logo

Recraft

recraft

Recraft's 11 models on ModelRunner span Text-to-Image and Image-to-Image, from $0.01 per image upward.

11 public models — every one runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.

Recraft models & pricing

Recraft V4.1

Recraft V4.1

recraft

Generate a polished, high-resolution raster image from a text prompt — Recraft's newest V4.1 model, producing imagery up to 2048×2048 with professional composition, lighting, and materials at an economical per-image price.

$0.035 per imagetextimage
Recraft V4

Recraft V4

recraft

Generate a polished raster image from a text prompt — the standard tier of Recraft V4, with professional composition, lighting, and materials at an economical per-image price.

$0.04 per imagetextimage
Recraft V4.1 Pro

Recraft V4.1 Pro

recraft

Generate a polished, high-resolution raster image from a text prompt — Recraft's newest Pro tier, producing imagery up to 2048×2048 with professional composition, lighting, and materials.

$0.21 per imagetextimage
Recraft V4 Pro

Recraft V4 Pro

recraft

Generate a polished, production-ready raster image from a text prompt — the premium Pro tier of Recraft V4, tuned for professional composition, lighting, and materials.

$0.25 per imagetextimage
Recraft V4.1 Pro

Recraft V4.1 Pro

recraft

Generate a premium, production-grade scalable vector (SVG) graphic from a text prompt — the professional Pro tier of Recraft V4.1, tuned for brand-system logos, icons, and illustrations with cohesive composition and materials.

$0.3 per imagetextimage
Recraft V4 Pro

Recraft V4 Pro

recraft

Generate a premium, production-grade scalable vector (SVG) graphic from a text prompt — the professional Pro tier of Recraft V4, tuned for brand-system logos, icons, and illustrations with cohesive composition and materials.

$0.3 per imagetextimage
Recraft V4.1

Recraft V4.1

recraft

Recraft's newest text-to-vector model — generate a true scalable SVG graphic from a text prompt, ideal for logos, icons, and brand illustrations that stay crisp at any size.

$0.08 per imagetextimage
Recraft V4

Recraft V4

recraft

Generate a true scalable vector (SVG) graphic from a text prompt — ideal for logos, icons, and brand illustrations that stay crisp at any size.

$0.08 per imagetextimage
Recraft V3

Recraft V3

recraft

Restyle an existing image into any of a large library of professional design styles from a text prompt, with true vector (SVG) output when a vector style is selected.

$0.04 per imageimageimageedit
Recraft Vectorize

Recraft Vectorize

recraft

Convert a raster image (PNG/JPG/WEBP logo, icon, or sketch) into a clean, infinitely scalable SVG vector file.

$0.01 per imageimageimagevectorize
Recraft V3

Recraft V3

recraft

Generate images from a text prompt across a large library of professional design styles, with true vector (SVG) output when a vector style is selected — ideal for logos, icons, and brand graphics.

$0.04 per imagetextimage

What you can build with Recraft models

  • Generate high-resolution brand imagery from a text prompt Recraft V4.1
  • Create photorealistic product shots for e-commerce listings Recraft V4.1
  • Make marketing and editorial illustrations from a description Recraft V4.1
  • Design wide banners and large-format poster or ad creative Recraft V4.1
  • Render on-brand visuals up to 2048×2048 without choosing a named art style Recraft V4.1
  • Generate clean brand imagery from a text prompt Recraft V4
  • Design hero images and poster or ad creative at any aspect ratio Recraft V4
  • Render on-brand visuals without choosing a named art style Recraft V4

Browse by capability

Call a Recraft 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/recraft/v4.1/text-to-image \
  -H "Authorization: Key $MRUN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "prompt": "..." }'
# → { "request_id": "...", "status_url": "...", "response_url": "..." }

Use Recraft models from Claude & Cursor

Connect the ModelRunner MCP server once and your AI assistant can run every Recraft 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/mcp

Frequently asked questions

What Recraft models can I run on ModelRunner?

The catalog has 11 public Recraft models: Recraft V4.1, Recraft V4, Recraft V4.1 Pro and 8 more. They cover text-to-image and image-to-image. Each one has its own page with a free playground, the full input schema, and copy-paste code.

How much do Recraft models cost?

Pay-per-use, with no subscription: the 11 Recraft models billed per image start at $0.01, 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 Recraft model from the API?

POST to https://queue.modelrunner.run/recraft/v4.1/text-to-image 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 Recraft models from Claude or Cursor?

Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and all 11 Recraft 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.

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