Skip to content

Commit 39b51fa

Browse files
authored
Added support for gemini-exp-1206 (#54)
1 parent c0b070e commit 39b51fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,14 @@ export const geminiModels = {
278278
inputPrice: 0,
279279
outputPrice: 0,
280280
},
281+
"gemini-exp-1206": {
282+
maxTokens: 8192,
283+
contextWindow: 2_097_152,
284+
supportsImages: true,
285+
supportsPromptCache: false,
286+
inputPrice: 0,
287+
outputPrice: 0,
288+
},
281289
} as const satisfies Record<string, ModelInfo>
282290

283291
// OpenAI Native

0 commit comments

Comments
 (0)