GPT-5.6 Luna 是 OpenAI GPT-5.6 系列中快速且成本效益高的模型——專為高流量、低延遲的工作負載而調整,同時保留真正能勝任的推理能力。它非常適合聊天、分類、提取、路由以及輕量級代理工作流程,在這些場景中,回應速度與每次呼叫的價格是關鍵,並且仍提供完整的 1.05M token 上下文窗口,最高可達 128K 輸出 token。 它接受文字、圖像和檔案輸入,並產生文字輸出;支援可設定的推理強度,讓你能針對偶爾的困難請求提升深度;並且是一流的 OpenAI Responses 模型,具備原生工具呼叫與結構化輸出。在扇出架構的頂層、作為廉價的初稿或草稿模型,或是在你執行數百萬次呼叫、每一毫秒與每一分錢都至關重要的場景中,都請選用 Luna。
相容 OpenAI——沿用你現有的 SDK
https://api.orcarouter.ai/v1from openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key="$ORCAROUTER_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-5.6-luna",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)include_reasoningmax_completion_tokensmax_tokensreasoningreasoning_effortresponse_formatseedstructured_outputstool_choicetools| 階梯 | 輸入 / 1M tokens | 輸出 / 1M tokens | 快取讀取 / 1M | 快取寫入 / 1M |
|---|---|---|---|---|
| ≤ 272K | $1.00 | $6.00 | $0.100 | $1.25 |
| ≤ ∞ | $2.00 | $9.00 | $0.200 | $2.50 |
| 階梯依每次請求的輸入 token 數確定 | ||||
基於標價的估算
階梯定價——此估算使用基礎級距費率。
僅為估算——實際 Token 數取決於供應商的分詞器。
@misc{orcarouter_gpt_5_6_luna,
title = {GPT-5.6 Luna API},
author = {OpenAI},
year = {2026},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/openai/gpt-5.6-luna}
}OpenAI. (2026). GPT-5.6 Luna API. OrcaRouter. https://www.orcarouter.ai/models/openai/gpt-5.6-luna