Skip to content

Conversation

@raulcorreia7
Copy link

@raulcorreia7 raulcorreia7 commented Oct 5, 2025

Adds the missing zai-org/GLM-4.6-turbo model to the Chutes provider configuration. Closes #8515


Important

Adds zai-org/GLM-4.6-turbo model to Chutes provider configuration in chutes.ts.

  • Behavior:
    • Adds zai-org/GLM-4.6-turbo to ChutesModelId in chutes.ts.
    • Updates chutesModels in chutes.ts with zai-org/GLM-4.6-turbo model details: maxTokens 32768, contextWindow 202752, inputPrice 0, outputPrice 0.
  • Misc:
    • Minor formatting changes in model descriptions in chutes.ts.

This description was created by Ellipsis for 202115a. You can customize this summary. It will automatically update as commits are pushed.

@raulcorreia7 raulcorreia7 requested a review from mrubens as a code owner October 5, 2025 00:58
@raulcorreia7 raulcorreia7 requested review from cte and jr as code owners October 5, 2025 00:58
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request labels Oct 5, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Oct 5, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Oct 5, 2025
Copy link
Contributor

@roomote roomote bot left a 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 related to numeric precision consistency in price fields.

inputPrice: 0.1600,
outputPrice: 0.6500,
description: "Qwen3‑VL‑235B‑A22B‑Thinking is an open‑weight MoE vision‑language model (235B total, ~22B activated) optimized for deliberate multi‑step reasoning with strong text‑image‑video understanding and long‑context capabilities.",
inputPrice: 0.16,
Copy link
Contributor

Choose a reason for hiding this comment

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

[P3] Numeric precision: price fields use mixed formatting across entries. This PR changes 0.1600 to 0.16 here; consider using a consistent precision (e.g., 4 decimals) across all entries for readability and downstream parsing.

outputPrice: 0.6500,
description: "Qwen3‑VL‑235B‑A22B‑Thinking is an open‑weight MoE vision‑language model (235B total, ~22B activated) optimized for deliberate multi‑step reasoning with strong text‑image‑video understanding and long‑context capabilities.",
inputPrice: 0.16,
outputPrice: 0.65,
Copy link
Contributor

Choose a reason for hiding this comment

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

[P3] Same as above for outputPrice; recommend consistent decimal precision across the catalog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Add missing GLM-4.6-turbo model to Chutes provider

1 participant