feat: add GLM-5.1 to Z.AI model list
Adds the newly available GLM-5.1 model to the hardcoded Z.AI provider model list so it appears in the model dropdown. Fixes #17. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,15 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## [v0.17.2] Model Update
|
||||||
|
*April 2, 2026*
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
- **GLM-5.1 added to Z.AI model list.** New model available in the dropdown
|
||||||
|
for Z.AI provider users. (Fixes #17)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## [v0.17.1] Security + Bug Fixes
|
## [v0.17.1] Security + Bug Fixes
|
||||||
*April 2, 2026 | 237 tests*
|
*April 2, 2026 | 237 tests*
|
||||||
|
|
||||||
|
|||||||
@@ -297,6 +297,7 @@ _PROVIDER_MODELS = {
|
|||||||
{'id': 'gemini-2.5-pro', 'label': 'Gemini 2.5 Pro (via Nous)'},
|
{'id': 'gemini-2.5-pro', 'label': 'Gemini 2.5 Pro (via Nous)'},
|
||||||
],
|
],
|
||||||
'zai': [
|
'zai': [
|
||||||
|
{'id': 'glm-5.1', 'label': 'GLM-5.1'},
|
||||||
{'id': 'glm-5', 'label': 'GLM-5'},
|
{'id': 'glm-5', 'label': 'GLM-5'},
|
||||||
{'id': 'glm-5-turbo', 'label': 'GLM-5 Turbo'},
|
{'id': 'glm-5-turbo', 'label': 'GLM-5 Turbo'},
|
||||||
{'id': 'glm-4.7', 'label': 'GLM-4.7'},
|
{'id': 'glm-4.7', 'label': 'GLM-4.7'},
|
||||||
|
|||||||
Reference in New Issue
Block a user