Experience the latest DeepSeek V4 model - generate small apps with one prompt. Powered by EdgeOne Pages Edge AI.
- DeepSeek V4: The newest and most powerful DeepSeek model with enhanced code generation capabilities
- Edge Deployment: Models deployed on global edge nodes for low-latency responses
- Live Preview: Instant code preview with interactive sandbox
Live Demo: https://deepseek-v4.edgeone.site
More Templates: EdgeOne Pages
- 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
| Model | Description | Daily Free Quota |
|---|---|---|
@tx/deepseek-ai/deepseek-v4 |
Latest DeepSeek V4 - Recommended | 50 |
Learn more about Edge AI: EdgeOne Pages Edge AI Documentation
If you need unlimited API calls, you can use any OpenAI API-compatible service (such as DeepSeek, OpenAI, Moonshot, etc.):
- Get an API key from your preferred provider
- Set the following environment variables in your EdgeOne Pages project settings:
BASE_URL: The API base URL (e.g.,https://api.deepseek.com/v1,https://api.openai.com/v1)API_KEY: Your API keyMODEL: The model to use (e.g.,deepseek-chat,gpt-4o)
When all three environment variables (BASE_URL, API_KEY, MODEL) are set, the app will use your custom API service directly instead of Edge AI.
Once deployed, this project provides an OpenAI API-compatible endpoint that you can integrate with various AI tools and applications:
- Endpoint:
https://<your_domain>/v1/chat/completions - Compatible with: Any AI tools and applications that support OpenAI API format
Simply configure your AI tools with your deployed endpoint URL to start using the service.