# Recraft V4.1 Utility Pro > Recraft V4.1 Utility Pro model — pairs Pro tier high-resolution output with the utility variant's faster, cost-efficient runtime, designed for studios shipping large-format work at scale ## Quick Reference - Model ID: recraft-v4.1-utility-pro - Creator: Recraft AI - Status: active - Family: recraft - Base URL: https://api.lumenfall.ai/openai/v1 ## Specifications - Max Resolution: 3072x3072 - Input Modalities: text - Output Modalities: image - Supported Modes: Text to Image ## API Parameters The compiled parameter schema for this model is available via the API: `GET /v1/models/recraft-v4.1-utility-pro?schema=true`. ### Core Parameters - `prompt` (string) — REQUIRED: Text prompt for image generation ### Size & Layout - `size` (string): Image dimensions as WxH pixels (e.g. "1024x1024") or aspect ratio (e.g. "16:9") - `aspect_ratio` (string): Aspect ratio of the output image (e.g. "16:9", "1:1") - `resolution` (string): Output resolution tier (e.g. "1K", "4K") ### Output & Format - `response_format` (string): How to return the image. Default: url. Values: url, b64_json - `output_format` (string): Output image format. Values: png, jpeg, gif, webp, avif - `output_compression` (integer): Compression level for lossy formats (JPEG, WebP, AVIF) - `n` (integer): Number of images to generate. Default: 1 ### Additional Parameters - `background_color` (["object", "null"]): The preferable background color of the generated images, as an `{r, g, b}` object with channel values 0-255.. Only available via fal - `colors` (array): An array of preferable colors. Each entry is an `{r, g, b}` object with channel values 0-255.. Only available via fal - `enable_safety_checker` (boolean): If set to true, the safety checker will be enabled.. Only available via fal ## Model Identifiers - Primary Slug: recraft-v4.1-utility-pro - Aliases: recraft-v4-1-utility-pro ## Dates - Released: May 2026 ## Tags image-generation, text-to-image ## Available Providers ### fal.ai - Config Key: fal/recraft-v4.1-utility-pro - Provider Model ID: fal-ai/recraft/v4.1/utility/pro/text-to-image - Pricing: $0.250/image - Source: https://fal.ai/models/fal-ai/recraft/v4.1/utility/pro/text-to-image ## Image Gallery 4 images available for this model. Browse all at https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro/gallery ### Curated Examples - [Cinematic wide shot of a high-end, designer utility multi-tool kit displayed on a polished walnut...](https://assets.lumenfall.ai/r0DV_-8BGLQ44819D8AeoujCGPOV6YtYUmJSTht8zqI/rs:fit:1500:1500/plain/gs://lumenfall-prod-assets/95beezexxwh6mz5d9qdrw7mf77d3@jpeg) - [Cinematic wide shot of an elegant, mid-century modern living room at dusk, featuring a velvet eme...](https://assets.lumenfall.ai/B3avrNsuwBxJWoJ-Yqx3MqmeOsMuLd7IyU6YC3c9RdQ/rs:fit:1500:1500/plain/gs://lumenfall-prod-assets/7edrudrthvamww17lmekvef9d72g@jpeg) - [A hyper-realistic close-up of an artisan's workbench, featuring a vintage leather-bound journal w...](https://assets.lumenfall.ai/LH0_F44NjZahmt-WHHUVtb2ofZsavmdax3iB4iejeDo/rs:fit:1500:1500/plain/gs://lumenfall-prod-assets/nyihwn3x5y918m6qp9nycdpcyyhc@jpeg) - [A gourmet storefront with a large glass window featuring elegant gold lettering that reads "THE D...](https://assets.lumenfall.ai/7RhOij5m0_pX1GdqPW02wqxo1XufQez5PzG2Nfav0sY/rs:fit:1500:1500/plain/gs://lumenfall-prod-assets/nryla0us08bt7unei92qrbojpjds@jpeg) ## Example Prompt The following prompt was used to generate an example image in our playground: A gourmet storefront with a large glass window featuring elegant gold lettering that reads "THE DAILY CRUMB" in a classic serif font. Inside, a baker carries a tray of croissants, while a capybara calmly waits in line behind a customer. ## Code Examples ### Text to Image (/v1/images/generations) #### cURL curl -X POST \ https://api.lumenfall.ai/openai/v1/images/generations \ -H "Authorization: Bearer $LUMENFALL_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "recraft-v4.1-utility-pro", "prompt": "", "size": "1024x1024" }' # Response: # { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] } #### JavaScript import OpenAI from 'openai'; const client = new OpenAI({ apiKey: 'YOUR_API_KEY', baseURL: 'https://api.lumenfall.ai/openai/v1' }); const response = await client.images.generate({ model: 'recraft-v4.1-utility-pro', prompt: '', size: '1024x1024' }); // { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] } console.log(response.data[0].url); #### Python from openai import OpenAI client = OpenAI( api_key="YOUR_API_KEY", base_url="https://api.lumenfall.ai/openai/v1" ) response = client.images.generate( model="recraft-v4.1-utility-pro", prompt="", size="1024x1024" ) # { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] } print(response.data[0].url) ## Frequently Asked Questions ### How much does Recraft V4.1 Utility Pro cost? Recraft V4.1 Utility Pro starts at $0.25 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing. ### How do I use Recraft V4.1 Utility Pro via API? You can use Recraft V4.1 Utility Pro through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "recraft-v4.1-utility-pro". Code examples are available in Python, JavaScript, and cURL. ### Which providers offer Recraft V4.1 Utility Pro? Recraft V4.1 Utility Pro is available through fal.ai on Lumenfall. Lumenfall automatically routes requests to the best available provider. ### What is the maximum resolution for Recraft V4.1 Utility Pro? Recraft V4.1 Utility Pro supports images up to 3072x3072 resolution. ## Links - Model Page: https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro - About: https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro/about - Providers, Pricing & Performance: https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro/providers - API Reference: https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro/api - Benchmarks: https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro/benchmarks - Use Cases: https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro/use-cases - Gallery: https://lumenfall.ai/models/recraft-ai/recraft-v4.1-utility-pro/gallery - Playground: https://lumenfall.ai/playground?model=recraft-v4.1-utility-pro - API Documentation: https://docs.lumenfall.ai