OpenAI
GPT-4o mini API
A compact GPT model for math, coding, and step-by-step analysis.
ReasoningMath
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.12/ 1MPublic ref.$0.15
Output
$0.49/ 1MPublic ref.$0.60
Call GPT-4o mini in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togpt-4o-mini.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "Hello"}]
}'