@ai-sdk/google-vertex 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ProviderV1, LanguageModelV1 } from '@ai-sdk/provider';
|
2
2
|
import { VertexInit, VertexAI } from '@google-cloud/vertexai';
|
3
3
|
|
4
|
-
type GoogleVertexModelId = 'gemini-1.5-flash
|
4
|
+
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 & {});
|
5
5
|
interface GoogleVertexSettings {
|
6
6
|
/**
|
7
7
|
* Optional. Enable structured output. Default is true.
|
package/dist/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ProviderV1, LanguageModelV1 } from '@ai-sdk/provider';
|
2
2
|
import { VertexInit, VertexAI } from '@google-cloud/vertexai';
|
3
3
|
|
4
|
-
type GoogleVertexModelId = 'gemini-1.5-flash
|
4
|
+
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 & {});
|
5
5
|
interface GoogleVertexSettings {
|
6
6
|
/**
|
7
7
|
* Optional. Enable structured output. Default is true.
|