feat: add Gemma open weights, GLM-5.2, Qwen 3.7, Kimi K2.7#136
Merged
Conversation
- add openai/gpt-oss-120b, gpt-oss-20b, gpt-oss-safeguard-120b, gpt-oss-safeguard-20b - add thinking-machines provider with Inkling (Tinker OpenAI-compatible API) - add thinkingLevel toggle to gemma-4-26b-a4b-it and gemma-4-31b-it - commit codegen output
- add gemma-3 (27b/12b/4b/1b), gemma-3n (E4B/E2B), gemma-4 (12B/E4B/E2B) as local open-weight entries - add z-ai/glm-5.2 (api + subscription) with the new reasoning_effort enum - add alibaba/qwen3.7-max, qwen3.7-plus, qwen3.6-flash - add moonshot/kimi-k2.7-code and kimi-k2.7-code-highspeed - add google/gemini-3.1-flash-lite api entry; fix subscription thinking default to minimal - add GLM-5.2 display label and codegen output
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
💭 Why
Open-weight models stay useful after a provider drops them from its hosted API, since the weights still run locally. The catalog was also missing several current flagships.
✨ What changed
z-ai/glm-5.2(API + Coding Plan): the glm-5.1 set plus the newreasoning_effortenum (defaultmax, thinking-only).alibaba/qwen3.7-max,qwen3.7-plus,qwen3.6-flashwithextra_body.enable_thinkingandextra_body.thinking_budget.moonshot/kimi-k2.7-code(+-highspeed): temperature/top_p are pinned by the API and thinking is always on, so only max tokens and response format are listed.google/gemini-3.1-flash-liteAPI-key entry (GA since May 7); fix the subscription entry's thinking default (docs table saysminimal, nothigh).Type of change
models/)Source
📝 Notes
max_completion_tokens,temperature,top_p,top_k) like the Meta entries, notgenerationConfig.*. Model ids follow Hugging Face casing.extra_body.enable_thinking, the path the current hosted chat-completions reference documents (older entries usechat_template_kwargs).