{"_id":"@agentkit-js/model-openai","_rev":"3-08715124f76b34cfd643dc9d0efcc5dc","name":"@agentkit-js/model-openai","dist-tags":{"latest":"0.2.0"},"versions":{"0.2.0":{"name":"@agentkit-js/model-openai","version":"0.2.0","keywords":["agentkit","agent","ai","llm"],"author":{"name":"agentkit-js contributors"},"license":"Apache-2.0","_id":"@agentkit-js/model-openai@0.2.0","maintainers":[{"name":"tellerlin","email":"lintao_mailbox@163.com"}],"homepage":"https://github.com/telleroutlook/agentkit-js/tree/main/packages/model-openai#readme","bugs":{"url":"https://github.com/telleroutlook/agentkit-js/issues"},"dist":{"shasum":"19579b261b712628646b32d75b5e858d9677feb4","tarball":"https://registry.npmjs.org/@agentkit-js/model-openai/-/model-openai-0.2.0.tgz","fileCount":7,"integrity":"sha512-3OZcojzMmUYQC9NYneSOAuUTE1zZKWC6gcdRYE0Fh81FRA0pOD526VDPFlTBlcgqEm7orxBvbRU7GZomyd8xrQ==","signatures":[{"sig":"MEUCIHSsMfVQ9JWBvjWMjiyzRzTb8eKe6WpHewcbgxV4lXpdAiEA3ZyYm97wvNBQihOpnbxyLtFPa3HqKX3wuIVj59V5WtA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":12964},"main":"./dist/index.js","type":"module","types":"./dist/index.d.ts","engines":{"node":">=20.0.0"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"gitHead":"8c7d015ef3a0ab3f10e48b593be44fd106d6b433","scripts":{"test":"vitest run","build":"tsc -p tsconfig.json","clean":"rm -rf dist .turbo","typecheck":"tsc -p tsconfig.json --noEmit"},"_npmUser":{"name":"tellerlin","email":"lintao_mailbox@163.com"},"deprecated":"This package has moved to @wasmagent/model-openai. Please update your dependency.","repository":{"url":"git+https://github.com/telleroutlook/agentkit-js.git","type":"git","directory":"packages/model-openai"},"_npmVersion":"11.16.0","description":"OpenAI model adapter for agentkit-js","directories":{},"_nodeVersion":"24.16.0","dependencies":{"@agentkit-js/core":"workspace:*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"openai":"^4.90.0","vitest":"^2.1.0","typescript":"^5.7.0"},"peerDependencies":{"openai":">=4.90.0"},"_npmOperationalInternal":{"tmp":"tmp/model-openai_0.2.0_1781223370410_0.34869139599379584","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2026-06-12T00:16:10.211Z","modified":"2026-07-04T01:07:24.916Z","0.2.0":"2026-06-12T00:16:10.563Z"},"bugs":{"url":"https://github.com/telleroutlook/agentkit-js/issues"},"author":{"name":"agentkit-js contributors"},"license":"Apache-2.0","homepage":"https://github.com/telleroutlook/agentkit-js/tree/main/packages/model-openai#readme","keywords":["agentkit","agent","ai","llm"],"repository":{"url":"git+https://github.com/telleroutlook/agentkit-js.git","type":"git","directory":"packages/model-openai"},"description":"OpenAI model adapter for agentkit-js","maintainers":[{"email":"lintao_mailbox@163.com","name":"tellerlin"},{"email":"hyin.sybase@gmail.com","name":"haining-yin"}],"readme":"# @agentkit-js/model-openai\n\nOpenAI / Azure OpenAI adapter for agentkit-js.\n\n> Part of [agentkit-js](https://github.com/telleroutlook/agentkit-js) — a TypeScript + WASM agent runtime.\n\n## Install\n\n```bash\nnpm install @agentkit-js/model-openai @agentkit-js/core openai\n```\n\n## Usage\n\n```ts\nimport { OpenAIModel, OpenAIModels } from \"@agentkit-js/model-openai\";\nconst model = new OpenAIModel(OpenAIModels.GPT_4_1, {\n  apiKey: process.env.OPENAI_API_KEY,\n});\n```\n\n## License\n\n[Apache-2.0](./LICENSE) — © agentkit-js contributors\n","readmeFilename":"README.md"}