这个问题是否已有issue
运行环境
- OS: win11
- Zotero version: 8.0.4
- Plugin version: 0.3.9
当前配置信息
url https://api.infiniteai.cc/v1/responses
model gpt-5.4-pro
temperature 0.3
maxTokens 32768
问题详情
现有最大tokens参数不匹配openai最新标准参数,希望能新增responses调取格式新参数
HTTP POST https://api.infiniteai.cc/v1/responses failed with status code 400:
{"error":{"message":"Unsupported parameter: 'max_completion_tokens'. In the Responses API, this parameter has moved to 'max_output_tokens'. Try again with the new parameter. See the API documentation for more information: https://platform.openai.com/docs/api-reference/responses/create. (Intent id: 0187afc9-c3c6-44f8-81a9-d788248b97cf)","type":"invalid_request_error","code":"unsupported_parameter"}}
补充说明
No response
这个问题是否已有issue
运行环境
当前配置信息
urlhttps://api.infiniteai.cc/v1/responsesmodelgpt-5.4-protemperature0.3maxTokens32768问题详情
现有最大tokens参数不匹配openai最新标准参数,希望能新增responses调取格式新参数
补充说明
No response