Skip to content

feat(models): add GLM vision Flash models to Z.AI curated list - #46562

Closed
Icather wants to merge 2 commits into
NousResearch:mainfrom
Icather:feat/add-glm-vision-models
Closed

feat(models): add GLM vision Flash models to Z.AI curated list#46562
Icather wants to merge 2 commits into
NousResearch:mainfrom
Icather:feat/add-glm-vision-models

Conversation

@Icather

@Icather Icather commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds three free-tier Z.AI / GLM vision models to the curated model list so they appear in the Dashboard model selector:

Model Type Concurrency
glm-4.6v-flash Vision (latest Flash) 1
glm-4v-flash Vision (stable) 10
glm-4.1v-thinking-flash Vision + Thinking 5

Why

Currently the Z.AI provider only lists text models (glm-5, glm-4.7, etc.) and glm-5v-turbo. The free vision Flash models are available via the Z.AI API but invisible in the UI — users can't select them as auxiliary vision models for computer_use screenshots or image analysis.

Testing

  • Models confirmed available via Z.AI / GLM API
  • Single-line addition to the curated model list — no change to routing or provider logic

Add glm-4.6v-flash, glm-4v-flash, and glm-4.1v-thinking-flash to
the Z.AI / GLM provider curated model list.  These are free-tier
vision models suitable for auxiliary vision tasks (computer_use
SOM screenshots, image analysis) with the following characteristics:

- glm-4.6v-flash:   latest Flash vision, concurrency=1  (free)
- glm-4v-flash:      stable vision,     concurrency=10 (free)
- glm-4.1v-thinking-flash: thinking+vision, concurrency=5 (free)

Previously only glm-5/4 text models and glm-5v-turbo were listed,
making the free vision Flash models unavailable in the Dashboard
model selector.
Copilot AI review requested due to automatic review settings June 15, 2026 09:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds additional GLM vision model IDs to the curated model list so they’re available to Hermes users.

Changes:

  • Added three GLM free-tier vision model identifiers to the curated provider model list.
  • Documented the intended tier/limits for the newly added models via an inline comment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread hermes_cli/models.py
Comment thread hermes_cli/models.py Outdated

@Icather Icather left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 9a4b33c: reordered by version descending and removed the operational comment. Ready for re-review.

Comprehensive model list covering text, vision, and Flash tiers:

Text models:  glm-5.2, 5.1, 5, 5-turbo, 4.7, 4.7-flash, 4.6,
              4.5, 4.5-flash, 4-flash-250414
Vision models: glm-5v-turbo, 4.6v, 4.6v-flash, 4.5v, 4v, 4v-flash
Thinking:      glm-4.1v-thinking, 4.1v-thinking-flash

Ordered by version descending.  Comment about concurrency limits
removed — this is provider policy, not enforced by Hermes.
@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have comp/cli CLI entry point, hermes_cli/, setup wizard provider/zai ZAI provider tool/vision Vision analysis and image generation labels Jun 15, 2026
@Icather

Icather commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #46724, which fixes the underlying issue (API endpoint routing + free model visibility) rather than just expanding the curated list. Closing in favor of that PR.

@Icather Icather closed this Jun 15, 2026
@Icather
Icather deleted the feat/add-glm-vision-models branch June 17, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have provider/zai ZAI provider tool/vision Vision analysis and image generation type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants