feat(models): 新增 gemini-3.8-flash 并调整 3.7 版本描述 - #91
Open
Sunsh1neY wants to merge 1 commit into
Open
Conversation
Add gemini-3.8-flash (released 2026-09-02) with the same FAST mode mapping as 3.7-flash (mode=1, think=4). Also add the missing gemini-3.7-flash entry to the cloudflare worker model table and update README model lists.
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.
Summary
Google released Gemini 3.8 Flash on 2026-09-02 (third Flash release in six weeks). This PR adds it as a forwardable model, following the same pattern as #77:
gemini-3.8-flash(mode=1 FAST, think=4 AUTO — same mapping as 3.7-flash) to bothgemini_web2api.pyandgemini_web2api/models.pygemini-3.7-flashentry to the cloudflareworker.jsmodel table (it was skipped in feat(models): 新增 gemini-3.7-flash 并调整 3.6 版本描述 #77)Test plan
python -m unittest tests.test_modular_sync— 18 tests passresolve_model('gemini-3.8-flash')→ (mode=1, think=4)cloudflare/worker.jsMODELS table evaluated via node — parses correctly with all 9 models