@ai-sdk/google-vertex
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @ai-sdk/google-vertex | ||
## 1.0.2 | ||
### Patch Changes | ||
- b748dfb: feat (providers): update model lists | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
import { ProviderV1, LanguageModelV1 } from '@ai-sdk/provider'; | ||
import { VertexInit, VertexAI } from '@google-cloud/vertexai'; | ||
type GoogleVertexModelId = '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' | 'gemini-1.5-flash' | 'gemini-1.5-pro' | 'gemini-1.0-pro' | 'gemini-1.0-pro-vision' | (string & {}); | ||
type GoogleVertexModelId = 'gemini-1.5-flash' | 'gemini-1.5-flash-001' | 'gemini-1.5-flash-002' | 'gemini-1.5-pro' | 'gemini-1.5-pro-001' | 'gemini-1.5-pro-002' | 'gemini-1.0-pro' | 'gemini-1.0-pro-001' | 'gemini-1.0-pro-vision' | 'gemini-1.0-pro-vision-001' | (string & {}); | ||
interface GoogleVertexSettings { | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "@ai-sdk/google-vertex", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
152967
16