Skip to content

Recraft V4 Pro

Recraft V4 Pro is Recraft's premium image generation model. It builds on V4's photorealism and composition advances with higher-resolution output for print-ready assets, large-format production, and professional commercial workflows.

Image Gen
index.ts
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({
model: 'recraft/recraft-v4-pro',
prompt: 'A red balloon on a wooden table.'
});

Playground

Try out Recraft V4 Pro by Recraft. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.

Providers

Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.

Provider
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
ZDR
No Training
Release Date
Recraft
Legal:Terms
Privacy
02/17/2026
Throughput

P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.

Latency

P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.

More models by Recraft

Model
Context
Latency
Throughput
Input
Output
Cache
Web Search
Per Query
Capabilities
Providers
ZDR
No Training
Release Date
recraft logo
02/17/2026
recraft logo
10/01/2024
recraft logo
03/01/2024

About Recraft V4 Pro

Recraft V4 Pro is the premium model in Recraft's V4 generation. It shares V4's core advances in photorealism, composition, and character generation, then extends them with higher-resolution output for print and large-format applications.

The resolution increase matters for specific production contexts. Print workflows (brochures, packaging, posters, editorial spreads) require pixel density that survives physical reproduction. Large-format digital display (trade show graphics, billboard assets, high-DPI screens) demands resolution headroom that standard models don't provide. V4 Pro targets these use cases directly.

All of V4's improvements carry over: realistic skin, natural material textures, clean lighting, varied composition, and original character generation. The Pro tier applies these at a higher resolution, making it the pick when output must survive scrutiny at full zoom or physical reproduction.

The recommended workflow pairs V4 and V4 Pro. Use V4 for rapid iteration, exploring compositions, and testing prompts at lower cost. When you find the output that meets your requirements, regenerate it with V4 Pro at maximum resolution.

What To Consider When Choosing a Provider

  • Configuration: Higher resolution carries a higher per-image cost than standard V4. Per-image pricing is $0.25; confirm figures. Use Recraft V4 for iterative drafting, and switch to V4 Pro for final production renders.
  • Zero Data Retention: AI Gateway does not currently support Zero Data Retention for this model. See the documentation for models that support ZDR.
  • Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.

When to Use Recraft V4 Pro

Best For

  • Print production: Packaging, editorial spreads, brochures, and posters where pixel density must survive physical reproduction
  • Large-format digital display: Trade show graphics, billboard assets, and high-DPI screens
  • Final production renders: Output where maximum resolution is non-negotiable
  • Commercial asset creation: Final imagery for brand campaigns and advertising where the asset represents the brand

Consider Alternatives When

  • Iterative drafting: Recraft V4 is optimized for speed over maximum resolution
  • Web-only display: V4's standard output is sufficient for screen-only delivery
  • Budget-first decisions: When budget drives the choice, compare standard V4 and V4 Pro rates first
  • Native vector output: Recraft V3 supports vector generation directly

Conclusion

Recraft V4 Pro is Recraft's highest-resolution image generation model. It combines V4's photorealism with higher-resolution output for print and large-format production. Use it when the final asset must survive physical reproduction or full-zoom review. Pair it with V4 for iterative drafting to balance cost and fidelity.

Frequently Asked Questions

  • What makes Recraft V4 Pro different from Recraft V4?

    V4 Pro generates higher-resolution output for print-ready assets and large-format applications. It shares all of V4's photorealism and composition improvements but extends them to a higher resolution. V4 is optimized for speed and cost in iterative workflows. V4 Pro targets final production output.

  • When should I use V4 instead of V4 Pro?

    Use V4 for iterative exploration, prompt testing, and generating variations where speed and cost matter. Switch to V4 Pro when you need the final production asset at maximum resolution for print or large-format display.

  • Is Recraft V4 Pro suitable for print production?

    Yes. V4 Pro targets print workflows: packaging, editorial spreads, brochures, and posters. Its higher-resolution output provides the pixel density you need for physical reproduction without upscaling artifacts.

  • Does Recraft V4 Pro include V4's photorealism improvements?

    Yes. All of V4's advances carry over: realistic skin, natural material textures, clean lighting, varied composition, and original character generation. V4 Pro applies these at a higher resolution.

  • Is Recraft V4 Pro a multimodal LLM?

    No. Recraft V4 Pro is a dedicated image generation model. It doesn't have a conversational context or text completion interface. Use generateImage from the AI SDK.

  • How do I use Recraft V4 Pro on AI Gateway?

    Pass recraft/recraft-v4-pro to generateImage from the AI SDK. AI Gateway handles routing, retries, and provider failover automatically.

  • What does Recraft V4 Pro cost?

    Pricing appears on this page and updates as providers adjust their rates. AI Gateway routes traffic through the configured provider.

  • Can I combine V4 and V4 Pro in the same workflow?

    Yes, and it's the recommended approach. Use V4 for rapid iteration at lower cost, then regenerate your chosen output with V4 Pro for the final asset at maximum resolution.