Skip to content

feat(neuralwatt): add GLM 5.2 Fast variant#2662

Closed
monotykamary wants to merge 1 commit into
anomalyco:devfrom
monotykamary:neuralwatt-glm-5-2-fast
Closed

feat(neuralwatt): add GLM 5.2 Fast variant#2662
monotykamary wants to merge 1 commit into
anomalyco:devfrom
monotykamary:neuralwatt-glm-5-2-fast

Conversation

@monotykamary

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #2645. Adds the speed-optimized, non-reasoning counterpart to GLM 5.2.

Context

pi-neuralwatt-provider now exposes glm-5.2-fast as a fast variant of GLM 5.2. Per the provider's models.json, it is identical to glm-5.2 in context, pricing, and modalities, but has reasoning: false and is intended for lower-latency use without thinking.

Changes

  • New file providers/neuralwatt/models/glm-5.2-fast.toml
    • name = "GLM 5.2 Fast"
    • reasoning = false (the thinking-capable version remains glm-5.2)
    • Cost: input = 1.45, output = 4.5
    • Limit: context = 1_048_560, output = 1_048_560
    • Modalities: text-only
    • Released: 2026-06-18
  • Updated providers/neuralwatt/README.md
    • Added glm-5.2-fast — GLM 5.2 Fast to the Fast Variants list

Validation

bun validate passes (exit 0). Generated providers.neuralwatt.models["glm-5.2-fast"] entry has reasoning: false and the expected cost/limits/modalities.

Add the non-reasoning speed counterpart to GLM 5.2. It mirrors the
original glm-5.2 context window, pricing, and modalities, but has
reasoning disabled, matching the provider entry in
pi-neuralwatt-provider models.json (id: glm-5.2-fast, reasoning: false).
Also list the variant in the README Fast Variants section.
@monotykamary

Copy link
Copy Markdown
Contributor Author

@rekram1-node papi i cant stop

@@ -0,0 +1,21 @@
name = "GLM 5.2 Fast"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

can u use base model syntax and then override correctly

also reasoning_options are missing

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.

err neuralwatt just makes a separate model endpoint to turn off reasoning 💀
don't kill me papi, i just send the goods

@github-actions

Copy link
Copy Markdown
Contributor

Closing this pull request as stale because it has not been updated in 7 days after feedback from @rekram1-node. Feel free to reopen it or submit a new pull request if the work is resumed.

@github-actions github-actions Bot closed this Jun 26, 2026
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.

2 participants