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.run/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。按量計費,無月費。