@ai-sdk/provider 2.0.0-alpha.9 → 2.0.0-beta.2

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,72 @@
1
1
  # @ai-sdk/provider
2
2
 
3
+ ## 2.0.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 27deb4d: feat (provider/gateway): Add providerMetadata to embeddings response
8
+
9
+ ## 2.0.0-beta.1
10
+
11
+ ### Major Changes
12
+
13
+ - 742b7be: feat: forward id, streaming start, streaming end of content blocks
14
+ - 7cddb72: refactoring (provider): collapse provider defined tools into single definition
15
+ - ccce59b: feat (provider): support changing provider, model, supportedUrls in middleware
16
+ - e2b9e4b: feat (provider): add name for provider defined tools for future validation
17
+ - 0d06df6: chore (ai): remove v1 providers
18
+ - 7435eb5: feat: upgrade speech models to v2 specification
19
+ - 44f4aba: feat: upgrade transcription models to v2 specification
20
+ - 023ba40: feat (provider): support arbitrary media types in tool results
21
+ - 5e57fae: refactoring (provider): restructure tool result output
22
+
23
+ ### Patch Changes
24
+
25
+ - 472524a: spec (ai): add provider options to tools
26
+ - dd3ff01: chore: add language setting to speechv2
27
+ - cb68df0: feat: add transcription and speech model support to provider registry
28
+
29
+ ## 2.0.0-alpha.15
30
+
31
+ ### Patch Changes
32
+
33
+ - 48d257a: release alpha.15
34
+
35
+ ## 2.0.0-alpha.14
36
+
37
+ ### Major Changes
38
+
39
+ - 63f9e9b: chore (provider,ai): tools have input/output instead of args,result
40
+
41
+ ### Patch Changes
42
+
43
+ - b5da06a: update to LanguageModelV2ProviderDefinedClientTool to add server side tool later on
44
+ - 2e13791: feat(anthropic): add server-side web search support
45
+
46
+ ## 2.0.0-alpha.13
47
+
48
+ ### Patch Changes
49
+
50
+ - 68ecf2f: release alpha.13
51
+
52
+ ## 2.0.0-alpha.12
53
+
54
+ ### Patch Changes
55
+
56
+ - e2aceaf: feat: add raw chunk support
57
+
58
+ ## 2.0.0-alpha.11
59
+
60
+ ### Patch Changes
61
+
62
+ - c1e6647: release alpha.11
63
+
64
+ ## 2.0.0-alpha.10
65
+
66
+ ### Patch Changes
67
+
68
+ - c4df419: release alpha.10
69
+
3
70
  ## 2.0.0-alpha.9
4
71
 
5
72
  ### Patch Changes