DeepSeek#
Chinese AI company specializing in efficient, high-performance language models.
Provider Information#
| Field | Value |
|---|---|
| Provider ID | deepseek |
| Total Models | 2 |
| Authentication | API Key Required |
| Environment Variable | DEEPSEEK_API_KEY |
| Status Page | https://status.deepseek.com |
🔗 API Endpoints#
Documentation: https://api-docs.deepseek.com/quick_start/pricing
Models API: https://api.deepseek.com/models
Chat Completions: https://api.deepseek.com/v1/chat/completions
Health API: https://status.deepseek.com/api/v2/summary.json
🔒 Privacy & Data Handling#
Privacy Policy: https://cdn.deepseek.com/policies/en-US/deepseek-privacy-policy.html
Terms of Service: https://cdn.deepseek.com/policies/en-US/deepseek-open-platform-terms-of-service.html
Retains User Data: Yes
Trains on User Data: Yes
⏱️ Data Retention Policy#
Policy Type: Indefinite
Retention Duration: Not specified
Details: Personal data retained for as long as necessary to provide services and for as long as you have an account. Account data, input and payment data kept for account lifecycle duration.
🛡️ Content Moderation#
Requires Moderation: No
Content Moderated: Yes
Moderated by: Deepseek
🏢 Headquarters#
Beijing, China
Available Models#
DeepSeek#
| Model | Context | Input | Output | Features |
|---|---|---|---|---|
| deepseek-chat | 128k | $0.57 | $1.68 | 📝 ⚡ |
| deepseek-reasoner | 128k | $0.57 | $1.68 | 📝 ⚡ |
Configuration#
Authentication#
This provider requires an API key. Set it as an environment variable:
1export DEEPSEEK_API_KEY="your-api-key-here"Using with Model.Wiki#
1# List all models from this provider
2starmap list models --provider deepseek
3
4# Fetch latest models from provider API
5starmap fetch --provider deepseek
6
7# Sync provider data
8starmap sync --provider deepseekSee Also#
← Back to Providers | ← Back to Home | Generated by ModelWiki