gpt-5.6-luna
Input $ 0.036 · Output $ 0.216 per 1M tokens
Pricing
Input$ 0.036 per 1M tokens
Output$ 0.216 per 1M tokens
Cache read$ 0.0036 per 1M tokens
Cache write$ 0.045 per 1M tokens
Tiered pricing
Short context<= 272K
Input$ 0.036
Output$ 0.216
Long context
Input$ 0.072
Output$ 0.324
API
curl
curl https://api.zipflow.xyz/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-luna","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'Replace API_KEY with your ZipFlow API key.
About gpt-5.6-luna on ZipFlow
What is gpt-5.6-luna?
gpt-5.6-luna is available on ZipFlow through one unified Base URL (https://api.zipflow.xyz). One account and one API key cover every model on the platform.
How much does gpt-5.6-luna cost on ZipFlow?
gpt-5.6-luna is billed in USD: input $ 0.036 and output $ 0.216 per 1M tokens. Prices are listed on the pricing page and in the console.
How do I start using gpt-5.6-luna?
Create a ZipFlow account, create an API key in the console, and call https://api.zipflow.xyz/v1/chat/completions with the model id. Code samples are above.