OpenAI
GPT-5.6 Luna API
An efficient GPT-5.6 tier for cost-sensitive workloads.
FrontierEfficientLong context
Pricing
USD per 1M tokens. No hidden markup.
Input
$0.70/ 1MPublic ref.$1
Output
$4.20/ 1MPublic ref.$6
Call GPT-5.6 Luna in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model togpt-5.6-luna.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-luna",
"messages": [{"role": "user", "content": "Hello"}]
}'