Back to Modelsby DeepSeek
D
DeepSeek V4 Pro
DeepSeekDeepSeek V4 scales to 1M-token context windows with efficient MoE architecture for coding tasks.
Free EndpointDownloadableApr 24, 2026open license8M API calls / 30d
Specifications
Context Length
1M
1,000,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchatcodereasoning
Tags
MoEcodinglong-context
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
deepseek-ai/deepseek-v4-procURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-ai/deepseek-v4-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'