Skip to content

feat(models): 新增 gemini-3.8-flash 并调整 3.7 版本描述 - #91

Open
Sunsh1neY wants to merge 1 commit into
Sophomoresty:mainfrom
Sunsh1neY:feat/gemini-3-8-flash
Open

feat(models): 新增 gemini-3.8-flash 并调整 3.7 版本描述#91
Sunsh1neY wants to merge 1 commit into
Sophomoresty:mainfrom
Sunsh1neY:feat/gemini-3-8-flash

Conversation

@Sunsh1neY

Copy link
Copy Markdown

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:

  • Add gemini-3.8-flash (mode=1 FAST, think=4 AUTO — same mapping as 3.7-flash) to both gemini_web2api.py and gemini_web2api/models.py
  • Demote 3.7-flash description from "Latest" to "All-around"
  • Add the missing gemini-3.7-flash entry to the cloudflare worker.js model table (it was skipped in feat(models): 新增 gemini-3.7-flash 并调整 3.6 版本描述 #77)
  • Update README / README_CN model tables (3.7 was missing there too)

Test plan

  • python -m unittest tests.test_modular_sync — 18 tests pass
  • resolve_model('gemini-3.8-flash') → (mode=1, think=4)
  • cloudflare/worker.js MODELS table evaluated via node — parses correctly with all 9 models

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant