ImageRecraftv3· Released 2025-01-15
Recraft V3
AI illustration engine specialized in consistent brand-style artistic output.
Recraft V3 is an AI illustration engine specialized in consistent brand-style artwork. It produces clean vector-ready illustrations, icons, and stylized art with controllable style parameters. On Oakgen it costs about 10 credits per image (~$0.04) and generates in 5–8 seconds.
Capabilities at a glance
- Clean illustrations and vector-ready artwork
- Controllable style parameters for brand consistency
- Strong at icons, logos, and editorial illustration
- 5–8 second generation
- Image-to-image style transfer available
Specs
- Starting price
- $0.04 / generation
- Generation time
- 5–8 seconds
- Max resolution
- 2048×2048
- Inputs → outputs
- text, image → image
How to use Recraft V3
- 1Specify an illustration styleRecraft V3 responds well to style descriptors — 'flat vector', 'line art', 'watercolor', 'isometric 3D', 'editorial illustration'.
- 2Use style references for brand consistencyUpload a reference image to lock the style, then generate new subjects in the same visual language.
API access
curl -X POST https://api.oakgen.ai/v1/generate/image \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "recraft-v3",
"prompt": "Flat vector illustration of a mountain landscape, editorial style"
}'Compared to other models
vs. ideogram-v3 — illustration quality
Recraft V3 produces cleaner, more professional illustrations with better style consistency. Ideogram V3 is better for poster layouts with readable text.
License & commercial use
Licensed through Recraft's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Recraft V3 cost on Oakgen?
Recraft V3 starts at $0.04 per generation on Oakgen. Most generations complete in 5–8 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 480 generations per month.
Can I use Recraft V3 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Recraft V3 supports up to 2048×2048.
Does Oakgen provide API access to Recraft V3?
Yes. Oakgen's REST API exposes Recraft V3 under the model slug 'recraft-v3'. See the API snippet below for an example request.