@ai-sdk/groq 3.0.33 → 3.0.35

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,18 @@
1
1
  # @ai-sdk/groq
2
2
 
3
+ ## 3.0.35
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+
9
+ ## 3.0.34
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6247886]
14
+ - @ai-sdk/provider-utils@4.0.23
15
+
3
16
  ## 3.0.33
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  The **[Groq provider](https://ai-sdk.dev/providers/ai-sdk-providers/groq)** for the [AI SDK](https://ai-sdk.dev/docs)
4
4
  contains language model support for the Groq chat and completion APIs, transcription support, and browser search tool.
5
5
 
6
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Groq (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).
7
+
6
8
  ## Setup
7
9
 
8
10
  The Groq provider is available in the `@ai-sdk/groq` module. You can install it with
package/dist/index.js CHANGED
@@ -985,7 +985,7 @@ var groqTools = {
985
985
  };
986
986
 
987
987
  // src/version.ts
988
- var VERSION = true ? "3.0.33" : "0.0.0-test";
988
+ var VERSION = true ? "3.0.35" : "0.0.0-test";
989
989
 
990
990
  // src/groq-provider.ts
991
991
  function createGroq(options = {}) {
package/dist/index.mjs CHANGED
@@ -983,7 +983,7 @@ var groqTools = {
983
983
  };
984
984
 
985
985
  // src/version.ts
986
- var VERSION = true ? "3.0.33" : "0.0.0-test";
986
+ var VERSION = true ? "3.0.35" : "0.0.0-test";
987
987
 
988
988
  // src/groq-provider.ts
989
989
  function createGroq(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/groq",
3
- "version": "3.0.33",
3
+ "version": "3.0.35",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ai-sdk/provider": "3.0.8",
33
- "@ai-sdk/provider-utils": "4.0.22"
33
+ "@ai-sdk/provider-utils": "4.0.23"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",