@ai-sdk/vercel 3.0.0-beta.9 → 3.0.0-canary.38

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,267 @@
1
1
  # @ai-sdk/vercel
2
2
 
3
+ ## 3.0.0-canary.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cd9c311]
8
+ - @ai-sdk/openai-compatible@3.0.0-canary.38
9
+
10
+ ## 3.0.0-canary.37
11
+
12
+ ### Patch Changes
13
+
14
+ - 0c4c275: trigger initial canary release
15
+ - Updated dependencies [0c4c275]
16
+ - @ai-sdk/openai-compatible@3.0.0-canary.37
17
+ - @ai-sdk/provider-utils@5.0.0-canary.31
18
+ - @ai-sdk/provider@4.0.0-canary.15
19
+
20
+ ## 3.0.0-beta.36
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [e59c955]
25
+ - @ai-sdk/openai-compatible@3.0.0-beta.36
26
+
27
+ ## 3.0.0-beta.35
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [08d2129]
32
+ - Updated dependencies [04e9009]
33
+ - @ai-sdk/provider-utils@5.0.0-beta.30
34
+ - @ai-sdk/openai-compatible@3.0.0-beta.35
35
+
36
+ ## 3.0.0-beta.34
37
+
38
+ ### Patch Changes
39
+
40
+ - 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
41
+ - Updated dependencies [9bd6512]
42
+ - Updated dependencies [258c093]
43
+ - Updated dependencies [b6783da]
44
+ - @ai-sdk/openai-compatible@3.0.0-beta.34
45
+ - @ai-sdk/provider-utils@5.0.0-beta.29
46
+ - @ai-sdk/provider@4.0.0-beta.14
47
+
48
+ ## 3.0.0-beta.33
49
+
50
+ ### Patch Changes
51
+
52
+ - 9f0e36c: trigger release for all packages after provenance setup
53
+ - Updated dependencies [9f0e36c]
54
+ - @ai-sdk/openai-compatible@3.0.0-beta.33
55
+ - @ai-sdk/provider@4.0.0-beta.13
56
+ - @ai-sdk/provider-utils@5.0.0-beta.28
57
+
58
+ ## 3.0.0-beta.32
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [ab81968]
63
+ - Updated dependencies [785fe16]
64
+ - Updated dependencies [67df0a0]
65
+ - Updated dependencies [befb78c]
66
+ - Updated dependencies [0458559]
67
+ - Updated dependencies [58a2ad7]
68
+ - Updated dependencies [5852c0a]
69
+ - Updated dependencies [fc92055]
70
+ - @ai-sdk/openai-compatible@3.0.0-beta.32
71
+ - @ai-sdk/provider-utils@5.0.0-beta.27
72
+
73
+ ## 3.0.0-beta.31
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [2e98477]
78
+ - Updated dependencies [bfb756d]
79
+ - @ai-sdk/provider-utils@5.0.0-beta.26
80
+ - @ai-sdk/openai-compatible@3.0.0-beta.31
81
+
82
+ ## 3.0.0-beta.30
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [eea8d98]
87
+ - @ai-sdk/provider-utils@5.0.0-beta.25
88
+ - @ai-sdk/openai-compatible@3.0.0-beta.30
89
+
90
+ ## 3.0.0-beta.29
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [f807e45]
95
+ - @ai-sdk/provider-utils@5.0.0-beta.24
96
+ - @ai-sdk/openai-compatible@3.0.0-beta.29
97
+
98
+ ## 3.0.0-beta.28
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [350ea38]
103
+ - @ai-sdk/provider-utils@5.0.0-beta.23
104
+ - @ai-sdk/openai-compatible@3.0.0-beta.28
105
+
106
+ ## 3.0.0-beta.27
107
+
108
+ ### Patch Changes
109
+
110
+ - Updated dependencies [083947b]
111
+ - @ai-sdk/provider-utils@5.0.0-beta.22
112
+ - @ai-sdk/openai-compatible@3.0.0-beta.27
113
+
114
+ ## 3.0.0-beta.26
115
+
116
+ ### Patch Changes
117
+
118
+ - Updated dependencies [add1126]
119
+ - @ai-sdk/provider-utils@5.0.0-beta.21
120
+ - @ai-sdk/openai-compatible@3.0.0-beta.26
121
+
122
+ ## 3.0.0-beta.25
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies [b3976a2]
127
+ - Updated dependencies [ff5eba1]
128
+ - @ai-sdk/provider-utils@5.0.0-beta.20
129
+ - @ai-sdk/openai-compatible@3.0.0-beta.25
130
+ - @ai-sdk/provider@4.0.0-beta.12
131
+
132
+ ## 3.0.0-beta.24
133
+
134
+ ### Major Changes
135
+
136
+ - ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies [ef992f8]
141
+ - @ai-sdk/openai-compatible@3.0.0-beta.24
142
+ - @ai-sdk/provider@4.0.0-beta.11
143
+ - @ai-sdk/provider-utils@5.0.0-beta.19
144
+
145
+ ## 3.0.0-beta.23
146
+
147
+ ### Patch Changes
148
+
149
+ - 90e2d8a: chore: fix unused vars not being flagged by our lint tooling
150
+ - Updated dependencies [90e2d8a]
151
+ - @ai-sdk/openai-compatible@3.0.0-beta.23
152
+ - @ai-sdk/provider-utils@5.0.0-beta.18
153
+
154
+ ## 3.0.0-beta.22
155
+
156
+ ### Patch Changes
157
+
158
+ - Updated dependencies [3ae1786]
159
+ - @ai-sdk/provider-utils@5.0.0-beta.17
160
+ - @ai-sdk/openai-compatible@3.0.0-beta.22
161
+
162
+ ## 3.0.0-beta.21
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [176466a]
167
+ - @ai-sdk/provider@4.0.0-beta.10
168
+ - @ai-sdk/openai-compatible@3.0.0-beta.21
169
+ - @ai-sdk/provider-utils@5.0.0-beta.16
170
+
171
+ ## 3.0.0-beta.20
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies [e311194]
176
+ - @ai-sdk/provider@4.0.0-beta.9
177
+ - @ai-sdk/openai-compatible@3.0.0-beta.20
178
+ - @ai-sdk/provider-utils@5.0.0-beta.15
179
+
180
+ ## 3.0.0-beta.19
181
+
182
+ ### Patch Changes
183
+
184
+ - Updated dependencies [34bd95d]
185
+ - Updated dependencies [008271d]
186
+ - @ai-sdk/provider@4.0.0-beta.8
187
+ - @ai-sdk/openai-compatible@3.0.0-beta.19
188
+ - @ai-sdk/provider-utils@5.0.0-beta.14
189
+
190
+ ## 3.0.0-beta.18
191
+
192
+ ### Patch Changes
193
+
194
+ - Updated dependencies [b0c2869]
195
+ - Updated dependencies [7e26e81]
196
+ - @ai-sdk/provider-utils@5.0.0-beta.13
197
+ - @ai-sdk/openai-compatible@3.0.0-beta.18
198
+
199
+ ## 3.0.0-beta.17
200
+
201
+ ### Patch Changes
202
+
203
+ - Updated dependencies [816ff67]
204
+ - @ai-sdk/openai-compatible@3.0.0-beta.17
205
+
206
+ ## 3.0.0-beta.16
207
+
208
+ ### Patch Changes
209
+
210
+ - Updated dependencies [46d1149]
211
+ - @ai-sdk/provider-utils@5.0.0-beta.12
212
+ - @ai-sdk/openai-compatible@3.0.0-beta.16
213
+
214
+ ## 3.0.0-beta.15
215
+
216
+ ### Patch Changes
217
+
218
+ - Updated dependencies [6fd51c0]
219
+ - @ai-sdk/provider-utils@5.0.0-beta.11
220
+ - @ai-sdk/provider@4.0.0-beta.7
221
+ - @ai-sdk/openai-compatible@3.0.0-beta.15
222
+
223
+ ## 3.0.0-beta.14
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [c29a26f]
228
+ - @ai-sdk/openai-compatible@3.0.0-beta.14
229
+ - @ai-sdk/provider-utils@5.0.0-beta.10
230
+ - @ai-sdk/provider@4.0.0-beta.6
231
+
232
+ ## 3.0.0-beta.13
233
+
234
+ ### Patch Changes
235
+
236
+ - Updated dependencies [38fc777]
237
+ - @ai-sdk/openai-compatible@3.0.0-beta.13
238
+
239
+ ## 3.0.0-beta.12
240
+
241
+ ### Patch Changes
242
+
243
+ - Updated dependencies [2e17091]
244
+ - @ai-sdk/provider-utils@5.0.0-beta.9
245
+ - @ai-sdk/openai-compatible@3.0.0-beta.12
246
+
247
+ ## 3.0.0-beta.11
248
+
249
+ ### Patch Changes
250
+
251
+ - Updated dependencies [986c6fd]
252
+ - Updated dependencies [493295c]
253
+ - @ai-sdk/provider-utils@5.0.0-beta.8
254
+ - @ai-sdk/openai-compatible@3.0.0-beta.11
255
+
256
+ ## 3.0.0-beta.10
257
+
258
+ ### Patch Changes
259
+
260
+ - Updated dependencies [1f509d4]
261
+ - @ai-sdk/provider-utils@5.0.0-beta.7
262
+ - @ai-sdk/provider@4.0.0-beta.5
263
+ - @ai-sdk/openai-compatible@3.0.0-beta.10
264
+
3
265
  ## 3.0.0-beta.9
4
266
 
5
267
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,48 +1,26 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // src/index.ts
21
- var index_exports = {};
22
- __export(index_exports, {
23
- VERSION: () => VERSION,
24
- createVercel: () => createVercel,
25
- vercel: () => vercel
26
- });
27
- module.exports = __toCommonJS(index_exports);
28
-
29
1
  // src/vercel-provider.ts
30
- var import_provider = require("@ai-sdk/provider");
31
- var import_openai_compatible = require("@ai-sdk/openai-compatible");
32
- var import_provider_utils = require("@ai-sdk/provider-utils");
2
+ import {
3
+ NoSuchModelError
4
+ } from "@ai-sdk/provider";
5
+ import { OpenAICompatibleChatLanguageModel } from "@ai-sdk/openai-compatible";
6
+ import {
7
+ loadApiKey,
8
+ withoutTrailingSlash,
9
+ withUserAgentSuffix
10
+ } from "@ai-sdk/provider-utils";
33
11
 
34
12
  // src/version.ts
35
- var VERSION = true ? "3.0.0-beta.9" : "0.0.0-test";
13
+ var VERSION = true ? "3.0.0-canary.38" : "0.0.0-test";
36
14
 
37
15
  // src/vercel-provider.ts
38
16
  function createVercel(options = {}) {
39
17
  var _a;
40
- const baseURL = (0, import_provider_utils.withoutTrailingSlash)(
18
+ const baseURL = withoutTrailingSlash(
41
19
  (_a = options.baseURL) != null ? _a : "https://api.v0.dev/v1"
42
20
  );
43
- const getHeaders = () => (0, import_provider_utils.withUserAgentSuffix)(
21
+ const getHeaders = () => withUserAgentSuffix(
44
22
  {
45
- Authorization: `Bearer ${(0, import_provider_utils.loadApiKey)({
23
+ Authorization: `Bearer ${loadApiKey({
46
24
  apiKey: options.apiKey,
47
25
  environmentVariableName: "VERCEL_API_KEY",
48
26
  description: "Vercel"
@@ -58,7 +36,7 @@ function createVercel(options = {}) {
58
36
  fetch: options.fetch
59
37
  });
60
38
  const createChatModel = (modelId) => {
61
- return new import_openai_compatible.OpenAICompatibleChatLanguageModel(modelId, {
39
+ return new OpenAICompatibleChatLanguageModel(modelId, {
62
40
  ...getCommonModelConfig("chat")
63
41
  });
64
42
  };
@@ -66,19 +44,18 @@ function createVercel(options = {}) {
66
44
  provider.specificationVersion = "v4";
67
45
  provider.languageModel = createChatModel;
68
46
  provider.embeddingModel = (modelId) => {
69
- throw new import_provider.NoSuchModelError({ modelId, modelType: "embeddingModel" });
47
+ throw new NoSuchModelError({ modelId, modelType: "embeddingModel" });
70
48
  };
71
49
  provider.textEmbeddingModel = provider.embeddingModel;
72
50
  provider.imageModel = (modelId) => {
73
- throw new import_provider.NoSuchModelError({ modelId, modelType: "imageModel" });
51
+ throw new NoSuchModelError({ modelId, modelType: "imageModel" });
74
52
  };
75
53
  return provider;
76
54
  }
77
55
  var vercel = createVercel();
78
- // Annotate the CommonJS export names for ESM import in node:
79
- 0 && (module.exports = {
56
+ export {
80
57
  VERSION,
81
58
  createVercel,
82
59
  vercel
83
- });
60
+ };
84
61
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts","../src/vercel-provider.ts","../src/version.ts"],"sourcesContent":["export { createVercel, vercel } from './vercel-provider';\nexport type { VercelProvider, VercelProviderSettings } from './vercel-provider';\nexport type { OpenAICompatibleErrorData as VercelErrorData } from '@ai-sdk/openai-compatible';\nexport { VERSION } from './version';\n","import {\n LanguageModelV4,\n NoSuchModelError,\n ProviderV4,\n} from '@ai-sdk/provider';\nimport { OpenAICompatibleChatLanguageModel } from '@ai-sdk/openai-compatible';\nimport {\n FetchFunction,\n loadApiKey,\n withoutTrailingSlash,\n withUserAgentSuffix,\n} from '@ai-sdk/provider-utils';\nimport { VercelChatModelId } from './vercel-chat-options';\nimport { VERSION } from './version';\n\nexport interface VercelProviderSettings {\n /**\n * Vercel API key.\n */\n apiKey?: string;\n /**\n * Base URL for the API calls.\n */\n baseURL?: string;\n /**\n * Custom headers to include in the requests.\n */\n headers?: Record<string, string>;\n /**\n * Custom fetch implementation. You can use it as a middleware to intercept requests,\n * or to provide a custom fetch implementation for e.g. testing.\n */\n fetch?: FetchFunction;\n}\n\nexport interface VercelProvider extends ProviderV4 {\n /**\n * Creates a model for text generation.\n */\n (modelId: VercelChatModelId): LanguageModelV4;\n\n /**\n * Creates a language model for text generation.\n */\n languageModel(modelId: VercelChatModelId): LanguageModelV4;\n\n /**\n * @deprecated Use `embeddingModel` instead.\n */\n textEmbeddingModel(modelId: string): never;\n}\n\nexport function createVercel(\n options: VercelProviderSettings = {},\n): VercelProvider {\n const baseURL = withoutTrailingSlash(\n options.baseURL ?? 'https://api.v0.dev/v1',\n );\n const getHeaders = () =>\n withUserAgentSuffix(\n {\n Authorization: `Bearer ${loadApiKey({\n apiKey: options.apiKey,\n environmentVariableName: 'VERCEL_API_KEY',\n description: 'Vercel',\n })}`,\n ...options.headers,\n },\n `ai-sdk/vercel/${VERSION}`,\n );\n\n interface CommonModelConfig {\n provider: string;\n url: ({ path }: { path: string }) => string;\n headers: () => Record<string, string>;\n fetch?: FetchFunction;\n }\n\n const getCommonModelConfig = (modelType: string): CommonModelConfig => ({\n provider: `vercel.${modelType}`,\n url: ({ path }) => `${baseURL}${path}`,\n headers: getHeaders,\n fetch: options.fetch,\n });\n\n const createChatModel = (modelId: VercelChatModelId) => {\n return new OpenAICompatibleChatLanguageModel(modelId, {\n ...getCommonModelConfig('chat'),\n });\n };\n\n const provider = (modelId: VercelChatModelId) => createChatModel(modelId);\n\n provider.specificationVersion = 'v4' as const;\n provider.languageModel = createChatModel;\n provider.embeddingModel = (modelId: string) => {\n throw new NoSuchModelError({ modelId, modelType: 'embeddingModel' });\n };\n provider.textEmbeddingModel = provider.embeddingModel;\n provider.imageModel = (modelId: string) => {\n throw new NoSuchModelError({ modelId, modelType: 'imageModel' });\n };\n\n return provider;\n}\n\nexport const vercel = createVercel();\n","// Version string of this package injected at build time.\ndeclare const __PACKAGE_VERSION__: string | undefined;\nexport const VERSION: string =\n typeof __PACKAGE_VERSION__ !== 'undefined'\n ? __PACKAGE_VERSION__\n : '0.0.0-test';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,sBAIO;AACP,+BAAkD;AAClD,4BAKO;;;ACTA,IAAM,UACX,OACI,iBACA;;;AD+CC,SAAS,aACd,UAAkC,CAAC,GACnB;AAtDlB;AAuDE,QAAM,cAAU;AAAA,KACd,aAAQ,YAAR,YAAmB;AAAA,EACrB;AACA,QAAM,aAAa,UACjB;AAAA,IACE;AAAA,MACE,eAAe,cAAU,kCAAW;AAAA,QAClC,QAAQ,QAAQ;AAAA,QAChB,yBAAyB;AAAA,QACzB,aAAa;AAAA,MACf,CAAC,CAAC;AAAA,MACF,GAAG,QAAQ;AAAA,IACb;AAAA,IACA,iBAAiB,OAAO;AAAA,EAC1B;AASF,QAAM,uBAAuB,CAAC,eAA0C;AAAA,IACtE,UAAU,UAAU,SAAS;AAAA,IAC7B,KAAK,CAAC,EAAE,KAAK,MAAM,GAAG,OAAO,GAAG,IAAI;AAAA,IACpC,SAAS;AAAA,IACT,OAAO,QAAQ;AAAA,EACjB;AAEA,QAAM,kBAAkB,CAAC,YAA+B;AACtD,WAAO,IAAI,2DAAkC,SAAS;AAAA,MACpD,GAAG,qBAAqB,MAAM;AAAA,IAChC,CAAC;AAAA,EACH;AAEA,QAAM,WAAW,CAAC,YAA+B,gBAAgB,OAAO;AAExE,WAAS,uBAAuB;AAChC,WAAS,gBAAgB;AACzB,WAAS,iBAAiB,CAAC,YAAoB;AAC7C,UAAM,IAAI,iCAAiB,EAAE,SAAS,WAAW,iBAAiB,CAAC;AAAA,EACrE;AACA,WAAS,qBAAqB,SAAS;AACvC,WAAS,aAAa,CAAC,YAAoB;AACzC,UAAM,IAAI,iCAAiB,EAAE,SAAS,WAAW,aAAa,CAAC;AAAA,EACjE;AAEA,SAAO;AACT;AAEO,IAAM,SAAS,aAAa;","names":[]}
1
+ {"version":3,"sources":["../src/vercel-provider.ts","../src/version.ts"],"sourcesContent":["import {\n NoSuchModelError,\n type LanguageModelV4,\n type ProviderV4,\n} from '@ai-sdk/provider';\nimport { OpenAICompatibleChatLanguageModel } from '@ai-sdk/openai-compatible';\nimport {\n loadApiKey,\n withoutTrailingSlash,\n withUserAgentSuffix,\n type FetchFunction,\n} from '@ai-sdk/provider-utils';\nimport type { VercelChatModelId } from './vercel-chat-options';\nimport { VERSION } from './version';\n\nexport interface VercelProviderSettings {\n /**\n * Vercel API key.\n */\n apiKey?: string;\n /**\n * Base URL for the API calls.\n */\n baseURL?: string;\n /**\n * Custom headers to include in the requests.\n */\n headers?: Record<string, string>;\n /**\n * Custom fetch implementation. You can use it as a middleware to intercept requests,\n * or to provide a custom fetch implementation for e.g. testing.\n */\n fetch?: FetchFunction;\n}\n\nexport interface VercelProvider extends ProviderV4 {\n /**\n * Creates a model for text generation.\n */\n (modelId: VercelChatModelId): LanguageModelV4;\n\n /**\n * Creates a language model for text generation.\n */\n languageModel(modelId: VercelChatModelId): LanguageModelV4;\n\n /**\n * @deprecated Use `embeddingModel` instead.\n */\n textEmbeddingModel(modelId: string): never;\n}\n\nexport function createVercel(\n options: VercelProviderSettings = {},\n): VercelProvider {\n const baseURL = withoutTrailingSlash(\n options.baseURL ?? 'https://api.v0.dev/v1',\n );\n const getHeaders = () =>\n withUserAgentSuffix(\n {\n Authorization: `Bearer ${loadApiKey({\n apiKey: options.apiKey,\n environmentVariableName: 'VERCEL_API_KEY',\n description: 'Vercel',\n })}`,\n ...options.headers,\n },\n `ai-sdk/vercel/${VERSION}`,\n );\n\n interface CommonModelConfig {\n provider: string;\n url: ({ path }: { path: string }) => string;\n headers: () => Record<string, string>;\n fetch?: FetchFunction;\n }\n\n const getCommonModelConfig = (modelType: string): CommonModelConfig => ({\n provider: `vercel.${modelType}`,\n url: ({ path }) => `${baseURL}${path}`,\n headers: getHeaders,\n fetch: options.fetch,\n });\n\n const createChatModel = (modelId: VercelChatModelId) => {\n return new OpenAICompatibleChatLanguageModel(modelId, {\n ...getCommonModelConfig('chat'),\n });\n };\n\n const provider = (modelId: VercelChatModelId) => createChatModel(modelId);\n\n provider.specificationVersion = 'v4' as const;\n provider.languageModel = createChatModel;\n provider.embeddingModel = (modelId: string) => {\n throw new NoSuchModelError({ modelId, modelType: 'embeddingModel' });\n };\n provider.textEmbeddingModel = provider.embeddingModel;\n provider.imageModel = (modelId: string) => {\n throw new NoSuchModelError({ modelId, modelType: 'imageModel' });\n };\n\n return provider;\n}\n\nexport const vercel = createVercel();\n","// Version string of this package injected at build time.\ndeclare const __PACKAGE_VERSION__: string | undefined;\nexport const VERSION: string =\n typeof __PACKAGE_VERSION__ !== 'undefined'\n ? __PACKAGE_VERSION__\n : '0.0.0-test';\n"],"mappings":";AAAA;AAAA,EACE;AAAA,OAGK;AACP,SAAS,yCAAyC;AAClD;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,OAEK;;;ACTA,IAAM,UACX,OACI,oBACA;;;AD+CC,SAAS,aACd,UAAkC,CAAC,GACnB;AAtDlB;AAuDE,QAAM,UAAU;AAAA,KACd,aAAQ,YAAR,YAAmB;AAAA,EACrB;AACA,QAAM,aAAa,MACjB;AAAA,IACE;AAAA,MACE,eAAe,UAAU,WAAW;AAAA,QAClC,QAAQ,QAAQ;AAAA,QAChB,yBAAyB;AAAA,QACzB,aAAa;AAAA,MACf,CAAC,CAAC;AAAA,MACF,GAAG,QAAQ;AAAA,IACb;AAAA,IACA,iBAAiB,OAAO;AAAA,EAC1B;AASF,QAAM,uBAAuB,CAAC,eAA0C;AAAA,IACtE,UAAU,UAAU,SAAS;AAAA,IAC7B,KAAK,CAAC,EAAE,KAAK,MAAM,GAAG,OAAO,GAAG,IAAI;AAAA,IACpC,SAAS;AAAA,IACT,OAAO,QAAQ;AAAA,EACjB;AAEA,QAAM,kBAAkB,CAAC,YAA+B;AACtD,WAAO,IAAI,kCAAkC,SAAS;AAAA,MACpD,GAAG,qBAAqB,MAAM;AAAA,IAChC,CAAC;AAAA,EACH;AAEA,QAAM,WAAW,CAAC,YAA+B,gBAAgB,OAAO;AAExE,WAAS,uBAAuB;AAChC,WAAS,gBAAgB;AACzB,WAAS,iBAAiB,CAAC,YAAoB;AAC7C,UAAM,IAAI,iBAAiB,EAAE,SAAS,WAAW,iBAAiB,CAAC;AAAA,EACrE;AACA,WAAS,qBAAqB,SAAS;AACvC,WAAS,aAAa,CAAC,YAAoB;AACzC,UAAM,IAAI,iBAAiB,EAAE,SAAS,WAAW,aAAa,CAAC;AAAA,EACjE;AAEA,SAAO;AACT;AAEO,IAAM,SAAS,aAAa;","names":[]}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@ai-sdk/vercel",
3
- "version": "3.0.0-beta.9",
3
+ "version": "3.0.0-canary.38",
4
+ "type": "module",
4
5
  "license": "Apache-2.0",
5
6
  "sideEffects": false,
6
7
  "main": "./dist/index.js",
7
- "module": "./dist/index.mjs",
8
8
  "types": "./dist/index.d.ts",
9
9
  "files": [
10
10
  "dist/**/*",
@@ -24,14 +24,14 @@
24
24
  "./package.json": "./package.json",
25
25
  ".": {
26
26
  "types": "./dist/index.d.ts",
27
- "import": "./dist/index.mjs",
28
- "require": "./dist/index.js"
27
+ "import": "./dist/index.js",
28
+ "default": "./dist/index.js"
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.0-beta.9",
33
- "@ai-sdk/provider": "4.0.0-beta.4",
34
- "@ai-sdk/provider-utils": "5.0.0-beta.6"
32
+ "@ai-sdk/openai-compatible": "3.0.0-canary.38",
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.31",
34
+ "@ai-sdk/provider": "4.0.0-canary.15"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "20.17.24",
@@ -47,12 +47,14 @@
47
47
  "node": ">=18"
48
48
  },
49
49
  "publishConfig": {
50
- "access": "public"
50
+ "access": "public",
51
+ "provenance": true
51
52
  },
52
53
  "homepage": "https://ai-sdk.dev/docs",
53
54
  "repository": {
54
55
  "type": "git",
55
- "url": "git+https://github.com/vercel/ai.git"
56
+ "url": "https://github.com/vercel/ai",
57
+ "directory": "packages/vercel"
56
58
  },
57
59
  "bugs": {
58
60
  "url": "https://github.com/vercel/ai/issues"
@@ -1,16 +1,16 @@
1
1
  import {
2
- LanguageModelV4,
3
2
  NoSuchModelError,
4
- ProviderV4,
3
+ type LanguageModelV4,
4
+ type ProviderV4,
5
5
  } from '@ai-sdk/provider';
6
6
  import { OpenAICompatibleChatLanguageModel } from '@ai-sdk/openai-compatible';
7
7
  import {
8
- FetchFunction,
9
8
  loadApiKey,
10
9
  withoutTrailingSlash,
11
10
  withUserAgentSuffix,
11
+ type FetchFunction,
12
12
  } from '@ai-sdk/provider-utils';
13
- import { VercelChatModelId } from './vercel-chat-options';
13
+ import type { VercelChatModelId } from './vercel-chat-options';
14
14
  import { VERSION } from './version';
15
15
 
16
16
  export interface VercelProviderSettings {
package/dist/index.d.mts DELETED
@@ -1,45 +0,0 @@
1
- import { ProviderV4, LanguageModelV4 } from '@ai-sdk/provider';
2
- import { FetchFunction } from '@ai-sdk/provider-utils';
3
- export { OpenAICompatibleErrorData as VercelErrorData } from '@ai-sdk/openai-compatible';
4
-
5
- type VercelChatModelId = 'v0-1.0-md' | 'v0-1.5-md' | 'v0-1.5-lg' | (string & {});
6
-
7
- interface VercelProviderSettings {
8
- /**
9
- * Vercel API key.
10
- */
11
- apiKey?: string;
12
- /**
13
- * Base URL for the API calls.
14
- */
15
- baseURL?: string;
16
- /**
17
- * Custom headers to include in the requests.
18
- */
19
- headers?: Record<string, string>;
20
- /**
21
- * Custom fetch implementation. You can use it as a middleware to intercept requests,
22
- * or to provide a custom fetch implementation for e.g. testing.
23
- */
24
- fetch?: FetchFunction;
25
- }
26
- interface VercelProvider extends ProviderV4 {
27
- /**
28
- * Creates a model for text generation.
29
- */
30
- (modelId: VercelChatModelId): LanguageModelV4;
31
- /**
32
- * Creates a language model for text generation.
33
- */
34
- languageModel(modelId: VercelChatModelId): LanguageModelV4;
35
- /**
36
- * @deprecated Use `embeddingModel` instead.
37
- */
38
- textEmbeddingModel(modelId: string): never;
39
- }
40
- declare function createVercel(options?: VercelProviderSettings): VercelProvider;
41
- declare const vercel: VercelProvider;
42
-
43
- declare const VERSION: string;
44
-
45
- export { VERSION, type VercelProvider, type VercelProviderSettings, createVercel, vercel };
package/dist/index.mjs DELETED
@@ -1,61 +0,0 @@
1
- // src/vercel-provider.ts
2
- import {
3
- NoSuchModelError
4
- } from "@ai-sdk/provider";
5
- import { OpenAICompatibleChatLanguageModel } from "@ai-sdk/openai-compatible";
6
- import {
7
- loadApiKey,
8
- withoutTrailingSlash,
9
- withUserAgentSuffix
10
- } from "@ai-sdk/provider-utils";
11
-
12
- // src/version.ts
13
- var VERSION = true ? "3.0.0-beta.9" : "0.0.0-test";
14
-
15
- // src/vercel-provider.ts
16
- function createVercel(options = {}) {
17
- var _a;
18
- const baseURL = withoutTrailingSlash(
19
- (_a = options.baseURL) != null ? _a : "https://api.v0.dev/v1"
20
- );
21
- const getHeaders = () => withUserAgentSuffix(
22
- {
23
- Authorization: `Bearer ${loadApiKey({
24
- apiKey: options.apiKey,
25
- environmentVariableName: "VERCEL_API_KEY",
26
- description: "Vercel"
27
- })}`,
28
- ...options.headers
29
- },
30
- `ai-sdk/vercel/${VERSION}`
31
- );
32
- const getCommonModelConfig = (modelType) => ({
33
- provider: `vercel.${modelType}`,
34
- url: ({ path }) => `${baseURL}${path}`,
35
- headers: getHeaders,
36
- fetch: options.fetch
37
- });
38
- const createChatModel = (modelId) => {
39
- return new OpenAICompatibleChatLanguageModel(modelId, {
40
- ...getCommonModelConfig("chat")
41
- });
42
- };
43
- const provider = (modelId) => createChatModel(modelId);
44
- provider.specificationVersion = "v4";
45
- provider.languageModel = createChatModel;
46
- provider.embeddingModel = (modelId) => {
47
- throw new NoSuchModelError({ modelId, modelType: "embeddingModel" });
48
- };
49
- provider.textEmbeddingModel = provider.embeddingModel;
50
- provider.imageModel = (modelId) => {
51
- throw new NoSuchModelError({ modelId, modelType: "imageModel" });
52
- };
53
- return provider;
54
- }
55
- var vercel = createVercel();
56
- export {
57
- VERSION,
58
- createVercel,
59
- vercel
60
- };
61
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/vercel-provider.ts","../src/version.ts"],"sourcesContent":["import {\n LanguageModelV4,\n NoSuchModelError,\n ProviderV4,\n} from '@ai-sdk/provider';\nimport { OpenAICompatibleChatLanguageModel } from '@ai-sdk/openai-compatible';\nimport {\n FetchFunction,\n loadApiKey,\n withoutTrailingSlash,\n withUserAgentSuffix,\n} from '@ai-sdk/provider-utils';\nimport { VercelChatModelId } from './vercel-chat-options';\nimport { VERSION } from './version';\n\nexport interface VercelProviderSettings {\n /**\n * Vercel API key.\n */\n apiKey?: string;\n /**\n * Base URL for the API calls.\n */\n baseURL?: string;\n /**\n * Custom headers to include in the requests.\n */\n headers?: Record<string, string>;\n /**\n * Custom fetch implementation. You can use it as a middleware to intercept requests,\n * or to provide a custom fetch implementation for e.g. testing.\n */\n fetch?: FetchFunction;\n}\n\nexport interface VercelProvider extends ProviderV4 {\n /**\n * Creates a model for text generation.\n */\n (modelId: VercelChatModelId): LanguageModelV4;\n\n /**\n * Creates a language model for text generation.\n */\n languageModel(modelId: VercelChatModelId): LanguageModelV4;\n\n /**\n * @deprecated Use `embeddingModel` instead.\n */\n textEmbeddingModel(modelId: string): never;\n}\n\nexport function createVercel(\n options: VercelProviderSettings = {},\n): VercelProvider {\n const baseURL = withoutTrailingSlash(\n options.baseURL ?? 'https://api.v0.dev/v1',\n );\n const getHeaders = () =>\n withUserAgentSuffix(\n {\n Authorization: `Bearer ${loadApiKey({\n apiKey: options.apiKey,\n environmentVariableName: 'VERCEL_API_KEY',\n description: 'Vercel',\n })}`,\n ...options.headers,\n },\n `ai-sdk/vercel/${VERSION}`,\n );\n\n interface CommonModelConfig {\n provider: string;\n url: ({ path }: { path: string }) => string;\n headers: () => Record<string, string>;\n fetch?: FetchFunction;\n }\n\n const getCommonModelConfig = (modelType: string): CommonModelConfig => ({\n provider: `vercel.${modelType}`,\n url: ({ path }) => `${baseURL}${path}`,\n headers: getHeaders,\n fetch: options.fetch,\n });\n\n const createChatModel = (modelId: VercelChatModelId) => {\n return new OpenAICompatibleChatLanguageModel(modelId, {\n ...getCommonModelConfig('chat'),\n });\n };\n\n const provider = (modelId: VercelChatModelId) => createChatModel(modelId);\n\n provider.specificationVersion = 'v4' as const;\n provider.languageModel = createChatModel;\n provider.embeddingModel = (modelId: string) => {\n throw new NoSuchModelError({ modelId, modelType: 'embeddingModel' });\n };\n provider.textEmbeddingModel = provider.embeddingModel;\n provider.imageModel = (modelId: string) => {\n throw new NoSuchModelError({ modelId, modelType: 'imageModel' });\n };\n\n return provider;\n}\n\nexport const vercel = createVercel();\n","// Version string of this package injected at build time.\ndeclare const __PACKAGE_VERSION__: string | undefined;\nexport const VERSION: string =\n typeof __PACKAGE_VERSION__ !== 'undefined'\n ? __PACKAGE_VERSION__\n : '0.0.0-test';\n"],"mappings":";AAAA;AAAA,EAEE;AAAA,OAEK;AACP,SAAS,yCAAyC;AAClD;AAAA,EAEE;AAAA,EACA;AAAA,EACA;AAAA,OACK;;;ACTA,IAAM,UACX,OACI,iBACA;;;AD+CC,SAAS,aACd,UAAkC,CAAC,GACnB;AAtDlB;AAuDE,QAAM,UAAU;AAAA,KACd,aAAQ,YAAR,YAAmB;AAAA,EACrB;AACA,QAAM,aAAa,MACjB;AAAA,IACE;AAAA,MACE,eAAe,UAAU,WAAW;AAAA,QAClC,QAAQ,QAAQ;AAAA,QAChB,yBAAyB;AAAA,QACzB,aAAa;AAAA,MACf,CAAC,CAAC;AAAA,MACF,GAAG,QAAQ;AAAA,IACb;AAAA,IACA,iBAAiB,OAAO;AAAA,EAC1B;AASF,QAAM,uBAAuB,CAAC,eAA0C;AAAA,IACtE,UAAU,UAAU,SAAS;AAAA,IAC7B,KAAK,CAAC,EAAE,KAAK,MAAM,GAAG,OAAO,GAAG,IAAI;AAAA,IACpC,SAAS;AAAA,IACT,OAAO,QAAQ;AAAA,EACjB;AAEA,QAAM,kBAAkB,CAAC,YAA+B;AACtD,WAAO,IAAI,kCAAkC,SAAS;AAAA,MACpD,GAAG,qBAAqB,MAAM;AAAA,IAChC,CAAC;AAAA,EACH;AAEA,QAAM,WAAW,CAAC,YAA+B,gBAAgB,OAAO;AAExE,WAAS,uBAAuB;AAChC,WAAS,gBAAgB;AACzB,WAAS,iBAAiB,CAAC,YAAoB;AAC7C,UAAM,IAAI,iBAAiB,EAAE,SAAS,WAAW,iBAAiB,CAAC;AAAA,EACrE;AACA,WAAS,qBAAqB,SAAS;AACvC,WAAS,aAAa,CAAC,YAAoB;AACzC,UAAM,IAAI,iBAAiB,EAAE,SAAS,WAAW,aAAa,CAAC;AAAA,EACjE;AAEA,SAAO;AACT;AAEO,IAAM,SAAS,aAAa;","names":[]}