Main changes
增加定时获取上游模型更新功能
异步任务在没有设置价格时抛出错误
渠道参数覆盖功能增强,提供可视化编辑,整合请求头覆盖和透传功能
Add a scheduled feature to fetch upstream model updates.
Throw an error in the asynchronous task when the price is not set.
Enhance the channel parameter override feature by integrating request header overrides and passthrough functionality.
Enhance the channel parameter override feature
Scheduled feature to fetch upstream model updates
What's Changed
- fix: redirect subscription payment return to user-accessible page by @seefs001 in #3052
- feat: add image model to supported image presets by @seefs001 in #3029
- feat: minimax reasoning_split by @seefs001 in #3012
- feat(gemini): implement video generation configuration by @Calcium-Ion in #3059
- feat: improve channel override ui/ux by @seefs001 in #3009
- chore(deps): bump axios from 1.12.0 to 1.13.5 in /web by @dependabot[bot] in #3061
- chore(deps): bump tar and electron-builder in /electron by @dependabot[bot] in #2964
- build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /electron by @dependabot[bot] in #2720
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /electron by @dependabot[bot] in #3060
- fix: preserve explicit zero values in native relay requests by @seefs001 in #3069
- fix: aws text content blocks must be non-empty by @seefs001 in #3077
- Fix/aws header override by @seefs001 in #3066
- Fix/aws non empty text by @seefs001 in #3080
- Revert "Fix/aws non empty text" by @seefs001 in #3082
- Revert "fix: aws text content blocks must be non-empty" by @seefs001 in #3083
- fix: change token model_limits column from varchar(1024) to text by @RedwindA in #3037
- Return error when model price/ratio unset by @BenLampson in #3081
- feat: auto fetch upstream models by @seefs001 in #2979
- fix: use default model price for radio price model by @feitianbubu in #3090
- Fix/auto fetch upstream model tips by @seefs001 in #3096
- fix: update task billing log content to include reason by @feitianbubu in #3093
New Contributors
- @BenLampson made their first contribution in #3081
Full Changelog: v0.11.0...v0.11.2


