Skip to content

Recraft V4.1 Pro

Recraft V4.1 Pro is the premium tier of Recraft's V4.1 generation. It extends the expressive V4.1 aesthetic with higher-fidelity output for print-ready assets, large-format display, and final production renders.

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

Frequently Asked Questions

  • What makes Recraft V4.1 Pro different from recraft-v4.1?

    Recraft V4.1 Pro extends the V4.1 aesthetic with higher-fidelity output for final production work. It shares the same natural photorealism and sharper illustration output, then targets print-ready and large-format use cases. The standard tier is optimized for cost and iteration; Recraft V4.1 Pro is optimized for the final render.

  • When should I use recraft-v4.1 instead of Recraft V4.1 Pro?

    Use recraft-v4.1 for exploration, prompt testing, and generating variations where per-image cost matters. Switch to Recraft V4.1 Pro when you need the final production asset at higher fidelity.

  • Is Recraft V4.1 Pro suitable for print production?

    Yes. Recraft V4.1 Pro targets print workflows: packaging, editorial spreads, brochures, and posters. Higher-fidelity output supports physical reproduction without the banding and artifact issues that can show up at print resolution.

  • How does Recraft V4.1 Pro compare to recraft-v4.1-utility-pro?

    Recraft V4.1 Pro is the expressive premium tier and brings composition and aesthetic variety. recraft-v4.1-utility-pro is the utility premium tier and produces flat lighting, front-facing composition, and predictable scenes for mockups and product shots.

  • Is Recraft V4.1 Pro a multimodal LLM?

    No. Recraft V4.1 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.1 Pro on AI Gateway?

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

  • What does Recraft V4.1 Pro cost?

    Per-image pricing is $0.25. See the pricing section on this page for the current rate.

  • Does Recraft V4.1 Pro support zero data retention?

    Zero Data Retention is not currently available for this model. Zero Data Retention is offered on a per-provider basis. See https://vercel.com/docs/ai-gateway/capabilities/zdr for details.