feat: add typed Python modelparams package - #191
Merged
guillaumegay13 merged 1 commit intoAug 4, 2026
Merged
Conversation
|
@guillaumegay13 is attempting to deploy a commit to the Manifest Team on Vercel. A member of the Team first needs to authorize it. |
guillaumegay13
marked this pull request as ready for review
August 4, 2026 09:04
guillaumegay13
merged commit Aug 4, 2026
9eeb9b4
into
mnfst:mp/add-openai-gpt-5.6-luna
1 of 2 checks passed
guillaumegay13
added a commit
that referenced
this pull request
Aug 4, 2026
* feat: add openai/gpt-5.6-luna * chore: commit codegen output for gpt-5.6-luna * feat: add GPT-OSS 20B parameters (#108) Add the catalog entry for GPT-OSS 20B. * feat: add Gemma 4 31B parameters (#112) Add the catalog entry for Gemma 4 31B. * feat: add Gemma 4 26B parameters (#111) Add the catalog entry for Gemma 4 26B A4B. * feat: add GLM-5.2 parameters (#110) Add API-key and subscription parameter entries for GLM-5.2. * feat: add GPT-OSS 120B parameters (#109) Add the catalog entry for GPT-OSS 120B. * feat: add xAI Grok 4.5 parameters (#113) * feat: add groq/qwen3-32b parameters (#114) * feat: add cerebras/zai-glm-4.7 parameters (#115) * feat: add typed Python modelparams package (#191)
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.
✨ What changed
modelparamsPython package backed by Pydantic.💭 Why
Python users need the same offline catalog and parameter validation as TypeScript consumers.
👤 For users
Python 3.10+ users can validate provider request dictionaries and statically type model parameters.
🔧 For operators
Configure the
pypitrusted publisher and GitHub environment before the first release.