diff --git a/state/model-policy.json b/state/model-policy.json index 31c532f..fd3eeb2 100644 --- a/state/model-policy.json +++ b/state/model-policy.json @@ -142,9 +142,15 @@ "github-copilot/gemini-3-pro-preview": { "cli": "opencode", "cli_args": ["-m", "github-copilot/gemini-3-pro-preview"], - "use_cases": ["long-context"], + "use_cases": ["long-context", "reasoning"], "tier": "opus-equivalent" }, + "github-copilot/gemini-3-flash-preview": { + "cli": "opencode", + "cli_args": ["-m", "github-copilot/gemini-3-flash-preview"], + "use_cases": ["fast", "general"], + "tier": "sonnet-equivalent" + }, "github-copilot/o3": { "cli": "opencode", "cli_args": ["-m", "github-copilot/o3"],