Highlights
This release adds GPT-5.6 pricing support and stale instance cleanup tools for administrators. It also fixes several quota and pricing edge cases, including wallet reward transfers and decimal ratio input.
New Features
- Added token pricing support for GPT-5.6 models.
- Added system-info actions for cleaning up stale instances. (#5953)
Bug Fixes
- Wallet reward transfers now respect the configured quota unit instead of using an incorrect fixed unit. (#5808)
- Group ratio fields now allow decimal values such as
0.05to be typed normally. (#5995) - Tiered pricing now uses a default token estimate during pre-consumption, improving quota calculation for affected pricing rules.
What's Changed
- fix: 分组倍率 Ratio 输入框保留小数中间态,修复无法输入 0.05 by @feitianbubu in #5995
- feat(system-info): add stale instance cleanup actions by @seefs001 in #5953
- fix(wallet): honor configured quota units for reward transfers by @A-Words in #5808
New Contributors
Full Changelog: v1.0.0-rc.19-i18nfix.2...v1.0.0-rc.20