@ai-sdk/google-vertex 2.1.10 → 2.1.11
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/edge/dist/index.d.mts +1 -1
- package/edge/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
@@ -3,7 +3,7 @@ import { Resolvable, FetchFunction } from '@ai-sdk/provider-utils';
|
|
3
3
|
import { InternalGoogleGenerativeAISettings } from '@ai-sdk/google/internal';
|
4
4
|
import { GoogleAuthOptions } from 'google-auth-library';
|
5
5
|
|
6
|
-
type GoogleVertexModelId = 'gemini-2.0-flash-
|
6
|
+
type GoogleVertexModelId = 'gemini-2.0-flash-001' | '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-001' | 'gemini-1.0-pro-vision-001' | 'gemini-1.0-pro' | 'gemini-1.0-pro-001' | 'gemini-1.0-pro-002' | 'gemini-2.0-flash-lite-preview-02-05' | 'gemini-2.0-pro-exp-02-05' | 'gemini-2.0-flash-exp' | (string & {});
|
7
7
|
interface GoogleVertexSettings extends InternalGoogleGenerativeAISettings {
|
8
8
|
}
|
9
9
|
|
package/dist/index.d.ts
CHANGED
@@ -3,7 +3,7 @@ import { Resolvable, FetchFunction } from '@ai-sdk/provider-utils';
|
|
3
3
|
import { InternalGoogleGenerativeAISettings } from '@ai-sdk/google/internal';
|
4
4
|
import { GoogleAuthOptions } from 'google-auth-library';
|
5
5
|
|
6
|
-
type GoogleVertexModelId = 'gemini-2.0-flash-
|
6
|
+
type GoogleVertexModelId = 'gemini-2.0-flash-001' | '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-001' | 'gemini-1.0-pro-vision-001' | 'gemini-1.0-pro' | 'gemini-1.0-pro-001' | 'gemini-1.0-pro-002' | 'gemini-2.0-flash-lite-preview-02-05' | 'gemini-2.0-pro-exp-02-05' | 'gemini-2.0-flash-exp' | (string & {});
|
7
7
|
interface GoogleVertexSettings extends InternalGoogleGenerativeAISettings {
|
8
8
|
}
|
9
9
|
|
package/edge/dist/index.d.mts
CHANGED
@@ -20,7 +20,7 @@ interface GoogleCredentials {
|
|
20
20
|
privateKeyId?: string;
|
21
21
|
}
|
22
22
|
|
23
|
-
type GoogleVertexModelId = 'gemini-2.0-flash-
|
23
|
+
type GoogleVertexModelId = 'gemini-2.0-flash-001' | '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-001' | 'gemini-1.0-pro-vision-001' | 'gemini-1.0-pro' | 'gemini-1.0-pro-001' | 'gemini-1.0-pro-002' | 'gemini-2.0-flash-lite-preview-02-05' | 'gemini-2.0-pro-exp-02-05' | 'gemini-2.0-flash-exp' | (string & {});
|
24
24
|
interface GoogleVertexSettings extends InternalGoogleGenerativeAISettings {
|
25
25
|
}
|
26
26
|
|
package/edge/dist/index.d.ts
CHANGED
@@ -20,7 +20,7 @@ interface GoogleCredentials {
|
|
20
20
|
privateKeyId?: string;
|
21
21
|
}
|
22
22
|
|
23
|
-
type GoogleVertexModelId = 'gemini-2.0-flash-
|
23
|
+
type GoogleVertexModelId = 'gemini-2.0-flash-001' | '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-001' | 'gemini-1.0-pro-vision-001' | 'gemini-1.0-pro' | 'gemini-1.0-pro-001' | 'gemini-1.0-pro-002' | 'gemini-2.0-flash-lite-preview-02-05' | 'gemini-2.0-pro-exp-02-05' | 'gemini-2.0-flash-exp' | (string & {});
|
24
24
|
interface GoogleVertexSettings extends InternalGoogleGenerativeAISettings {
|
25
25
|
}
|
26
26
|
|