@ai-sdk/provider 2.0.0-canary.0 → 2.0.0-canary.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 +19 -0
- package/dist/index.d.mts +1050 -1
- package/dist/index.d.ts +1050 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @ai-sdk/provider
|
2
2
|
|
3
|
+
## 2.0.0-canary.2
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- abf9a79: chore: rename mimeType to mediaType
|
8
|
+
- 6dc848c: chore (provider): remove image parts
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- a166433: feat: add transcription with experimental_transcribe
|
13
|
+
- 0a87932: core (ai): change transcription model mimeType to mediaType
|
14
|
+
|
15
|
+
## 2.0.0-canary.1
|
16
|
+
|
17
|
+
### Major Changes
|
18
|
+
|
19
|
+
- c57e248: chore (provider): remove mode
|
20
|
+
- 33f4a6a: chore (provider): rename providerMetadata inputs to providerOptions
|
21
|
+
|
3
22
|
## 2.0.0-canary.0
|
4
23
|
|
5
24
|
### Major Changes
|