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

OpenAI: GPT-6 Sol

Chat8 折
openai/gpt-6-sol

GPT-6 Sol is the balanced model in OpenAI's GPT-6 family, offering strong reasoning, coding, and agentic performance at a fraction of GPT-6 Astra's cost. 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
$1.6/M
$2/M
输出 Token
$8/M
$10/M
缓存读取
$0.16/M
$0.2/M
缓存写入
$2/M
$2.5/M
网络搜索
$0.01/R
接入协议
openai/v1/chat/completions/v1/responses
anthropic

代码示例

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

运行状态

常见问题

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