
Docs: api-docs.deepseek.com
Env di project
DEEPSEEK_API_KEY termasuk secret wajib sebelum ./thub secrets push.
Setup API key
1
Daftar developer
Buka platform.deepseek.com (bukan chat.deepseek.com). Verifikasi email.
2
Top-up saldo
Sidebar → Billing → tambah payment method + top-up. API tidak jalan tanpa balance.
3
Buat API key
Sidebar → API Keys → Create new API key
Salin
Salin
sk-... — hanya sekali.4
Tes curl
5
Simpan di .env
Model yang dipakai
Base URL kompatibel OpenAI SDK — project memanggil
/chat/completions dengan response_format: json_object untuk output terstruktur.
Monitoring usage
Dashboard → Usage — pantau token & biaya sebelum production traffic naik.Troubleshooting
Docs: First API call · Authentication