
Docs: api-docs.deepseek.com
Env di project
DEEPSEEK_API_KEY termasuk secret wajib sebelum ./thub secrets push.
Setup API key
Daftar developer
Buka platform.deepseek.com (bukan chat.deepseek.com). Verifikasi email.
Model yang dipakai
| Model | Kegunaan |
|---|---|
deepseek-v4-flash | Default — cepat, murah, generate dokumen |
deepseek-v4-pro | Kualitas lebih tinggi (opsional) |
/chat/completions dengan response_format: json_object untuk output terstruktur.
Monitoring usage
Dashboard → Usage — pantau token & biaya sebelum production traffic naik.Troubleshooting
| Masalah | Solusi |
|---|---|
| 401 Unauthorized | Key salah atau revoked |
| 402 / billing | Top-up balance di platform |
| JSON parse error di generate | Retry otomatis di worker; cek model & prompt |
| Rate limit 429 | Kurangi concurrency generate; backoff sudah di worker |