diff --git a/src/config/modelProviders/google.ts b/src/config/modelProviders/google.ts index f20bcfdcd5c3..cb54fdda5a57 100644 --- a/src/config/modelProviders/google.ts +++ b/src/config/modelProviders/google.ts @@ -26,7 +26,6 @@ const Google: ModelProviderCard = { { description: 'The best image understanding model to handle a broad range of applications', displayName: 'Gemini 1.0 Pro Vision', - enabled: true, id: 'gemini-1.0-pro-vision-latest', maxOutput: 4096, tokens: 16_384, @@ -35,6 +34,7 @@ const Google: ModelProviderCard = { { description: 'The best image understanding model to handle a broad range of applications', displayName: 'Gemini 1.0 Pro Vision', + enabled: true, id: 'gemini-pro-vision', maxOutput: 4096, tokens: 16_384, @@ -59,6 +59,7 @@ const Google: ModelProviderCard = { { description: 'Mid-size multimodal model that supports up to 1 million tokens', displayName: 'Gemini 1.5 Pro', + enabled: true, id: 'gemini-1.5-pro-latest', maxOutput: 8192, tokens: 1_056_768,