gproxy v2.9.2
v2.9.2
Restores admin model pulls from OpenAI-compatible gateways whose
/v1/modelsentries identify models withmodelinstead ofid.修复 OpenAI 兼容网关在
/v1/models条目使用model而非id时,
管理台拉取不到模型的问题。
English
Fixed
- OpenAI-compatible model catalogs accept
modelidentifiers. Custom providers backed by gateways such as merge.dev returned HTTP 200 from the admin model pull but produced an empty catalog because everydata[]entry lackedid. The parser now falls back tomodelwhile preserving standardidprecedence when both fields are present.
简体中文
修复
- OpenAI 兼容模型目录支持
model标识。 merge.dev 等网关的data[]条目没有id时,custom Provider 的管理台模型拉取此前虽然返回 HTTP 200,结果却是空目录。解析器现在会回退读取model;若两个字段同时存在,仍优先使用标准id。