We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b070e commit 39b51faCopy full SHA for 39b51fa
src/shared/api.ts
@@ -278,6 +278,14 @@ export const geminiModels = {
278
inputPrice: 0,
279
outputPrice: 0,
280
},
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
+ },
289
} as const satisfies Record<string, ModelInfo>
290
291
// OpenAI Native
0 commit comments