Skip to content

feat: Add gpt-5.5 support#9488

Merged
Light2Dark merged 1 commit into
marimo-team:mainfrom
domwst:main
May 11, 2026
Merged

feat: Add gpt-5.5 support#9488
Light2Dark merged 1 commit into
marimo-team:mainfrom
domwst:main

Conversation

@domwst

@domwst domwst commented May 9, 2026

Copy link
Copy Markdown
Contributor

📝 Summary

Closes #

📋 Pre-Review Checklist

  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community 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).

✅ Merge Checklist

  • I have read the contributor guidelines.
  • 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

@vercel

vercel Bot commented May 9, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment May 9, 2026 10:29am

Request Review

@github-actions

github-actions Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

@domwst

domwst commented May 9, 2026

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@mscolnick mscolnick requested a review from Light2Dark May 11, 2026 13:28
@domwst

domwst commented May 11, 2026

Copy link
Copy Markdown
Contributor Author

According to my testing, marimo sends an ungodly amount of context to the api on every request -- context window quickly runs out and simple tasks cost ~0.5$ on gpt-5.5 (wich is way more than I would've expected). I'll post more details here if I find anything related to this issue in the implementation.

@Light2Dark Light2Dark added the enhancement New feature or request label May 11, 2026
@Light2Dark

Light2Dark commented May 11, 2026

Copy link
Copy Markdown
Member

Thanks @domwst , is that on the agent mode / manual mode on the chat sidebar?
Agent mode may be inefficient, we could probably improve with tool discovery.

@Light2Dark Light2Dark merged commit 70b7643 into marimo-team:main May 11, 2026
27 of 29 checks passed
@domwst

domwst commented May 11, 2026

Copy link
Copy Markdown
Contributor Author

Yeah, it was agent mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

2 participants