ImageRevev1.0· Released 2025-04-20
Reve
Detailed visual output with strong aesthetic quality and accurate text rendering.
Reve is an image generation model focused on detailed visual output with strong aesthetic quality and accurate text rendering. It supports remix workflows with up to 6 reference images for prompt-guided transformations. On Oakgen it costs about 13 credits per image (~$0.05).
Capabilities at a glance
- Strong aesthetic composition and color theory
- Accurate in-image text rendering
- Remix mode with up to 6 reference images
- 5–10 second generation
- Prompt-guided image transformations
Specs
- Starting price
- $0.05 / generation
- Generation time
- 5–10 seconds
- Max resolution
- 2048×2048
- Inputs → outputs
- text, image → image
How to use Reve
- 1Use reference images for remixingUpload 1–6 reference images and describe the transformation. Reve blends elements from references with your prompt.
- 2Leverage aesthetic strengthReve excels at visually polished output — use it for marketing creative, editorial imagery, and aesthetic-forward content.
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": "reve",
"prompt": "Editorial fashion photograph, soft studio lighting, muted earth tones"
}'License & commercial use
Licensed through Reve's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Reve cost on Oakgen?
Reve starts at $0.05 per generation on Oakgen. Most generations complete in 5–10 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 384 generations per month.
Can I use Reve commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Reve supports up to 2048×2048.
Does Oakgen provide API access to Reve?
Yes. Oakgen's REST API exposes Reve under the model slug 'reve'. See the API snippet below for an example request.