@ai-sdk/black-forest-labs 2.0.6 → 2.0.7
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 +8 -0
- package/dist/index.js +1 -1
- package/docs/12-black-forest-labs.mdx +1 -15
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -415,7 +415,7 @@ function bflErrorToMessage(error) {
|
|
|
415
415
|
}
|
|
416
416
|
|
|
417
417
|
// src/version.ts
|
|
418
|
-
var VERSION = true ? "2.0.
|
|
418
|
+
var VERSION = true ? "2.0.7" : "0.0.0-test";
|
|
419
419
|
|
|
420
420
|
// src/black-forest-labs-provider.ts
|
|
421
421
|
var defaultBaseURL = "https://api.bfl.ai/v1";
|
|
@@ -11,21 +11,7 @@ description: Learn how to use Black Forest Labs models with the AI SDK.
|
|
|
11
11
|
|
|
12
12
|
The Black Forest Labs provider is available via the `@ai-sdk/black-forest-labs` module. You can install it with
|
|
13
13
|
|
|
14
|
-
<
|
|
15
|
-
<Tab>
|
|
16
|
-
<Snippet text="pnpm add @ai-sdk/black-forest-labs" dark />
|
|
17
|
-
</Tab>
|
|
18
|
-
<Tab>
|
|
19
|
-
<Snippet text="npm install @ai-sdk/black-forest-labs" dark />
|
|
20
|
-
</Tab>
|
|
21
|
-
<Tab>
|
|
22
|
-
<Snippet text="yarn add @ai-sdk/black-forest-labs" dark />
|
|
23
|
-
</Tab>
|
|
24
|
-
|
|
25
|
-
<Tab>
|
|
26
|
-
<Snippet text="bun add @ai-sdk/black-forest-labs" dark />
|
|
27
|
-
</Tab>
|
|
28
|
-
</Tabs>
|
|
14
|
+
<InstallPackages packages="@ai-sdk/black-forest-labs" />
|
|
29
15
|
|
|
30
16
|
## Provider Instance
|
|
31
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/black-forest-labs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ai-sdk/provider": "4.0.
|
|
32
|
-
"@ai-sdk/provider-utils": "5.0.
|
|
31
|
+
"@ai-sdk/provider": "4.0.3",
|
|
32
|
+
"@ai-sdk/provider-utils": "5.0.7"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "22.19.19",
|