Skip to content

Commit df77765

Browse files
committed
feat: add gemini-3-flash-preview model definition in GetGeminiModels
1 parent 8a5db02 commit df77765

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

internal/registry/model_definitions.go

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,21 @@ func GetGeminiModels() []*ModelInfo {
162162
SupportedGenerationMethods: []string{"generateContent", "countTokens", "createCachedContent", "batchGenerateContent"},
163163
Thinking: &ThinkingSupport{Min: 128, Max: 32768, ZeroAllowed: false, DynamicAllowed: true, Levels: []string{"low", "high"}},
164164
},
165+
{
166+
ID: "gemini-3-flash-preview",
167+
Object: "model",
168+
Created: 1765929600,
169+
OwnedBy: "google",
170+
Type: "gemini",
171+
Name: "models/gemini-3-flash-preview",
172+
Version: "3.0",
173+
DisplayName: "Gemini 3 Flash Preview",
174+
Description: "Gemini 3 Flash Preview",
175+
InputTokenLimit: 1048576,
176+
OutputTokenLimit: 65536,
177+
SupportedGenerationMethods: []string{"generateContent", "countTokens", "createCachedContent", "batchGenerateContent"},
178+
Thinking: &ThinkingSupport{Min: 128, Max: 32768, ZeroAllowed: false, DynamicAllowed: true, Levels: []string{"minimal", "low", "medium", "high"}},
179+
},
165180
{
166181
ID: "gemini-3-pro-image-preview",
167182
Object: "model",

0 commit comments

Comments
 (0)