GPT-5.6 Luna
Officialopenai/gpt-5.6-luna
The efficient GPT-5.6 model for high-volume assistants, extraction, routing, and coding tasks. It keeps the 1.05M-token context window, vision, tools, configurable reasoning, persisted reasoning, and explicit prompt caching at the lowest price in the family.
定价
来源: openai_x0.10 · 核验于 2026-08-02
Fast $0.04 / $0.24 /M
缓存读 $0.002/M · 缓存写 $0.025/M
| 档位 | 输入 | 缓存读 | 缓存写 | 输出 |
|---|---|---|---|---|
| Standard ≤272K | $0.02 | $0.002 | $0.025 | $0.12 |
| Standard >272K | $0.04 | $0.004 | $0.05 | $0.18 |
| Priority ≤272K | $0.04 | $0.004 | $0.05 | $0.24 |
本币价按固定汇率折算(1 美元 = 6.8 CNY),汇率更新于 2026-08-02,仅供参考;计费始终以美元结算。
成本估算
支持协议
- OpenAI Chat CompletionsStatus: 可用: 支持流式https://api.routemux.com/v1
- OpenAI ResponsesStatus: 可用: 支持流式https://api.routemux.com/v1
- Anthropic MessagesStatus: 可用: 支持流式https://api.routemux.com/anthropic
- Google Vertex AIStatus: 不支持—
- OpenAI ImagesStatus: 不支持—
- OpenAI SoraStatus: 不支持—
调用 ID
API 调用时用任一 ID 都可以。
openai/gpt-5.6-luna动手试一下
把 ROUTEMUX_KEY 占位符替换为你的 API Key。 创建 →
from openai import OpenAI
client = OpenAI(
base_url="https://api.routemux.com/v1",
api_key="<ROUTEMUX_KEY>",
)
completion = client.chat.completions.create(
model="openai/gpt-5.6-luna",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)同族其他变体
OpenAI's flagship GPT-5.6 for the hardest reasoning, coding, and agentic work.
$0.5/M↓ · $3/M↑
Balanced GPT-5.6 quality and cost for production workloads.
$0.2/M↓ · $1.2/M↑
OpenAI GPT-5.4 mini — fast, cheapest GPT-5 text route.
$0.075/M↓ · $0.45/M↑
OpenAI GPT-5.4 — strong general model, 1M context, lower cost than 5.5.
$0.25/M↓ · $1.5/M↑
OpenAI GPT-5.5 — flagship, 1M context, top reasoning & agentic coding.
$0.5/M↓ · $3/M↑
常见问题
›GPT-5.6 Luna 是什么?
The most efficient GPT-5.6 for high-volume and latency-sensitive work.
›GPT-5.6 Luna 的上下文窗口有多大?
GPT-5.6 Luna 支持最多 1.1M tokens 的上下文窗口,单次最多输出 128K tokens。
›GPT-5.6 Luna 的 API 价格是多少?
通过 RouteMux 调用 GPT-5.6 Luna:输入 $0.02、输出 $0.12(USD / 1M tokens),低于官方定价。
›如何通过 API 调用 GPT-5.6 Luna?
GPT-5.6 Luna 兼容 OpenAI 接口:把 base URL 换成 RouteMux、model 填 openai/gpt-5.6-luna 即可,无需改代码。
›GPT-5.6 Luna 支持哪些输入输出模态?
GPT-5.6 Luna 的输入模态:text, image;输出模态:text。
›GPT-5.6 Luna 是什么时候发布的?
GPT-5.6 Luna 发布于 2026年7月9日。