Get Your Free API Key

No credit card required. $0.50 free credits — enough for ~10M tokens.

Your API Key (save it — won't be shown again)
⚠️ Copy this now. It will NOT be shown again.
Quickstart
curl -X POST /v1/chat/completions \
  -H "Authorization: Bearer " \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Hello"}]}'

Works with: OpenAI SDK · Cursor · Claude Code · LangChain · any client that supports custom base URL