Recraft V4 Pro
Text-to-Image • Recraft • ProxiedRecraft V4 Pro generates high-resolution, art-directed images at 2048px+ with strong composition, text rendering, and design taste. Built for print and production work.
| Model Info | |
|---|---|
| Terms and License | link ↗ |
| More information | link ↗ |
| Pricing | View pricing in the Cloudflare dashboard ↗ |
Usage
const response = await env.AI.run( 'recraft/recraftv4-pro', { prompt: 'A detailed vintage botanical illustration of a rose with leaves and thorns, scientific illustration style', }, { gateway: { id: 'default' }, })console.log(response)
{ "state": "Completed", "result": { "image": "https://pub-04a6d208d361438ea01b797e6973bd19.r2.dev/catalog/recraft__recraftv4-pro/print-ready-illustration.png" }, "gatewayMetadata": { "keySource": "Unified" }}Examples
Large Format Art — Large canvas digital art
const response = await env.AI.run( 'recraft/recraftv4-pro', { prompt: 'A sweeping fantasy landscape with floating islands, waterfalls cascading into clouds, and ancient stone bridges connecting the islands', size: '2048x2048', }, { gateway: { id: 'default' }, })console.log(response)
{ "state": "Completed", "result": { "image": "https://pub-04a6d208d361438ea01b797e6973bd19.r2.dev/catalog/recraft__recraftv4-pro/large-format-art.png" }, "gatewayMetadata": { "keySource": "Unified" }}Brand Asset — Professional brand asset with controlled colors
const response = await env.AI.run( 'recraft/recraftv4-pro', { prompt: 'A modern, clean illustration of a shield with a checkmark inside, representing security and trust', size: '2048x2048', controls: { colors: [ { rgb: [46, 117, 182], }, { rgb: [255, 255, 255], }, ], background_color: { rgb: [15, 23, 42], }, }, }, { gateway: { id: 'default' }, })console.log(response)
{ "state": "Completed", "result": { "image": "https://pub-04a6d208d361438ea01b797e6973bd19.r2.dev/catalog/recraft__recraftv4-pro/brand-asset.png" }, "gatewayMetadata": { "keySource": "Unified" }}Editorial Illustration — Magazine-quality editorial illustration
const response = await env.AI.run( 'recraft/recraftv4-pro', { prompt: 'A conceptual illustration of artificial intelligence as a tree with circuit-board branches and glowing data leaves', }, { gateway: { id: 'default' }, })console.log(response)
{ "state": "Completed", "result": { "image": "https://pub-04a6d208d361438ea01b797e6973bd19.r2.dev/catalog/recraft__recraftv4-pro/editorial-illustration.png" }, "gatewayMetadata": { "keySource": "Unified" }}Parameters
stringrequiredstringstringstringobjectstring