Back to Models
DeepSeek: DeepSeek V3 0324
deepseek/deepseek-chat-v3-0324Mar 24, 2025163.8K context$0.20/M in · $0.77/M out
Description
DeepSeek V3, a 685B-parameter, mixture-of-experts model, is the latest iteration of the flagship chat model family from the DeepSeek team.
It succeeds the DeepSeek V3 model and performs really well on a variety of tasks.
Specifications
Provider
deepseek
Context Length
163.8K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.20 |
| Output | $0.77 |
| Cache Read | $0.14 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-chat-v3-0324",
"messages": [{"role": "user", "content": "Hello!"}]
}'