Skip to content

feat(config): add GLM-5.1 and GLM-5V-Turbo to GLM preset models#437

Merged
wyuc merged 2 commits intomainfrom
worktree-feat-glm-models
Apr 16, 2026
Merged

feat(config): add GLM-5.1 and GLM-5V-Turbo to GLM preset models#437
wyuc merged 2 commits intomainfrom
worktree-feat-glm-models

Conversation

@wyuc
Copy link
Copy Markdown
Contributor

@wyuc wyuc commented Apr 16, 2026

Summary

  • Add GLM-5.1 and GLM-5V-Turbo to the GLM provider preset model list in lib/ai/providers.ts
  • GLM-5.1: 200K context, 128K output, text-only reasoning model
  • GLM-5V-Turbo: 200K context, 128K output, vision-enabled multimodal model

Closes #436

Type of Change

  • New feature (non-breaking change that adds functionality)

Evidence

  • CI passes (pnpm check && pnpm lint && npx tsc --noEmit)
  • Manually tested locally

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my code
  • My changes do not introduce new warnings

Closes #436

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@cosarah cosarah left a comment

Choose a reason for hiding this comment

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

LGTM

@wyuc wyuc merged commit 91b3a70 into main Apr 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(config): add GLM-5.1 and GLM-5V-Turbo to GLM preset models

2 participants