@ai-sdk/gateway 4.0.0-canary.95 → 4.0.0-canary.97

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ai-sdk/gateway
2
2
 
3
+ ## 4.0.0-canary.97
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ee798eb]
8
+ - Updated dependencies [daf6637]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.45
10
+
11
+ ## 4.0.0-canary.96
12
+
13
+ ### Patch Changes
14
+
15
+ - 83877a1: chore(provider/gateway): update gateway model settings files
16
+
3
17
  ## 4.0.0-canary.95
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -10,7 +10,7 @@ type GatewaySpeechModelId = string & {};
10
10
 
11
11
  type GatewayTranscriptionModelId = string & {};
12
12
 
13
- type GatewayVideoModelId = 'alibaba/wan-v2.5-t2v-preview' | 'alibaba/wan-v2.6-i2v' | 'alibaba/wan-v2.6-i2v-flash' | 'alibaba/wan-v2.6-r2v' | 'alibaba/wan-v2.6-r2v-flash' | 'alibaba/wan-v2.6-t2v' | 'bytedance/seedance-2.0' | 'bytedance/seedance-2.0-fast' | 'bytedance/seedance-v1.0-lite-i2v' | 'bytedance/seedance-v1.0-lite-t2v' | 'bytedance/seedance-v1.0-pro' | 'bytedance/seedance-v1.0-pro-fast' | 'bytedance/seedance-v1.5-pro' | 'google/veo-3.0-fast-generate-001' | 'google/veo-3.0-generate-001' | 'google/veo-3.1-fast-generate-001' | 'google/veo-3.1-generate-001' | 'klingai/kling-v2.5-turbo-i2v' | 'klingai/kling-v2.5-turbo-t2v' | 'klingai/kling-v2.6-i2v' | 'klingai/kling-v2.6-motion-control' | 'klingai/kling-v2.6-t2v' | 'klingai/kling-v3.0-i2v' | 'klingai/kling-v3.0-motion-control' | 'klingai/kling-v3.0-t2v' | 'xai/grok-imagine-video' | (string & {});
13
+ type GatewayVideoModelId = 'alibaba/wan-v2.5-t2v-preview' | 'alibaba/wan-v2.6-i2v' | 'alibaba/wan-v2.6-i2v-flash' | 'alibaba/wan-v2.6-r2v' | 'alibaba/wan-v2.6-r2v-flash' | 'alibaba/wan-v2.6-t2v' | 'bytedance/seedance-2.0' | 'bytedance/seedance-2.0-fast' | 'bytedance/seedance-v1.0-lite-i2v' | 'bytedance/seedance-v1.0-lite-t2v' | 'bytedance/seedance-v1.0-pro' | 'bytedance/seedance-v1.0-pro-fast' | 'bytedance/seedance-v1.5-pro' | 'google/veo-3.0-fast-generate-001' | 'google/veo-3.0-generate-001' | 'google/veo-3.1-fast-generate-001' | 'google/veo-3.1-generate-001' | 'klingai/kling-v2.5-turbo-i2v' | 'klingai/kling-v2.5-turbo-t2v' | 'klingai/kling-v2.6-i2v' | 'klingai/kling-v2.6-motion-control' | 'klingai/kling-v2.6-t2v' | 'klingai/kling-v3.0-i2v' | 'klingai/kling-v3.0-motion-control' | 'klingai/kling-v3.0-t2v' | 'xai/grok-imagine-video' | 'xai/grok-imagine-video-1.5-preview' | (string & {});
14
14
 
15
15
  declare const KNOWN_MODEL_TYPES: readonly ["embedding", "image", "language", "reranking", "speech", "transcription", "video"];
16
16
  type KnownModelType = (typeof KNOWN_MODEL_TYPES)[number];
package/dist/index.js CHANGED
@@ -1961,7 +1961,7 @@ async function getVercelRequestId() {
1961
1961
  }
1962
1962
 
1963
1963
  // src/version.ts
1964
- var VERSION = true ? "4.0.0-canary.95" : "0.0.0-test";
1964
+ var VERSION = true ? "4.0.0-canary.97" : "0.0.0-test";
1965
1965
 
1966
1966
  // src/gateway-provider.ts
1967
1967
  var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ai-sdk/gateway",
3
3
  "private": false,
4
- "version": "4.0.0-canary.95",
4
+ "version": "4.0.0-canary.97",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "sideEffects": false,
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@vercel/oidc": "3.2.0",
34
- "@ai-sdk/provider": "4.0.0-canary.17",
35
- "@ai-sdk/provider-utils": "5.0.0-canary.44"
34
+ "@ai-sdk/provider-utils": "5.0.0-canary.45",
35
+ "@ai-sdk/provider": "4.0.0-canary.17"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "22.19.19",
@@ -40,8 +40,8 @@
40
40
  "tsx": "4.19.2",
41
41
  "typescript": "5.8.3",
42
42
  "zod": "3.25.76",
43
- "@ai-sdk/test-server": "2.0.0-canary.6",
44
- "@vercel/ai-tsconfig": "0.0.0"
43
+ "@vercel/ai-tsconfig": "0.0.0",
44
+ "@ai-sdk/test-server": "2.0.0-canary.6"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "zod": "^3.25.76 || ^4.1.8"
@@ -25,4 +25,5 @@ export type GatewayVideoModelId =
25
25
  | 'klingai/kling-v3.0-motion-control'
26
26
  | 'klingai/kling-v3.0-t2v'
27
27
  | 'xai/grok-imagine-video'
28
+ | 'xai/grok-imagine-video-1.5-preview'
28
29
  | (string & {});