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

Output

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"}]
  }'