-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat: add GLM-4.6-turbo model to chutes ai provider #8502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found some issues that need attention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found some issues that need attention.
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found some issues that need attention.
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No new issues found - all concerns already addressed in existing comments.
Related GitHub Issue
Closes: #8467
Roo Code Task Context (Optional)
Description
This PR adds a new Chutes model to Roo Code’s model registry so they appear in the provider picker and can be used across tasks: "zai-org/GLM-4.6-turbo". It addresses the gap where the Chutes list was missing popular, up-to-date models by extending the existing, hardcoded registry without altering provider behavior.
Test Procedure
Pre-Submission Checklist
Screenshots / Videos
Documentation Updates
Additional Notes
Get in Touch
Discord username:
mohammaddanaee
Important
Adds
zai-org/GLM-4.6-turbo
model to Chutes AI provider inchutes.ts
, optimized for fast inference with specific token and pricing attributes.zai-org/GLM-4.6-turbo
toChutesModelId
inchutes.ts
.chutesModels
inchutes.ts
withzai-org/GLM-4.6-turbo
model details:maxTokens
131072,contextWindow
204800,inputPrice
1.15,outputPrice
3.25.This description was created by
for 9ba289d. You can customize this summary. It will automatically update as commits are pushed.