Last refreshed 2026-05-22. Next refresh: weekly.
Why use Recraft V3 on Vercel AI Gateway?
Vercel AI Gateway offers Recraft V3 with competitive pricing. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.
Setup recipe
Python + curlpip install openaiexport AI_GATEWAY_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],recraft/recraft-v3Request example
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],
base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
model="recraft/recraft-v3",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Use provider model ID "recraft/recraft-v3", not the LLMReference slug "recraft-3".
- creator/model-name e.g. kwaipilot/kat-coder-pro-v2
- The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.
Pricing
| Type | Rate |
|---|---|
| Image input | $0.04 |
Capabilities
About Recraft V3
Recraft V3 by Recraft AI. Supports vector (SVG) and raster image generation with professional design controls and brand consistency features. Won the LMSYS text-to-image arena in October 2024. Available via Fal API (fal-ai/recraft-v3).
FAQ
What API model ID do I use for Recraft V3 on Vercel AI Gateway?
Use the model ID recraft/recraft-v3 when calling Vercel AI Gateway's API.
Who created Recraft V3?
Recraft V3 was created by Recraft as part of the Recraft model family.
Is Recraft V3 open source?
Recraft V3 is not open source; the seed data lists it as proprietary.