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