@ai-sdk/black-forest-labs 1.0.28 → 1.0.29
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 +6 -0
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
The **[Black Forest Labs provider](https://ai-sdk.dev/providers/ai-sdk-providers/black-forest-labs)** for the [AI SDK](https://ai-sdk.dev/docs) adds image model support for the [Black Forest Labs API](https://docs.bfl.ai/).
|
|
4
4
|
|
|
5
|
+
> **Deploying to Vercel?** With Vercel's AI Gateway you can access Black Forest Labs (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 Black Forest Labs provider is available in the `@ai-sdk/black-forest-labs` module. You can install it with
|
package/dist/index.js
CHANGED
|
@@ -392,7 +392,7 @@ function bflErrorToMessage(error) {
|
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
// src/version.ts
|
|
395
|
-
var VERSION = true ? "1.0.
|
|
395
|
+
var VERSION = true ? "1.0.29" : "0.0.0-test";
|
|
396
396
|
|
|
397
397
|
// src/black-forest-labs-provider.ts
|
|
398
398
|
var defaultBaseURL = "https://api.bfl.ai/v1";
|
package/dist/index.mjs
CHANGED
|
@@ -381,7 +381,7 @@ function bflErrorToMessage(error) {
|
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
// src/version.ts
|
|
384
|
-
var VERSION = true ? "1.0.
|
|
384
|
+
var VERSION = true ? "1.0.29" : "0.0.0-test";
|
|
385
385
|
|
|
386
386
|
// src/black-forest-labs-provider.ts
|
|
387
387
|
var defaultBaseURL = "https://api.bfl.ai/v1";
|