Skip to content

feat: add Gemma open weights, GLM-5.2, Qwen 3.7, Kimi K2.7#136

Merged
brunobuddy merged 2 commits into
mainfrom
feat/popular-open-models
Jul 20, 2026
Merged

feat: add Gemma open weights, GLM-5.2, Qwen 3.7, Kimi K2.7#136
brunobuddy merged 2 commits into
mainfrom
feat/popular-open-models

Conversation

@brunobuddy

Copy link
Copy Markdown
Member

💭 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

  • Add Gemma 3 (27b/12b/4b/1b), Gemma 3n (E4B/E2B), and Gemma 4 (12B/E4B/E2B) as local open-weight entries with model-card params.
  • Add z-ai/glm-5.2 (API + Coding Plan): the glm-5.1 set plus the new reasoning_effort enum (default max, thinking-only).
  • Add alibaba/qwen3.7-max, qwen3.7-plus, qwen3.6-flash with extra_body.enable_thinking and extra_body.thinking_budget.
  • Add 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.
  • Add google/gemini-3.1-flash-lite API-key entry (GA since May 7); fix the subscription entry's thinking default (docs table says minimal, not high).
  • Add GLM-5.2 display label; commit codegen output.

Type of change

  • Add a model (new YAML file under models/)
  • Add or update parameters on an existing model
  • Fix incorrect data (default, range, values, applicability)

Source

📝 Notes

  • Gemma 3/3n are no longer served on the Gemini API, so these entries use bare local-serving paths (max_completion_tokens, temperature, top_p, top_k) like the Meta entries, not generationConfig.*. Model ids follow Hugging Face casing.
  • New Qwen entries use extra_body.enable_thinking, the path the current hosted chat-completions reference documents (older entries use chat_template_kwargs).
  • Stacked on feat: add gpt-oss family + Thinking Machines Inkling #135; merge that one first.

- 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
@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelparams.dev Ready Ready Preview Jul 20, 2026 10:21am

Request Review

@github-actions github-actions Bot added model Add a model that's missing site Website code or tooling labels Jul 20, 2026
@brunobuddy
brunobuddy merged commit 11aa0f8 into main Jul 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

model Add a model that's missing site Website code or tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant