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

Krea 2 Large

High-fidelity text-to-image with style references

Commercial use
Image
Per image
Standard$0.06 per image
High res$0.07 per image
Krea 2 Large

Ready to build with Krea 2 Large?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/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"
}'