Installation
How to install and configure deepseek-kit in your project.
Prerequisites
- Node.js >= 18.0.0
- DeepSeek API key (obtain one at platform.deepseek.com)
Install Package
Configure API Key
Create a .env file in your project root:
The createModel function automatically reads the DEEPSEEK_API_KEY environment variable.
Alternatively, you can pass the API key directly:
Verify Installation
Create a simple script to verify the installation:

