Skip to content

Recraft V2

Recraft V2 is Recraft's foundational image generation model. It delivers photorealistic output, accurate text rendering, and complex prompt following for production design workflows.

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

Playground

Try out Recraft V2 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
03/01/2024

More models by Recraft

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

About Recraft V2

Recraft V2 is Recraft's original production image generation model. It established the core Recraft capabilities: photorealistic image synthesis, accurate text rendering, and complex prompt following.

Text rendering is a persistent challenge for image generators. Recraft V2 produces legible, correctly spelled text in generated scenes. That makes it useful for signage, labels, or on-image copy. The model also handles multi-clause prompts that specify composition, subject, and style at once.

Recraft V2 serves as the Recraft baseline. Teams already on V2 get stable, predictable output. If you need greater photorealism and style control, Recraft V3 and V4 build on this foundation.

What To Consider When Choosing a Provider

  • Configuration: Recraft V2 is the earliest Recraft generation on AI Gateway. Confirm per-image rates. If your workflow demands greater photorealism or style control, evaluate Recraft V3 or V4 before committing to V2.
  • 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 V2

Best For

  • Stable existing integrations: Production workflows already on Recraft V2 that need consistent output without migration risk
  • Accurate text rendering: Text-to-image generation where legible on-image copy is a requirement
  • Baseline evaluation: Teams evaluating the Recraft family who want a reference point before comparing newer generations
  • Cost-sensitive pipelines: Workloads where the foundational model meets your quality bar

Consider Alternatives When

  • Maximum photorealism: Recraft V3 and V4 improve skin realism, lighting, and material rendering
  • Style preset library: Recraft V3 introduced 20+ specialized style presets
  • Print-ready output: Recraft V4 Pro targets high-resolution, print-ready production

Conclusion

Recraft V2 is Recraft's foundational image generation model. It established the text rendering accuracy and prompt adherence that define the Recraft family. It fits when you already rely on V2, or when cost and predictability matter more than newer generations' capabilities.

Frequently Asked Questions

  • What are the core strengths of Recraft V2?

    Photorealistic image generation, accurate text rendering, and complex prompt following. These three capabilities form the foundation of the Recraft model family.

  • How does Recraft V2 handle text in generated images?

    It renders legible, correctly spelled text within generated scenes. Use it for signage, labels, product mockups, and other cases where on-image text must be accurate.

  • Should I use Recraft V2 or upgrade to a newer Recraft model?

    Stick with V2 if your integration meets your requirements. Upgrade to Recraft V3 or V4 if you need improved photorealism, expanded style presets, or higher-resolution output.

  • Is Recraft V2 a multimodal LLM?

    No. Recraft V2 is a dedicated image generation model. It doesn't process conversation history or maintain a context window. Use generateImage from the AI SDK to send requests.

  • How do I use Recraft V2 on AI Gateway?

    Pass recraft/recraft-v2 to generateImage from the AI SDK. AI Gateway routes the request to available providers and handles retries and failover automatically.

  • What does Recraft V2 cost?

    See the pricing section on this page for today's rates. AI Gateway exposes each provider's pricing for Recraft V2.

  • What types of images does Recraft V2 handle well?

    Photorealistic scenes, product imagery, and compositions with readable text. It handles multi-clause prompts that specify subject, composition, and style at once.