@ai-sdk/fal 3.0.0-beta.9 → 3.0.0-canary.33

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