Skip to content

feat: add GPT-5.6 subscription model params#103

Merged
guillaumegay13 merged 2 commits into
mnfst:mainfrom
paolodc95:agent/add-gpt-5-6-subscription
Jul 14, 2026
Merged

feat: add GPT-5.6 subscription model params#103
guillaumegay13 merged 2 commits into
mnfst:mainfrom
paolodc95:agent/add-gpt-5-6-subscription

Conversation

@paolodc95

Copy link
Copy Markdown
Contributor

Adds subscription catalog entries for GPT-5.6 Luna, Sol, and Terra exposed by GitHub Copilot.

Each entry exposes:

  • reasoning.effort: none, low, medium, high, xhigh, max (default: medium)
  • reasoning.summary
  • text.verbosity

Generated package files are refreshed. reasoning.mode and reasoning.context are intentionally excluded until the Copilot gateway documents support.

Sources:

Closes #86.
Closes #87.
Closes #88.

Validation: 214 models; lint, typechecks, build, formatting and removal guard pass; 125 root tests and 37 package tests pass.

@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

@paolodc95 is attempting to deploy a commit to the Manifest Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the model Add a model that's missing label Jul 13, 2026
@paolodc95 paolodc95 marked this pull request as ready for review July 13, 2026 21:32
@vercel

vercel Bot commented Jul 14, 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 14, 2026 10:07am

Request Review

The subscription entries for gpt-5.6-luna/sol/terra declared
reasoning.summary values [auto, concise, detailed, none], but the
real OpenAI subscription API (verified live via the Manifest gateway)
rejects `none` with a 400 for all three models. Valid values are
[auto, concise, detailed]; default `auto` is unchanged. Regenerated
package data.

Co-Authored-By: paolodc95 <paolo.dc95@gmail.com>
@guillaumegay13 guillaumegay13 merged commit bc98513 into mnfst:main Jul 14, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

copilot/copilot/gpt-5.6-sol: parameter coverage copilot/copilot/gpt-5.6-luna: parameter coverage copilot/copilot/gpt-5.6-terra: parameter coverage

2 participants