Skip to content

gproxy v2.9.2

Choose a tag to compare

@LeenHawk LeenHawk released this 23 Aug 14:31

v2.9.2

Restores admin model pulls from OpenAI-compatible gateways whose
/v1/models entries identify models with model instead of id.

修复 OpenAI 兼容网关在 /v1/models 条目使用 model 而非 id 时,
管理台拉取不到模型的问题。

English

Fixed

  • OpenAI-compatible model catalogs accept model identifiers. Custom providers backed by gateways such as merge.dev returned HTTP 200 from the admin model pull but produced an empty catalog because every data[] entry lacked id. The parser now falls back to model while preserving standard id precedence when both fields are present.

简体中文

修复

  • OpenAI 兼容模型目录支持 model 标识。 merge.dev 等网关的 data[] 条目没有 id 时,custom Provider 的管理台模型拉取此前虽然返回 HTTP 200,结果却是空目录。解析器现在会回退读取 model;若两个字段同时存在,仍优先使用标准 id