Update Neuralwatt models: remove dead GLM 5.1 entries, add GLM 5.2 variants (fast, short, short & fast), and add cache-read pricing#2730
Open
bakhtiar-id wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This updates the
neuralwattprovider catalog to match the requested narrow refresh scope:cache_readpricing to all remaining Neuralwatt model configsExisting non-GLM Neuralwatt IDs were intentionally left unchanged.
What Changed
Removed dead Neuralwatt GLM entries
Deleted these model configs:
providers/neuralwatt/models/glm-5-fast.tomlproviders/neuralwatt/models/glm-5.1-fast.tomlproviders/neuralwatt/models/zai-org/GLM-5.1-FP8.tomlAdded new GLM 5.2 variants
Added these model configs:
providers/neuralwatt/models/glm-5.2-fast.tomlproviders/neuralwatt/models/glm-5.2-short.tomlproviders/neuralwatt/models/glm-5.2-short-fast.tomlConfigured pricing and limits from Neuralwatt’s live catalog:
input = 1.45output = 4.5cache_read = 0.3625context = 199_984output = 199_984Updated cache-read pricing across remaining Neuralwatt models
Added
cache_readto all remaining Neuralwatt model TOMLs using the documented Neuralwatt 25% cache-read rate:0.36250.130.17250.23750.17250.0725cache_writewas intentionally left unchanged.Reasoning Options Note
GLM 5.2 reasoning options remain:
highmaxThis matches Neuralwatt’s chat-completions docs, which describe
highandmaxas the native GLM 5.2 reasoning levels, with lower OpenAI-style values normalized onto them.Validation
Validated successfully with:
Sources
Neuralwatt models API: https://api.neuralwatt.com/v1/models
Neuralwatt models docs: https://portal.neuralwatt.com/docs/api/models
Neuralwatt chat completions docs: https://portal.neuralwatt.com/docs/api/chat-completions