@ai-sdk/fireworks 3.0.0-beta.12 → 3.0.0-beta.14

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,22 @@
1
1
  # @ai-sdk/fireworks
2
2
 
3
+ ## 3.0.0-beta.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c29a26f]
8
+ - @ai-sdk/openai-compatible@3.0.0-beta.14
9
+ - @ai-sdk/provider-utils@5.0.0-beta.10
10
+ - @ai-sdk/provider@4.0.0-beta.6
11
+
12
+ ## 3.0.0-beta.13
13
+
14
+ ### Patch Changes
15
+
16
+ - 38fc777: Add AI Gateway hint to provider READMEs
17
+ - Updated dependencies [38fc777]
18
+ - @ai-sdk/openai-compatible@3.0.0-beta.13
19
+
3
20
  ## 3.0.0-beta.12
4
21
 
5
22
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The **[Fireworks provider](https://ai-sdk.dev/providers/ai-sdk-providers/fireworks)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model and image model support for the [Fireworks](https://fireworks.ai) platform.
4
4
 
5
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Fireworks (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. [Get started with AI Gateway](https://vercel.com/ai-gateway).
6
+
5
7
  ## Setup
6
8
 
7
9
  The Fireworks provider is available in the `@ai-sdk/fireworks` module. You can install it with
package/dist/index.js CHANGED
@@ -305,7 +305,7 @@ var import_provider_utils3 = require("@ai-sdk/provider-utils");
305
305
  var import_v42 = require("zod/v4");
306
306
 
307
307
  // src/version.ts
308
- var VERSION = true ? "3.0.0-beta.12" : "0.0.0-test";
308
+ var VERSION = true ? "3.0.0-beta.14" : "0.0.0-test";
309
309
 
310
310
  // src/fireworks-provider.ts
311
311
  var fireworksErrorSchema = import_v42.z.object({
package/dist/index.mjs CHANGED
@@ -293,7 +293,7 @@ import {
293
293
  import { z as z2 } from "zod/v4";
294
294
 
295
295
  // src/version.ts
296
- var VERSION = true ? "3.0.0-beta.12" : "0.0.0-test";
296
+ var VERSION = true ? "3.0.0-beta.14" : "0.0.0-test";
297
297
 
298
298
  // src/fireworks-provider.ts
299
299
  var fireworksErrorSchema = z2.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/fireworks",
3
- "version": "3.0.0-beta.12",
3
+ "version": "3.0.0-beta.14",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.0-beta.12",
33
- "@ai-sdk/provider": "4.0.0-beta.5",
34
- "@ai-sdk/provider-utils": "5.0.0-beta.9"
32
+ "@ai-sdk/openai-compatible": "3.0.0-beta.14",
33
+ "@ai-sdk/provider": "4.0.0-beta.6",
34
+ "@ai-sdk/provider-utils": "5.0.0-beta.10"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "20.17.24",