krea/v2/large/text-to-image
Krea 2 Large — exceptional artistic and creative image generation. $0.06/image flat, confirmed 2026-06-22 (was underpriced at 50).
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "krea/v2/large/text-to-image",
"messages": [{"role": "user", "content": "Hello!"}]
}'