Replies: 1 comment
|
也希望支持这个功能,并覆盖 OpenAI API key 和原生 Codex OAuth 两种接入方式。希望在保持当前模型和推理强度的同时,显式选择 Fast / Priority,以缩短等待时间。 补充当前源码检查结果(2026-09-14,dsh
预期可以独立配置 Standard / Fast:保持现有默认行为,在模型、账号和端点支持时由用户显式启用 Fast,并在界面提示额外额度消耗或费用。降低 建议覆盖 参考:OpenAI 官方 Fast mode 说明。以上为源码检查结果,未进行付费请求或速度实测。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Please consider adding first-class support for OpenAI Codex service tiers, including Standard and Fast, for the native Codex OAuth provider.
Motivation
Codex exposes a speed setting separate from reasoning effort. Fast mode is model- and account-dependent, increases response speed, and consumes usage at a higher rate. DSH currently exposes provider, model, and reasoning effort, but has no equivalent service-tier field that survives model selection, session resume, or the agent loop.
Scope
An end-to-end implementation would ideally cover:
session.selectModeland model-selection UI stateservice_tier: "priority"Safety and compatibility requirements
Would this be a feature the project would consider? I would be happy to help test the behavior against Codex OAuth accounts once the intended transport and session semantics are established.
All reactions