Skip to content

Commit

Permalink
chore (provider/vertex): update GoogleVertexModelId
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorisano committed Sep 28, 2024
1 parent e822d0e commit 15f42fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/google-vertex/src/google-vertex-settings.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
// https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models
export type GoogleVertexModelId =
// Stable version
| 'gemini-1.5-flash-001'
| 'gemini-1.5-flash-002'
| 'gemini-1.5-pro-001'
| 'gemini-1.5-pro-002'
| 'gemini-1.0-pro-001'
| 'gemini-1.0-pro-vision-001'
// Auto-updated alias
| 'gemini-1.5-flash'
| 'gemini-1.5-pro'
| 'gemini-1.0-pro'
Expand Down

0 comments on commit 15f42fa

Please sign in to comment.