@ai-sdk/groq 4.0.0-canary.39 → 4.0.0-canary.41
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 +14 -0
- package/dist/index.js +1 -1
- package/docs/09-groq.mdx +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @ai-sdk/groq
|
|
2
2
|
|
|
3
|
+
## 4.0.0-canary.41
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d848405]
|
|
8
|
+
- @ai-sdk/provider-utils@5.0.0-canary.37
|
|
9
|
+
|
|
10
|
+
## 4.0.0-canary.40
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [ca39020]
|
|
15
|
+
- @ai-sdk/provider-utils@5.0.0-canary.36
|
|
16
|
+
|
|
3
17
|
## 4.0.0-canary.39
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.js
CHANGED
package/docs/09-groq.mdx
CHANGED
|
@@ -115,7 +115,6 @@ The following optional provider options are available for Groq language models:
|
|
|
115
115
|
- **reasoningEffort** _'low' | 'medium' | 'high' | 'none' | 'default'_
|
|
116
116
|
|
|
117
117
|
Controls the level of effort the model will put into reasoning.
|
|
118
|
-
|
|
119
118
|
- `qwen/qwen3-32b`
|
|
120
119
|
- Supported values:
|
|
121
120
|
- `none`: Disable reasoning. The model will not use any reasoning tokens.
|
|
@@ -155,7 +154,6 @@ The following optional provider options are available for Groq language models:
|
|
|
155
154
|
- **serviceTier** _'on_demand' | 'performance' | 'flex' | 'auto'_
|
|
156
155
|
|
|
157
156
|
Service tier for the request. Defaults to `'on_demand'`.
|
|
158
|
-
|
|
159
157
|
- `'on_demand'`: Default tier with consistent performance and fairness
|
|
160
158
|
- `'performance'`: Prioritized tier for latency-sensitive workloads
|
|
161
159
|
- `'flex'`: Higher throughput tier (10x rate limits) optimized for workloads that can handle occasional request failures
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/groq",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.41",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ai-sdk/provider": "4.0.0-canary.16",
|
|
33
|
-
"@ai-sdk/provider-utils": "5.0.0-canary.
|
|
33
|
+
"@ai-sdk/provider-utils": "5.0.0-canary.37"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "20.17.24",
|