@ai-sdk/fal 3.0.0-beta.8 → 3.0.0-canary.32

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,214 @@
1
1
  # @ai-sdk/fal
2
2
 
3
+ ## 3.0.0-canary.32
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c4c275: trigger initial canary release
8
+ - Updated dependencies [0c4c275]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.31
10
+ - @ai-sdk/provider@4.0.0-canary.15
11
+
12
+ ## 3.0.0-beta.31
13
+
14
+ ### Major Changes
15
+
16
+ - 04e9009: chore: make provider implementations code patterns more consistent, including renaming certain exported symbols
17
+
18
+ For all externally exported symbols that were renamed, the old names continue to work via deprecated aliases.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [08d2129]
23
+ - @ai-sdk/provider-utils@5.0.0-beta.30
24
+
25
+ ## 3.0.0-beta.30
26
+
27
+ ### Patch Changes
28
+
29
+ - 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
30
+ - Updated dependencies [9bd6512]
31
+ - Updated dependencies [258c093]
32
+ - Updated dependencies [b6783da]
33
+ - @ai-sdk/provider-utils@5.0.0-beta.29
34
+ - @ai-sdk/provider@4.0.0-beta.14
35
+
36
+ ## 3.0.0-beta.29
37
+
38
+ ### Patch Changes
39
+
40
+ - 9f0e36c: trigger release for all packages after provenance setup
41
+ - Updated dependencies [9f0e36c]
42
+ - @ai-sdk/provider@4.0.0-beta.13
43
+ - @ai-sdk/provider-utils@5.0.0-beta.28
44
+
45
+ ## 3.0.0-beta.28
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [785fe16]
50
+ - Updated dependencies [67df0a0]
51
+ - Updated dependencies [befb78c]
52
+ - Updated dependencies [0458559]
53
+ - Updated dependencies [5852c0a]
54
+ - Updated dependencies [fc92055]
55
+ - @ai-sdk/provider-utils@5.0.0-beta.27
56
+
57
+ ## 3.0.0-beta.27
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [2e98477]
62
+ - @ai-sdk/provider-utils@5.0.0-beta.26
63
+
64
+ ## 3.0.0-beta.26
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [eea8d98]
69
+ - @ai-sdk/provider-utils@5.0.0-beta.25
70
+
71
+ ## 3.0.0-beta.25
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [f807e45]
76
+ - @ai-sdk/provider-utils@5.0.0-beta.24
77
+
78
+ ## 3.0.0-beta.24
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies [350ea38]
83
+ - @ai-sdk/provider-utils@5.0.0-beta.23
84
+
85
+ ## 3.0.0-beta.23
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [083947b]
90
+ - @ai-sdk/provider-utils@5.0.0-beta.22
91
+
92
+ ## 3.0.0-beta.22
93
+
94
+ ### Patch Changes
95
+
96
+ - Updated dependencies [add1126]
97
+ - @ai-sdk/provider-utils@5.0.0-beta.21
98
+
99
+ ## 3.0.0-beta.21
100
+
101
+ ### Patch Changes
102
+
103
+ - b3976a2: Add workflow serialization support to all provider models.
104
+
105
+ **`@ai-sdk/provider-utils`:** New `serializeModel()` helper that extracts only serializable properties from a model instance, filtering out functions and objects containing functions. Third-party provider authors can use this to add workflow support to their own models.
106
+
107
+ **All providers:** `headers` is now optional in provider config types. This is non-breaking — existing code that passes `headers` continues to work. Custom provider implementations that construct model configs manually can now omit `headers`, which is useful when models are deserialized from a workflow step boundary where auth is provided separately.
108
+
109
+ All provider model classes now include `WORKFLOW_SERIALIZE` and `WORKFLOW_DESERIALIZE` static methods, enabling them to cross workflow step boundaries without serialization errors.
110
+
111
+ - Updated dependencies [b3976a2]
112
+ - Updated dependencies [ff5eba1]
113
+ - @ai-sdk/provider-utils@5.0.0-beta.20
114
+ - @ai-sdk/provider@4.0.0-beta.12
115
+
116
+ ## 3.0.0-beta.20
117
+
118
+ ### Major Changes
119
+
120
+ - ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [ef992f8]
125
+ - @ai-sdk/provider@4.0.0-beta.11
126
+ - @ai-sdk/provider-utils@5.0.0-beta.19
127
+
128
+ ## 3.0.0-beta.19
129
+
130
+ ### Patch Changes
131
+
132
+ - 90e2d8a: chore: fix unused vars not being flagged by our lint tooling
133
+ - Updated dependencies [90e2d8a]
134
+ - @ai-sdk/provider-utils@5.0.0-beta.18
135
+
136
+ ## 3.0.0-beta.18
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies [3ae1786]
141
+ - @ai-sdk/provider-utils@5.0.0-beta.17
142
+
143
+ ## 3.0.0-beta.17
144
+
145
+ ### Patch Changes
146
+
147
+ - Updated dependencies [176466a]
148
+ - @ai-sdk/provider@4.0.0-beta.10
149
+ - @ai-sdk/provider-utils@5.0.0-beta.16
150
+
151
+ ## 3.0.0-beta.16
152
+
153
+ ### Patch Changes
154
+
155
+ - Updated dependencies [e311194]
156
+ - @ai-sdk/provider@4.0.0-beta.9
157
+ - @ai-sdk/provider-utils@5.0.0-beta.15
158
+
159
+ ## 3.0.0-beta.15
160
+
161
+ ### Patch Changes
162
+
163
+ - Updated dependencies [34bd95d]
164
+ - Updated dependencies [008271d]
165
+ - @ai-sdk/provider@4.0.0-beta.8
166
+ - @ai-sdk/provider-utils@5.0.0-beta.14
167
+
168
+ ## 3.0.0-beta.14
169
+
170
+ ### Patch Changes
171
+
172
+ - Updated dependencies [b0c2869]
173
+ - Updated dependencies [7e26e81]
174
+ - @ai-sdk/provider-utils@5.0.0-beta.13
175
+
176
+ ## 3.0.0-beta.13
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [46d1149]
181
+ - @ai-sdk/provider-utils@5.0.0-beta.12
182
+
183
+ ## 3.0.0-beta.12
184
+
185
+ ### Patch Changes
186
+
187
+ - Updated dependencies [6fd51c0]
188
+ - @ai-sdk/provider-utils@5.0.0-beta.11
189
+ - @ai-sdk/provider@4.0.0-beta.7
190
+
191
+ ## 3.0.0-beta.11
192
+
193
+ ### Patch Changes
194
+
195
+ - Updated dependencies [c29a26f]
196
+ - @ai-sdk/provider-utils@5.0.0-beta.10
197
+ - @ai-sdk/provider@4.0.0-beta.6
198
+
199
+ ## 3.0.0-beta.10
200
+
201
+ ### Patch Changes
202
+
203
+ - 38fc777: Add AI Gateway hint to provider READMEs
204
+
205
+ ## 3.0.0-beta.9
206
+
207
+ ### Patch Changes
208
+
209
+ - Updated dependencies [2e17091]
210
+ - @ai-sdk/provider-utils@5.0.0-beta.9
211
+
3
212
  ## 3.0.0-beta.8
4
213
 
5
214
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The **[fal provider](https://ai-sdk.dev/providers/ai-sdk-providers/fal)** for the [AI SDK](https://ai-sdk.dev/docs) contains image model support for the [fal.ai API](https://fal.ai/).
4
4
 
5
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access fal (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 fal provider is available in the `@ai-sdk/fal` module. You can install it with