Important
Task Plugin Controls / 任务插件控制简化
任务插件现在只有两层开关:总开关与每个插件自己的开关。关闭某个插件后,不会再回退到同名内置插件,同名模型也不会再继续由内置插件处理。内置插件会按请求中的模型名回显(遵循模型重定向),而不是上游真实 ID。
Task plugins now have two control layers only: the master switch and each plugin’s own toggle. Disabling a plugin no longer falls back to a same-name built-in plugin, so same-name models are no longer still handled by the built-in plugin. Built-in plugins echo the requested model name (honoring model redirects) instead of the upstream model ID.
Warning
Experimental Plugin System / 实验性插件系统
自 v1.0.0-rc.27 起引入的实验性插件系统仍处于测试阶段,并涉及较大的架构调整。如遇问题,请及时反馈。
从 v1.0.0-rc.26 或更早版本升级的用户,必须重新配置所有视频模型价格;已完成该配置的用户无需重复操作。本版本仍不推荐用于生产环境。
The experimental plugin system introduced in v1.0.0-rc.27 remains under testing and includes major architectural changes. Please report any issues promptly.
Users upgrading from v1.0.0-rc.26 or earlier must reconfigure all video model prices. Users who have already completed this step do not need to repeat it. This release is still not recommended for production use.
New Features
- Added Alibaba Bailian
wan3.0-videoandwan3.0-video-primeall-in-one video models, with DashScope media, resolution/ratio, duration rules, and billing ratios. - Supported wan3.0 smart duration (
duration/seconds=-1): submit-1upstream, pre-consume 30 seconds, then settle from actual usage. Other Wan models reject this marker instead of silently defaulting to 5 seconds. - Added
kimi-k3to the Moonshot model list.
Fixes and Improvements
- Preserved Kimi K3 mid-conversation tool-loading messages, so dynamic tools are no longer dropped during relay and
tool_choice=requiredno longer fails for missingtools(#7235). - Made wan3.0 convert and billing follow the redirected upstream model, reject unknown sizes, restore the image-only guard for text-to-video models, and forward ratio/audio in native passthrough (#7240).
- Made the SunoAPI built-in honor model redirects and fixed lyrics/music rendering. Bumped sunoapi to 1.0.2.
- Replaced the model-card health strip’s last-three-bucket rates with an hourly series, so empty hours stay gray and the 24-slot bar can show a full day.
- Portaled Combobox and Select popups into drawer content so they stay clickable inside modal drawers.
- Switched the pricing card grid (and its skeleton) to three columns at the
xlbreakpoint. - Routed
commonandrelaykitJSON helpers through a host-injectable codec so the JSON engine can be swapped in one place.
Full Changelog: v1.0.0-rc.34...v1.0.0-rc.35