|
|
@@ -325,6 +325,22 @@ export const geminiModels = {
|
|
|
inputPrice: 0,
|
|
|
outputPrice: 0,
|
|
|
},
|
|
|
+ "gemini-1.5-flash-exp-0827": {
|
|
|
+ maxTokens: 8192,
|
|
|
+ contextWindow: 1_048_576,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: false,
|
|
|
+ inputPrice: 0,
|
|
|
+ outputPrice: 0,
|
|
|
+ },
|
|
|
+ "gemini-1.5-flash-8b-exp-0827": {
|
|
|
+ maxTokens: 8192,
|
|
|
+ contextWindow: 1_048_576,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: false,
|
|
|
+ inputPrice: 0,
|
|
|
+ outputPrice: 0,
|
|
|
+ },
|
|
|
"gemini-1.5-pro-latest": {
|
|
|
maxTokens: 8192,
|
|
|
contextWindow: 2_097_152,
|
|
|
@@ -333,6 +349,14 @@ export const geminiModels = {
|
|
|
inputPrice: 0,
|
|
|
outputPrice: 0,
|
|
|
},
|
|
|
+ "gemini-1.5-pro-exp-0827": {
|
|
|
+ maxTokens: 8192,
|
|
|
+ contextWindow: 2_097_152,
|
|
|
+ supportsImages: true,
|
|
|
+ supportsPromptCache: false,
|
|
|
+ inputPrice: 0,
|
|
|
+ outputPrice: 0,
|
|
|
+ },
|
|
|
} as const satisfies Record<string, ModelInfo>
|
|
|
|
|
|
// OpenAI Native
|