Skip to content

Commit

Permalink
Added support for gemini-exp-1206 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbasclpy authored Dec 9, 2024
1 parent c0b070e commit 39b51fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/shared/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ export const geminiModels = {
inputPrice: 0,
outputPrice: 0,
},
"gemini-exp-1206": {
maxTokens: 8192,
contextWindow: 2_097_152,
supportsImages: true,
supportsPromptCache: false,
inputPrice: 0,
outputPrice: 0,
},
} as const satisfies Record<string, ModelInfo>

// OpenAI Native
Expand Down

0 comments on commit 39b51fa

Please sign in to comment.