OpenAI
延迟—
吞吐量—
上传速率—
上下文长度1050K tokens
最大输出128K tokens
上传价格—每百万
输出价格—每百万
缓存读取—每百万
缓存写入—每百万
/openai/gpt-5.5-pro
GPT-5.5 Pro is now available for processing Responses API requests, including operations through the BBatch API, supporting multi-turn model interactions before responding to API requests, with additional advanced API features planned for the future. Because GPT-5.5 Pro is designed to tackle complex problems, some requests may take several minutes to complete. To avoid timeouts, try using background mode.
curl ${API_BASE_URL}/v1/chat/completions \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5-pro",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'将 <YOUR_API_KEY> 替换为你在令牌管理页面生成的 API Key。
所有请求必须携带 Authorization: Bearer <TOKEN> 请求头。
RPM = 每分钟请求数,TPM = 每分钟 Token 数,RPD = 每天请求数。限制按令牌分组生效。