fal-ai/flux-2-pro
FLUX 2 Pro — next generation FLUX with improved realism. $0.03 flat for the first megapixel, confirmed 2026-06-22 (was overpriced 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": "fal-ai/flux-2-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'