{"_id":"@ai-toolkit/deepseek","name":"@ai-toolkit/deepseek","dist-tags":{"latest":"0.1.13"},"versions":{"0.1.13":{"name":"@ai-toolkit/deepseek","version":"0.1.13","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/openai-compatible":"0.1.13","@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/deepseek@0.1.13","description":"The **[DeepSeek provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/deepseek)** for the [AI TOOLKIT](https://sdk.khulnasoft.com/docs) contains language model support for the [DeepSeek](https://www.deepseek.com) platform.","_integrity":"sha512-U2aVxHu05Vb1iUZEJ3rJwxqTS8GItd580moqjiJwp+5lAiq/YlrCCx5W8ljSxYogjUYr4WF7w5i7qCAWhptlAg==","_resolved":"/tmp/00a5ff2f88d60d867a6ffa879fd82f2b/ai-toolkit-deepseek-0.1.13.tgz","_from":"file:ai-toolkit-deepseek-0.1.13.tgz","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-U2aVxHu05Vb1iUZEJ3rJwxqTS8GItd580moqjiJwp+5lAiq/YlrCCx5W8ljSxYogjUYr4WF7w5i7qCAWhptlAg==","shasum":"18079985c94ab39459551b9949192da39b1c7cdb","tarball":"https://registry.npmjs.org/@ai-toolkit/deepseek/-/deepseek-0.1.13.tgz","fileCount":9,"unpackedSize":27712,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICVxh63pNBjHWfhEsZ6NgyIvNiETrJ0Wyni8yQd+naqyAiA2Af5v0hhhneIxjBM+711kyD9HWvqTmrS+rKDVf2l/TQ=="}]},"_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/deepseek_0.1.13_1741546702056_0.33422422898012094"},"_hasShrinkwrap":false}},"time":{"created":"2025-03-09T18:58:21.985Z","0.1.13":"2025-03-09T18:58:22.233Z","modified":"2025-03-09T18:58:22.544Z"},"maintainers":[{"name":"khulnasoft-lab","email":"iconmamundentist@gmail.com"}],"description":"The **[DeepSeek provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/deepseek)** for the [AI TOOLKIT](https://sdk.khulnasoft.com/docs) contains language model support for the [DeepSeek](https://www.deepseek.com) platform.","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 - DeepSeek Provider\n\nThe **[DeepSeek provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/deepseek)** for the [AI TOOLKIT](https://sdk.khulnasoft.com/docs) contains language model support for the [DeepSeek](https://www.deepseek.com) platform.\n\n## Setup\n\nThe DeepSeek provider is available in the `@ai-toolkit/deepseek` module. You can install it with\n\n```bash\nnpm i @ai-toolkit/deepseek\n```\n\n## Provider Instance\n\nYou can import the default provider instance `deepseek` from `@ai-toolkit/deepseek`:\n\n```ts\nimport { deepseek } from '@ai-toolkit/deepseek';\n```\n\n## Example\n\n```ts\nimport { deepseek } from '@ai-toolkit/deepseek';\nimport { generateText } from 'ai-toolkit';\n\nconst { text } = await generateText({\n  model: deepseek('deepseek-chat'),\n  prompt: 'Write a JavaScript function that sorts a list:',\n});\n```\n\n## Documentation\n\nPlease check out the **[DeepSeek provider](https://sdk.khulnasoft.com/providers/ai-toolkit-providers/deepseek)** for more information.\n","readmeFilename":"README.md","_rev":"1-d6a56ba478be275aa7001561be842790"}