DeepSeek / deepseek/deepseek-chat
DeepSeek Chat - access through LLMTR
The `deepseek-chat` identifier maps to DeepSeek-V4-Flash in non-thinking mode. Kept for backward compatibility; prefer `deepseek-v4-flash` for new integrations.
Technical specifications
| Canonical ID | deepseek/deepseek-chat |
|---|---|
| Provider | DeepSeek |
| Context window | 1,000,000 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $0.140000 |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | $0.028000 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $0.280000 |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions \
-H "Authorization: Bearer llmtr-your_key" \
-H "Content-Type: application/json" \
-d '{"model":"deepseek/deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'
Related models
- DeepSeek V4 Flash deepseek/deepseek-v4-flash
- DeepSeek V4 Pro deepseek/deepseek-v4-pro
- DeepSeek R1 deepseek/deepseek-reasoner
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- MedGemma 4B llmtr/medgemma-4b
- Trendyol 7B llmtr/trendyol-7b
- Magibu 11B v8 llmtr/magibu-11b-v8