{"_id":"@ai-toolkit/mistral","name":"@ai-toolkit/mistral","dist-tags":{"latest":"1.1.15"},"versions":{"1.1.15":{"name":"@ai-toolkit/mistral","version":"1.1.15","license":"Apache-2.0","sideEffects":false,"main":"./dist/index.js","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{"./package.json":"./package.json",".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","require":"./dist/index.js"}},"dependencies":{"@ai-toolkit/provider":"1.0.10","@ai-toolkit/provider-utils":"2.1.11"},"devDependencies":{"@types/node":"^18","tsup":"^8","typescript":"5.6.3","zod":"3.23.8","@khulnasoft/ai-tsconfig":"0.0.0"},"peerDependencies":{"zod":"^3.0.0"},"engines":{"node":">=18"},"publishConfig":{"access":"public"},"homepage":"https://sdk.khulnasoft.com/docs","repository":{"type":"git","url":"git+https://github.com/khulnasoft/ai-toolkit.git"},"bugs":{"url":"https://github.com/khulnasoft/ai-toolkit/issues"},"keywords":["ai-toolkit"],"scripts":{"build":"tsup","build:watch":"tsup --watch","clean":"rm -rf dist","lint":"eslint \"./**/*.ts*\"","type-check":"tsc --noEmit","prettier-check":"prettier --check \"./**/*.ts*\"","test":"pnpm test:node && pnpm test:edge","test:edge":"vitest --config vitest.edge.config.js --run","test:node":"vitest --config vitest.node.config.js --run"},"_id":"@ai-toolkit/mistral@1.1.15","description":"The **[Mistral provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/mistral)** for the [AI TOOLKIT](https://sdk.khulnasoft.com/docs) contains language model support for the Mistral chat API.","_integrity":"sha512-roQaexajgQkkeYNK+GINRQr+vibBlEiFseXrRyyf2Qn3fGC7koFz+hDu6JQ9O5JMjgzmZksj9zbDSGv9AzpUMQ==","_resolved":"/tmp/bc364cac1781e1aaac6ec188c5905bd0/ai-toolkit-mistral-1.1.15.tgz","_from":"file:ai-toolkit-mistral-1.1.15.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-roQaexajgQkkeYNK+GINRQr+vibBlEiFseXrRyyf2Qn3fGC7koFz+hDu6JQ9O5JMjgzmZksj9zbDSGv9AzpUMQ==","shasum":"04dd4e0a5bdd2980dab692c818639aa16b1c939a","tarball":"https://registry.npmjs.org/@ai-toolkit/mistral/-/mistral-1.1.15.tgz","fileCount":9,"unpackedSize":139116,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDMhgYIY3VANy9TRwzGQOJf53MXa12eSrVT3Lh4ICk2cAiBVDegs3+5y3m7tTtf1L/Bl7BmjnPrLxmDukKBKTtLgrQ=="}]},"_npmUser":{"name":"khulnasoft-lab","email":"iconmamundentist@gmail.com"},"directories":{},"maintainers":[{"name":"khulnasoft-lab","email":"iconmamundentist@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mistral_1.1.15_1741546717201_0.985992459510936"},"_hasShrinkwrap":false}},"time":{"created":"2025-03-09T18:58:37.130Z","1.1.15":"2025-03-09T18:58:37.378Z","modified":"2025-03-09T18:58:37.634Z"},"maintainers":[{"name":"khulnasoft-lab","email":"iconmamundentist@gmail.com"}],"description":"The **[Mistral provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/mistral)** for the [AI TOOLKIT](https://sdk.khulnasoft.com/docs) contains language model support for the Mistral chat API.","homepage":"https://sdk.khulnasoft.com/docs","keywords":["ai-toolkit"],"repository":{"type":"git","url":"git+https://github.com/khulnasoft/ai-toolkit.git"},"bugs":{"url":"https://github.com/khulnasoft/ai-toolkit/issues"},"license":"Apache-2.0","readme":"# AI TOOLKIT - Mistral Provider\n\nThe **[Mistral provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/mistral)** for the [AI TOOLKIT](https://sdk.khulnasoft.com/docs) contains language model support for the Mistral chat API.\n\n## Setup\n\nThe Mistral provider is available in the `@ai-toolkit/mistral` module. You can install it with\n\n```bash\nnpm i @ai-toolkit/mistral\n```\n\n## Provider Instance\n\nYou can import the default provider instance `mistral` from `@ai-toolkit/mistral`:\n\n```ts\nimport { mistral } from '@ai-toolkit/mistral';\n```\n\n## Example\n\n```ts\nimport { mistral } from '@ai-toolkit/mistral';\nimport { generateText } from 'ai-toolkit';\n\nconst { text } = await generateText({\n  model: mistral('mistral-large-latest'),\n  prompt: 'Write a vegetarian lasagna recipe for 4 people.',\n});\n```\n\n## Documentation\n\nPlease check out the **[Mistral provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/mistral)** for more information.\n","readmeFilename":"README.md","_rev":"1-5252bea353b50ea83158493d35daaa0b"}