No credit card required. $0.50 free credits — enough for ~10M tokens.
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