Zack Saadioui
1/28/2025
1
2
3
4
5
bash
curl https://api.deepseek.com/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <DeepSeek API Key>" \
-d '{ "model": "deepseek-chat", "messages": [ {"role": "user", "content": "Hello!"} ], "stream": false }'
Copyright © Arsturn 2025