GPT 全系 8 折 🎉 DeepSeek 7 折查看详情

OpenAI: GPT-6 Luna

Chat8 折
openai/gpt-6-luna

GPT-6 Luna is the fastest and most cost-efficient model in OpenAI's GPT-6 family, built for high-volume, latency-sensitive workloads such as classification, extraction, and lightweight agents. It supports text and image inputs with text output, adjustable reasoning effort, a 1.05M-token context window, and up to 128K output tokens.

上下文窗口
1M
最大输出 Token
128K
发布日期
2026-09-22
能力
视觉函数调用推理提示缓存网络搜索
可用供应商
OpenAI
支持的协议
openaianthropic

供应商

OpenAIprovider.type: "openai"
8 折
输入 Token
$0.08/M
$0.1/M
输出 Token
$0.4/M
$0.5/M
缓存读取
$0.008/M
$0.01/M
缓存写入
$0.1/M
$0.125/M
网络搜索
$0.01/R
接入协议
openai/v1/chat/completions/v1/responses
anthropic

代码示例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-6-luna",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

运行状态

常见问题

OpenAI: GPT-6 Luna 在 Ofox.ai 上的价格为输入 $0.1/M/百万 Token,输出 $0.5/M/百万 Token。按量计费,无月费。