@ai-sdk/fireworks 1.0.0-canary.13 → 1.0.0-canary.15
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 +22 -0
- package/README.md +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @ai-sdk/fireworks
|
|
2
2
|
|
|
3
|
+
## 1.0.0-canary.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a571d6e]
|
|
8
|
+
- Updated dependencies [a8c8bd5]
|
|
9
|
+
- Updated dependencies [7979f7f]
|
|
10
|
+
- Updated dependencies [41fa418]
|
|
11
|
+
- @ai-sdk/provider-utils@3.0.0-canary.15
|
|
12
|
+
- @ai-sdk/provider@2.0.0-canary.14
|
|
13
|
+
- @ai-sdk/openai-compatible@1.0.0-canary.15
|
|
14
|
+
|
|
15
|
+
## 1.0.0-canary.14
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [957b739]
|
|
20
|
+
- Updated dependencies [9bd5ab5]
|
|
21
|
+
- @ai-sdk/provider-utils@3.0.0-canary.14
|
|
22
|
+
- @ai-sdk/provider@2.0.0-canary.13
|
|
23
|
+
- @ai-sdk/openai-compatible@1.0.0-canary.14
|
|
24
|
+
|
|
3
25
|
## 1.0.0-canary.13
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AI SDK - Fireworks Provider
|
|
2
2
|
|
|
3
|
-
The **[Fireworks provider](https://sdk.
|
|
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
5
|
## Setup
|
|
6
6
|
|
|
@@ -48,4 +48,4 @@ console.log(`Image saved to ${filename}`);
|
|
|
48
48
|
|
|
49
49
|
## Documentation
|
|
50
50
|
|
|
51
|
-
Please check out the **[Fireworks provider](https://sdk.
|
|
51
|
+
Please check out the **[Fireworks provider](https://ai-sdk.dev/providers/ai-sdk-providers/fireworks)** for more information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/fireworks",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.15",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@ai-sdk/openai-compatible": "1.0.0-canary.
|
|
23
|
-
"@ai-sdk/provider": "2.0.0-canary.
|
|
24
|
-
"@ai-sdk/provider-utils": "3.0.0-canary.
|
|
22
|
+
"@ai-sdk/openai-compatible": "1.0.0-canary.15",
|
|
23
|
+
"@ai-sdk/provider": "2.0.0-canary.14",
|
|
24
|
+
"@ai-sdk/provider-utils": "3.0.0-canary.15"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "20.17.24",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"homepage": "https://sdk.
|
|
42
|
+
"homepage": "https://ai-sdk.dev/docs",
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
45
|
"url": "git+https://github.com/vercel/ai.git"
|