feat: add LLM Gateway gemma-4, kimi-k2.7-code-highspeed, qwen3.5-9b, glm-5.2#2623
Open
smakosh wants to merge 1 commit into
Open
Conversation
…glm-5.2 Add provider entries for newly available LLM Gateway text models: - gemma-4-31b-it, gemma-4-26b-a4b-it (Google, reasoning) - kimi-k2.7-code-highspeed (Moonshot, highspeed tier of kimi-k2.7-code) - qwen3.5-9b (Alibaba) - glm-5.2 (Z.AI) Adds base model metadata for kimi-k2.7-code-highspeed and qwen3.5-9b. Pricing for gemma/kimi/qwen taken from the api.llmgateway.io catalog; glm-5.2 pricing from the Z.AI docs (input $1.4, cache_read $0.26, output $4.4). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds LLM Gateway provider entries for newly available text models.
Models added (
providers/llmgateway/models/)gemma-4-31b-itgoogle/gemma-4-31b-itgemma-4-26b-a4b-itgoogle/gemma-4-26b-a4b-itkimi-k2.7-code-highspeedmoonshotai/kimi-k2.7-code-highspeedqwen3.5-9balibaba/qwen3.5-9bglm-5.2zhipuai/glm-5.2Base metadata added (
models/)models/moonshotai/kimi-k2.7-code-highspeed.toml— highspeed tier ofkimi-k2.7-code(same weights)models/alibaba/qwen3.5-9b.tomlgemma-4-*andglm-5.2base definitions already existed inmodels/.Sources
api.llmgateway.io/v1/modelscatalog.glm-5.2pricing from the Z.AI docs: input $1.4, cached input $0.26, output $4.4 (not yet live on LLM Gateway; added ahead of rollout).bun validatepasses.🤖 Generated with Claude Code