Register Gemini 3.6 Flash and 3.5 Flash-Lite (July 2026)#152
Merged
Conversation
Add the two GA July 21 Gemini models to the registry with real prices so they resolve and price through the mandatory cost gate: - gemini-3.6-flash ($1.50/$7.50) - successor to 3.5 Flash (cheaper output, ~17% fewer output tokens); now the Pro-tier replacement candidate. - gemini-3.5-flash-lite ($0.30/$2.50) - successor to 3.1 Flash-Lite; writing/utility candidate. Both registered as AVAILABLE only; no default tier changes (a FLASH/PRO repoint is eval-gated per the model-selection policy). test_model_registry_gemini pins that they are priced and not silently defaulted. Flash Cyber (restricted dual-use pilot) and 3.5 Pro (partner-testing) are intentionally not registered.
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.
Adds the two GA-July-21-2026 Gemini models to the registry so primr can use them. Assessed against the model-selection policy (register, don't auto-default; defaults chosen on output $/1M).
Registered (available, not defaulted)
gemini-3.6-flashgemini-3.5-flash-liteDeliberately not registered
gemini-3.5-flash-cyber— limited-access dual-use pilot (governments/trusted partners via CodeMender), no public API/pricing, not primr's use case.gemini-3.5-pro— still partner-testing, not GA. The header note tracks it; register when the API slug goes live.Policy + safety
test_model_registry_gemini.pypins both halves: the new ids are priced (so the mandatory cost gate can'tKeyError) and are not the active FLASH/PRO defaults.Verified
get_model_configand price viacalculate_costwithout error.tests/test_config/+test_cost_estimator+test_v123_provider_foundation+test_architecture— 266 passed; new gemini test 4 passed; ruff clean.