OpenAI
GPT-5.4 Mini API
A fast, low-cost GPT tier for high-volume tasks.
FastLow cost
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.53/ 1MPublic ref.$0.75
Output
$3.15/ 1MPublic ref.$4.50
Call GPT-5.4 Mini in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togpt-5.4-mini.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4-mini",
"messages": [{"role": "user", "content": "Hello"}]
}'