Bump openui-cloud template + example default model to Gemini 3.6 Flash - #840
Merged
Conversation
Set DEFAULT_MODEL to google/gemini-3.6-flash-free, add the 3.6 Flash (free + standard) options to the curated model switcher list, and update the OPENUI_MODEL example in the README to match the new default.
abhithesys
previously approved these changes
Jul 24, 2026
Match the CLI template: set the example's OPENUI_MODEL fallback to google/gemini-3.6-flash-free and update the README default column.
Aditya-thesys
dismissed stale reviews from ankit-thesys and abhithesys
via
July 24, 2026 08:06
ea1baea
ankit-thesys
approved these changes
Jul 24, 2026
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
Moves the OpenUI Cloud starter template and the example app to Gemini 3.6 Flash as the default model.
Template (
packages/openui-cli/src/templates/openui-cloud)DEFAULT_MODEL→google/gemini-3.6-flash-freeOPENUI_MODELexample in the READMEExample (
examples/openui-cloud)OPENUI_MODELfallbackanthropic/claude-sonnet-4.6→google/gemini-3.6-flash-freeWhy
Gemini 3.6 Flash is now available on OpenUI Cloud and is a faster, higher-quality default than the previous defaults for the starter experience.
Verification
google/gemini-3.6-flash-freeandgoogle/gemini-3.6-flashboth resolve and respond on the hosted Responses API.OPENUI_MODELunset, and ran it: the UI defaults to Gemini 3.6 Flash (Free) and renders real components end-to-end (card + button, stat card) over the streaming path, with conversation persistence working.