@ai-sdk/groq 4.0.0-canary.39 → 4.0.0-canary.40

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,12 @@
1
1
  # @ai-sdk/groq
2
2
 
3
+ ## 4.0.0-canary.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ca39020]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.36
9
+
3
10
  ## 4.0.0-canary.39
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -959,7 +959,7 @@ var groqTools = {
959
959
  };
960
960
 
961
961
  // src/version.ts
962
- var VERSION = true ? "4.0.0-canary.39" : "0.0.0-test";
962
+ var VERSION = true ? "4.0.0-canary.40" : "0.0.0-test";
963
963
 
964
964
  // src/groq-provider.ts
965
965
  function createGroq(options = {}) {
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.39",
3
+ "version": "4.0.0-canary.40",
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.35"
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.36"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",