@ai-sdk/mistral 4.0.0-beta.11 → 4.0.0-beta.12
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 +6 -0
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
@@ -858,7 +858,7 @@ var MistralTextEmbeddingResponseSchema = import_v44.z.object({
|
|
|
858
858
|
});
|
|
859
859
|
|
|
860
860
|
// src/version.ts
|
|
861
|
-
var VERSION = true ? "4.0.0-beta.
|
|
861
|
+
var VERSION = true ? "4.0.0-beta.12" : "0.0.0-test";
|
|
862
862
|
|
|
863
863
|
// src/mistral-provider.ts
|
|
864
864
|
function createMistral(options = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -856,7 +856,7 @@ var MistralTextEmbeddingResponseSchema = z4.object({
|
|
|
856
856
|
});
|
|
857
857
|
|
|
858
858
|
// src/version.ts
|
|
859
|
-
var VERSION = true ? "4.0.0-beta.
|
|
859
|
+
var VERSION = true ? "4.0.0-beta.12" : "0.0.0-test";
|
|
860
860
|
|
|
861
861
|
// src/mistral-provider.ts
|
|
862
862
|
function createMistral(options = {}) {
|