openai/gpt-5.5
OpenAI 旗舰 GPT-5.5。推理、Agent 编码、工具调用业界领先,100 万 token 上下文。prompt cache 重复上下文降本 90%。最难的任务首选。
来源: launch_0023 · 核验于 2026-06-01
Fast $1 / $6 /M
缓存读 $0.05/M · 缓存写 —/M
| 档位 | 输入 | 缓存读 | 缓存写 | 输出 |
|---|---|---|---|---|
| Standard ≤272K | $0.5 | $0.05 | — | $3 |
| Standard >272K | $1 | $0.1 | — | $4.5 |
| Priority | $1 | $0.1 | — | $6 |
API 调用时用任一 ID 都可以。
openai/gpt-5.5把 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-5.5",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)最近 30 天 49,626 次请求