krea
krea/krea-v2-large-text-to-image/Released Jan 2026

Krea 2 Large (Text to Image)

High-fidelity text-to-image with style references

Commercial use
Provider
krea
Modality
Image
Released
Jan 2026
Pricing
$0.06 / image$0.07 / image (hi-res)

Ready to build with Krea 2 Large (Text to Image)?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/images/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "krea-v2-large-text-to-image",
  "prompt": "A Van Gogh-tinged Provençal farmhouse under starry nights.",
  "aspect_ratio": "1:1",
  "creativity": "medium"
}'