更新模型无法拉取GLM最新的版本,GLM-5.3和GLM-5.3-flash #4856
Replies: 7 comments 2 replies
|
您正在使用哪个 API 提供商? 请将其添加到 |
|
添加后提示 Error: dsh: plugin tree failed to load: failed to apply loader entry include (cordis:include): failed to apply loader entry llm-pi-ai (@deepseek-ai/dsh-llm-pi-ai): llm-pi-ai: provider "opencode-go" model "glm-5.3-flash" needs an api; the installed catalog does not describe it, so set the route's api to the wire protocol its endpoint speaks |
|
这确实是个问题,每次opencode或者zai更新了最新的模型,但是pi-ai识别不到新的模型,导致每次想要用需要再定义一个provider, 而且会出现各种问题,建议官方解决下这个问题,每个模型厂商其实都提供了获取最新模型列表的接口 |
我重构了下这块,现在支持点击获取可用模型时直接拉取官方模型,且选择后,展示模型按现有风格自动生成展示的模型名称 但现在没法提交issue到官方项目,我目前提交到我fork的项目了 https://github.com/xiaofeiyang-jiujianghukou/deepseek-harness 有需要的可以更新一下 目前我看方舟的没有接入,官方也可以考虑接入一下,我目前主力有智谱/方舟/DeepSeek,错峰调用,方舟没接入还挺影响的 |
|
是不是dsh依赖的pi的版本太低了导致的。 |
|
截图这个症状的根因和一条今天就能用的解法(同族贴 #2330/#4042 我们贴过完整版): 根因:模型清单不在 dsh 仓库里,随 今天就能用:显式声明绕过内置目录—— 系统解:pi-ai 版本边界与升级机制的提案在 #3752,我们在那边放了跨版本行为 A/B 实测数据支持它——你这贴正是那个提案最直接的受益场景。 |
|
装 dsh-model-sync 就能拉到,不用等 dsh / pi-ai 升级。它把 pi.dev 网关的模型目录(实测 GLM-5.3、GLM-5.3-flash 都在)经官方 settings 接缝同步进 zai-coding-cn 路由,启动 5 秒自动跑第一轮,之后每 4 小时一轮,也可随时 npm i @aiwayds/dsh-model-sync
dsh plugin add @aiwayds/dsh-model-sync同步只增只改、零补丁;你手写的 |


Uh oh!
There was an error while loading. Please reload this page.
All reactions