@ai-sdk/mistral 3.0.29 → 3.0.30

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,11 @@
1
1
  # @ai-sdk/mistral
2
2
 
3
+ ## 3.0.30
4
+
5
+ ### Patch Changes
6
+
7
+ - d42076d: Add AI Gateway hint to provider READMEs
8
+
3
9
  ## 3.0.29
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The **[Mistral provider](https://ai-sdk.dev/providers/ai-sdk-providers/mistral)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the Mistral chat API.
4
4
 
5
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Mistral (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).
6
+
5
7
  ## Setup
6
8
 
7
9
  The Mistral provider is available in the `@ai-sdk/mistral` module. You can install it with
package/dist/index.js CHANGED
@@ -836,7 +836,7 @@ var MistralTextEmbeddingResponseSchema = import_v44.z.object({
836
836
  });
837
837
 
838
838
  // src/version.ts
839
- var VERSION = true ? "3.0.29" : "0.0.0-test";
839
+ var VERSION = true ? "3.0.30" : "0.0.0-test";
840
840
 
841
841
  // src/mistral-provider.ts
842
842
  function createMistral(options = {}) {
package/dist/index.mjs CHANGED
@@ -832,7 +832,7 @@ var MistralTextEmbeddingResponseSchema = z4.object({
832
832
  });
833
833
 
834
834
  // src/version.ts
835
- var VERSION = true ? "3.0.29" : "0.0.0-test";
835
+ var VERSION = true ? "3.0.30" : "0.0.0-test";
836
836
 
837
837
  // src/mistral-provider.ts
838
838
  function createMistral(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/mistral",
3
- "version": "3.0.29",
3
+ "version": "3.0.30",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",