add gpt 5.6 support#703
Open
luojiaping wants to merge 2 commits into
Open
Conversation
Collaborator
|
GPT 5.6需要显式传入缓存参数,你这个没做 |
Collaborator
|
这个改法偏草率,如果加推理强度变量建议普遍都加,或者用thinkingeffort.kt隔离,单独开一个GPT56switch意义不明,我去在我的分支添加effort系列变量的支持吧 |
Collaborator
Author
我知道,因为还有四个部分没有添加,只是粗略支持,当时用sol加的最小化改动,因为5.6一堆bug兼容性未知,后面的commit没有提交 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动边界
本次仅针对 GPT‑5.6 模型接入、推理档位和计费信息进行适
配,不改变默认模型和其他提供商的既有请求逻辑。
主要改动
gpt-5.6gpt-5.6-solgpt-5.6-terragpt-5.6-lunalowmediumhighxhighmaxnone。reasoning_effort。reasoning.effort。reasoning_effort优先于自动档位映射。
输入界面均增加第 5 档。
OPENAI和OPENAI_RESPONSES增加 GPT‑5.6 三个模型及
gpt-5.6别名的输入、输出和缓存读取价格。/v1/models模型列表机制,不新增静态模型白名单。
兼容范围
其原有推理参数规则