Back to Models

DeepSeek: DeepSeek V3

deepseek/deepseek-chat
Dec 26, 2024163.8K context163.8K max output$0.32/M in · $0.89/M out

Description

DeepSeek-V3 is the latest model from the DeepSeek team, building upon the instruction following and coding abilities of the previous versions. Pre-trained on nearly 15 trillion tokens, the reported evaluations reveal that the model outperforms other open-source models and rivals leading closed-source models.

For model details, please visit the DeepSeek-V3 repo for more information, or see the launch announcement.

Specifications

Provider
deepseek-ai
Context Length
163.8K
Max Output
163.8K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.32
Output$0.89

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",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'