OpenAI
GPT-5.4 API
A strong general-purpose GPT tier for coding, agents, and knowledge work.
CodingAgents
Pricing
USD per 1M tokens. No hidden markup.
Input
$1.75/ 1MPublic ref.$2.50
Output
$10.5/ 1MPublic ref.$15
Call GPT-5.4 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togpt-5.4.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4",
"messages": [{"role": "user", "content": "Hello"}]
}'