接入信息补tts端点,可用模型新增过滤弃用开关
CI / test (push) Successful in 25s
Release / release (push) Successful in 25s

- 接入信息展示 POST /tts(xAI 官方格式)
- 可用模型卡片「过滤弃用」NSwitch:GET/PUT /api/v1/ai-settings,切换即时刷新;修复 request body 双重 stringify
- CHANGELOG 0.5.0(0.4.0 已发版冻结)
This commit is contained in:
2026-07-14 09:50:01 +08:00
parent 7f529bd991
commit e2cdb99194
4 changed files with 56 additions and 2 deletions
+5
View File
@@ -968,6 +968,11 @@ export interface AiModelCacheItem {
}
/** 模型黑名单条目:拉黑即全渠道剔除,同步 / 探测不再入库 */
/** AI 网关全局设置 */
export interface AiSettings {
filterDeprecated: boolean
}
export interface AiModelBlacklistItem {
id: number
name: string