Releases: kingkate2009-droid/ai-switch
Releases · kingkate2009-droid/ai-switch
Release list
v2.0.5 — URL 合并 · 自适应健康 · 主模型回退
你如果遇到「重复供应商」「检测总扫全量」「主模型挂了 Key 就红」——这版专门治。
你能直接感知的
1. 导入 / 新增按 URL 自动合并
https://x.com与https://x.com/v1视为同一供应商- 智能导入、手动新增、MetaAPI、备份合并同一规则
- 工具栏新增 合并重复 URL(可预览再执行)
2. 健康检测更聪明
- 每次检测刷新模型列表
- 设置了 主检测模型:先测它 → 失败则从列表 随机 换其它模型
- 候选都失败才判 Key 异常;鉴权/额度硬错误立即失败
- 自适应频率(可配置):连续失败/成功 N 次后,该 Key 改用更长间隔;定时任务只检到期项
- 探测提示词轻微随机,减少每次同一句
hi
3. 错误更好懂
- new-api 常见:
No available channel under group ...会尽量原文透出 - 不再只显示笼统的
No compatible model found
升级
- Releases 下对应平台包
- 或源码
git pull后重启
数据仍在 ~/.ai-switch/,一般无需迁移。
文档 / 社区
已知限制
- 不同路径(如
/v1vs/anthropic)不会自动合并 - 部分中转 Key「分组无通道」属于站侧配置,工具只能如实报错
安装包
见下方 Assets(Windows / macOS arm64 / Linux)。
源码:git pull 后重启即可;数据仍在 ~/.ai-switch/。
v2.0.4
v2.0.3
v2.0.1
v2.0.0
AI Switch v2.0.0
Major release: health monitor, policy templates, Kimi Code backend, encrypted backups, and more.
Install packages
| Platform | Asset |
|---|---|
| Windows x64 | ai-switch-2.0.0-windows-amd64.zip |
| macOS Apple Silicon | ai-switch-2.0.0-macos-arm64.tar.gz |
| Linux x64 | ai-switch-2.0.0-linux-amd64.tar.gz |
Note: Intel macOS package is not included in this release (GitHub
macos-13runners were stuck in queue). Use source install or the arm64 build on Apple Silicon.
Highlights
- Health monitor page (status / start-stop-pause / history)
- Network retries for health checks (default 3, configurable)
- Policy templates + optional encrypted backups
- Kimi Code backend adapter
- Auto-enable + backend sync on successful health check
v1.3.0
AI Switch v1.3.0
Packages
GitHub Actions builds Windows / macOS (Intel + Apple Silicon) / Linux packages and attaches them to this release when CI finishes.
| Platform | Asset |
|---|---|
| Windows x64 | ai-switch-1.3.0-windows-amd64.zip |
| macOS Intel | ai-switch-1.3.0-macos-amd64.tar.gz |
| macOS Apple Silicon | ai-switch-1.3.0-macos-arm64.tar.gz |
| Linux x64 | ai-switch-1.3.0-linux-amd64.tar.gz |
Highlights
- Multi-platform desktop packages (PyInstaller + CI)
- Statistics: charts, vendor/model/engine filters, export, cost estimate
- i18n language switch fixes
- OpenClaw multi-agent model filter; Xiaomi Anthropic probe
- Batch import UI improvements; refresh keeps current page
Full Changelog: https://github.com/kingkate2009-droid/ai-switch/commits/v1.3.0