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