openai/gpt-6-sol
GPT-6 Sol 是 GPT-6 家族的均衡型号,面向交互式与 Agent 编码、代码审查、调试与数据分析。支持文本与图片输入、105 万 token 上下文(最大输入 92.2 万)、最高 12.8 万 token 输出,推理强度可从 none 调到 max。支持 prompt 缓存,缓存读取按输入价的十分之一计费。
来源: openai_2026_09_gpt6_g6s_x0.10 · 核验于 2026-09-23
缓存读 $0.02/M · 缓存写 $0.25/M
| 档位 | 输入 | 缓存读 | 缓存写 | 输出 |
|---|---|---|---|---|
| Standard ≤272K | $0.2 | $0.02 | $0.25 | $1 |
| Standard >272K | $0.4 | $0.04 | $0.5 | $1.5 |
API 调用时用任一 ID 都可以。
openai/gpt-6-sol把 ONEHOP_KEY 占位符替换为你的 API Key。 创建 →
from openai import OpenAI
client = OpenAI(
base_url="https://api.onehop.ai/v1",
api_key="<ONEHOP_KEY>",
)
completion = client.chat.completions.create(
model="openai/gpt-6-sol",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)最近 30 天 310 次请求