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.
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({ model: 'recraft/recraft-v4-pro', prompt: 'A red balloon on a wooden table.'});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
generateImagefrom the AI SDK.How do I use Recraft V4 Pro on AI Gateway?
Pass
recraft/recraft-v4-protogenerateImagefrom 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.