GPT-5.6 Luna
ChatNot available
Cost-optimized tier of the GPT-5.6 family for high-volume workloads, positioned above GPT-5.4 nano.
- Context
- 1.05Mtokens
- Max output
- 128Ktokens
- Latency
- ~10ms
- Released
- 2026-06
Pricing
$ / 1M tokensInput
$0.20/M
Output
$1.20/M
Cache Read
$0.02/M
Cache Write
$0.25/M
Capabilities
4 listed- Chat
- Tool Use
- Vision
- Coding
Code examples
POST /v1/chat/completionspython
from openai import OpenAI
client = OpenAI(
api_key="your_api_key",
base_url="https://api.modelstack.cc/v1",
)
response = client.chat.completions.create(
model="gpt-5.6-luna",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)Related models
Frequently asked questions
How is GPT-5.6 Luna billed on ModelStack?expand_more
ModelStack bills based on actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page. Final request costs are available in the console.
What are the context window and maximum output for GPT-5.6 Luna?expand_more
GPT-5.6 Luna has a 1.05M context window and supports up to 128K of output.
How can I call GPT-5.6 Luna through ModelStack?expand_more
Use the model ID `gpt-5.6-luna` with any OpenAI-compatible SDK pointed at the ModelStack API — see the code examples above for Python, Node.js, and cURL.
Which capabilities does GPT-5.6 Luna support?expand_more
GPT-5.6 Luna supports: Chat, Tool Use, Vision, Coding.