Zack Saadioui
1/28/2025
Model | Input Price (per 1M tokens) | Output Price (per 1M tokens) |
---|---|---|
DeepSeek (deepseek-chat) | $0.07 | $1.10 |
DeepSeek (deepseek-reasoner) | $0.14 | $2.19 |
OpenAI (o1) | Approx. $60 | Approx. $250 |
Anthropic (Claude) | Varies based on usage | Varies based on usage |
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": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello there!"} ], "stream": false }'
Copyright © Arsturn 2025