compare/Recraft V4vsRecraft V4.1 Utility

Recraft V4 vs Recraft V4.1 Utility

Pricing, context window, capabilities, and release date — pulled from each provider's public docs. Both are available via the same AIgateway OpenAI-compatible endpoint; flip the model string to switch.

RUN BOTH LIVE

Paste a prompt. Watch them race.

Both models stream in parallel through your own AIgateway key. Tokens, latency, and cost update as they arrive.

Sign in to runLive streaming uses your own key. It's free to sign up.
 Recraft V4
recraft/recraftv4
Recraft V4.1 Utility
recraft/recraftv4-1-utility
ProviderRecraftRecraft
FamilyRecraftRecraft
Modalityimageimage
Context window
Max output
Released2026-05-222026-05-22
Input price$0.040 /img$0.040 /img
Output price
Cache read
Tools
Streaming
Vision
JSON mode
Reasoning
Prompt caching
Recraft V4
recraft/recraftv4
Full spec →

Recraft V4 generates art-directed images with strong composition, accurate text rendering, and design taste built in. Fast and cost-efficient at standard resolution.

Strengths
  • Text-to-image generation
  • Creative control
Recraft V4.1 Utility
recraft/recraftv4-1-utility
Full spec →

Recraft V4.1 Utility is a general-purpose text-to-image model balancing quality and flexibility for a wide range of everyday use cases at standard resolution.

Strengths
  • Text-to-image generation
  • Creative control
SWITCH BETWEEN THEM

One key, both models, one line different.

# pip install aigateway-py openai
# aigateway-py: sub-accounts, evals, replays, jobs, webhook verify.
# openai SDK: chat/embeddings/images/audio — drop-in compat per our SDK's own guidance.
from openai import OpenAI

client = OpenAI(
    base_url="https://api.aigateway.sh/v1",
    api_key="sk-aig-...",
)

# Try Recraft V4
client.chat.completions.create(
    model="recraft/recraftv4",
    messages=[{"role":"user","content":"hello"}],
)

# Try Recraft V4.1 Utility — same client, same key
client.chat.completions.create(
    model="recraft/recraftv4-1-utility",
    messages=[{"role":"user","content":"hello"}],
)
Get an AIgateway keyAdd a third model

Compare with another

Recraft V3 vs Recraft V4
recraft/recraftv3 · recraft/recraftv4
Recraft V3 vs Recraft V4.1 Utility
recraft/recraftv3 · recraft/recraftv4-1-utility
Recraft V4 vs Recraft V4 Pro
recraft/recraftv4 · recraft/recraftv4-pro
Recraft V4 vs Recraft V4 Pro SVG
recraft/recraftv4 · recraft/recraftv4-pro-vector
Recraft V4 vs Recraft V4 SVG
recraft/recraftv4 · recraft/recraftv4-vector
Recraft V4 vs Recraft V4.1
recraft/recraftv4 · recraft/recraftv4-1
Recraft V4 vs Recraft V4.1 Pro
recraft/recraftv4 · recraft/recraftv4-1-pro
Recraft V4 vs Recraft V4.1 Pro SVG
recraft/recraftv4 · recraft/recraftv4-1-pro-vector
Recraft V4.1 SVG vs Recraft V4
recraft/recraftv4-1-vector · recraft/recraftv4