Back to Models
D

DeepSeek V3

DeepSeek
by DeepSeek

671B parameter Mixture-of-Experts model with 37B active. Strong general-purpose performance at low cost.

Dec 26, 2024

Specifications

Context Length
64K
64,000 tokens
Input Price
$0.27
per 1M tokens
Output Price
$1.10
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchatfunction callingcode

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

deepseek/deepseek-v3
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-v3",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'