Skip to content

Conversation

@uinstinct
Copy link
Contributor

@uinstinct uinstinct commented Nov 21, 2025

Description

Support for the new gpt 5.1

resolves CON-4932

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • [] I've read the contributing guide
  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

Screen recording or screenshot

[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]

Tests

[ What tests were added or updated to ensure the changes work as expected? ]


Summary by cubic

Add support for gpt-5.1 with correct model metadata and inclusion in recommended models. Enables chat usage with a 128k context and 16,384 max completion tokens; addresses Linear CON-4932.

  • New Features
    • Registered gpt-5.1 in the provider registry (display name, 128k context, 16,384 max completion).
    • Added gpt-5.1 to CometAPI recommended chat models.

Written for commit a5e93dd. Summary will update automatically on new commits.

@uinstinct uinstinct requested a review from a team as a code owner November 21, 2025 15:20
@uinstinct uinstinct requested review from tingwai and removed request for a team November 21, 2025 15:20
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Nov 21, 2025
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments, also can we

  • add to the add models form in GUI
  • add it to recommended agent models i.e. make sure it gets multi edit tool
  • add comments about how the model was tested e.g. does it do well in agent mode? both CLI and extensions?
  • make sure it's added to auto tool support
  • update the docs

{
model: "gpt-5.1",
displayName: "GPT-5.1",
contextLength: 128000,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

400 k context, 128 k max tokens

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants