Recraft V3

recraft/recraft-v3

V3 introduced major advances in photorealism and text rendering. It was the first Recraft model to generate mid-size text accurately and, as of 2025, is the only model capable of placing text at specific positions in an image.

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