fal-ai/bytedance/seedream/v5/lite/text-to-image
ByteDance Seedream V5 Lite — fast, affordable image generation. $0.035/image flat, confirmed 2026-06-22 (was underpriced at 15).
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/bytedance/seedream/v5/lite/text-to-image",
"messages": [{"role": "user", "content": "Hello!"}]
}'