@ai-sdk/fal 3.0.7 → 3.0.8

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,13 @@
1
1
  # @ai-sdk/fal
2
2
 
3
+ ## 3.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f93c57]
8
+ - @ai-sdk/provider@4.0.3
9
+ - @ai-sdk/provider-utils@5.0.7
10
+
3
11
  ## 3.0.7
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1078,7 +1078,7 @@ var falVideoResponseSchema = z9.object({
1078
1078
  });
1079
1079
 
1080
1080
  // src/version.ts
1081
- var VERSION = true ? "3.0.7" : "0.0.0-test";
1081
+ var VERSION = true ? "3.0.8" : "0.0.0-test";
1082
1082
 
1083
1083
  // src/fal-provider.ts
1084
1084
  var defaultBaseURL = "https://fal.run";
package/docs/10-fal.mdx CHANGED
@@ -11,21 +11,7 @@ description: Learn how to use Fal AI models with the AI SDK.
11
11
 
12
12
  The Fal provider is available via the `@ai-sdk/fal` module. You can install it with
13
13
 
14
- <Tabs items={['pnpm', 'npm', 'yarn', 'bun']}>
15
- <Tab>
16
- <Snippet text="pnpm add @ai-sdk/fal" dark />
17
- </Tab>
18
- <Tab>
19
- <Snippet text="npm install @ai-sdk/fal" dark />
20
- </Tab>
21
- <Tab>
22
- <Snippet text="yarn add @ai-sdk/fal" dark />
23
- </Tab>
24
-
25
- <Tab>
26
- <Snippet text="bun add @ai-sdk/fal" dark />
27
- </Tab>
28
- </Tabs>
14
+ <InstallPackages packages="@ai-sdk/fal" />
29
15
 
30
16
  ## Provider Instance
31
17
 
@@ -265,10 +251,10 @@ The following provider options are available:
265
251
 
266
252
  ### Model Capabilities
267
253
 
268
- | Model | Transcription | Duration | Segments | Language |
269
- | --------- | ------------------- | ------------------- | ------------------- | ------------------- |
270
- | `whisper` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
271
- | `wizper` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
254
+ | Model | Transcription | Duration | Segments | Language |
255
+ | --------- | ------------- | --------- | --------- | --------- |
256
+ | `whisper` | <Check /> | <Check /> | <Check /> | <Check /> |
257
+ | `wizper` | <Check /> | <Check /> | <Check /> | <Check /> |
272
258
 
273
259
  ## Speech Models
274
260
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/fal",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/provider": "4.0.2",
33
- "@ai-sdk/provider-utils": "5.0.6"
32
+ "@ai-sdk/provider": "4.0.3",
33
+ "@ai-sdk/provider-utils": "5.0.7"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "22.19.19",