Back to Templates
deepseek template
Use deepseek to write code and quickly generate applications.
Deepseek Playground
Generate small apps with one prompt. Powered by EdgeOne Pages Edge AI.
Tech stack
- EdgeOne Pages Edge AI for code generation using DeepSeek models deployed on global edge nodes
- Sandpack for the code sandbox
- Next.js app router with Tailwind
Free Daily Quota
Edge AI provides free daily API calls:
| Model | Daily Limit |
|---|---|
@tx/deepseek-ai/deepseek-v32 | 50 |
@tx/deepseek-ai/deepseek-v3-0324 | 50 |
@tx/deepseek-ai/deepseek-r1-0528 | 20 |
Learn more about Edge AI: EdgeOne Pages Edge AI Documentation
Using Your Own DeepSeek API Key
If you need unlimited API calls, you can use your own DeepSeek API key:
- Get an API key from DeepSeek Platform
- Set the
DEEPSEEK_API_KEYenvironment variable in your EdgeOne Pages project settings
When DEEPSEEK_API_KEY is set, the app will use the DeepSeek API directly instead of Edge AI.
Cloning & running
- Clone the repo:
git clone https://github.com/YOUR_USERNAME/deepseek-coder - Run
npm installandnpm run devto install dependencies and run locally
Credit
This project is derived from deepseekCoder, deployed for free using EdgeOne Pages, with unlimited CDN bandwidth and function calls.
This project is fully based on llamacoder. Please follow Nutlope and give them a star.