gpt-5.4、gpt-5.5。POST /v1/chat/completions 调用时,只需要把 model 改成对应模型名即可。gpt-5.4,仅需把 model 改成 gpt-5.4。{
"model": "gpt-5.4",
"messages": [
{"role": "user", "content": "帮我总结今天的会议纪要"}
],
"stream": true
}Authorization: Bearer ********************curl --location '/docs/openai-gpt-5-4-gpt-5-5-chat-completions' \
--header 'Authorization: Bearer <token>'{
"message": "该条仅用于文档说明,不是实际调用端点"
}