Skip to content

Commit 70b7643

Browse files
authored
feat: Add gpt-5.5 support (#9488)
## 📝 Summary <!-- If this PR closes any issues, list them here by number (e.g., Closes #123). Detail the specific changes made in this pull request. Explain the problem addressed and how it was resolved. If applicable, provide before and after comparisons, screenshots, or any relevant details to help reviewers understand the changes easily. --> Closes # ## 📋 Pre-Review Checklist <!-- These checks need to be completed before a PR is reviewed --> - [ ] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [ ] Any AI generated code has been reviewed line-by-line by the human PR author, who stands by it. - [ ] Video or media evidence is provided for any visual changes (optional). <!-- PR is more likely to be merged if evidence is provided for changes made --> ## ✅ Merge Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [ ] Documentation has been updated where applicable, including docstrings for API changes. - [ ] Tests have been added for the changes made. Hopefully most of the checks are not applicable to this change :) I've used this version locally, it seem to work just fine. As per `thinking` setting, now sure what the policy is -- previous openai models that support reasoning are not marked as such. Description is copied from the [official model card](https://developers.openai.com/api/docs/models/gpt-5.5)
1 parent a9d3db0 commit 70b7643

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/llm-info/data/models.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@
8484

8585
# OpenAI
8686

87+
- name: GPT-5.5
88+
model: gpt-5.5
89+
description: Newest frontier model for the most complex professional work
90+
providers: [openai]
91+
roles: [chat, edit]
92+
thinking: true
93+
8794
- name: GPT-5.4
8895
model: gpt-5.4
8996
description: The latest frontier-grade model, unifying the Codex and GPT lines into a single system

0 commit comments

Comments
 (0)