openai/gpt-image-2
OpenAI GPT-Image 2 (successor to GPT-Image 1.5) — $0.211/image at default 1024x1024 high quality on FAL; larger/higher-res requests cost more. Verified 2026-06-18.
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": "openai/gpt-image-2",
"messages": [{"role": "user", "content": "Hello!"}]
}'