Description
DeepSeek V4 Pro is a large-scale Mixture-of-Experts model from DeepSeek with 1.6T total parameters and 49B activated parameters, supporting a 1M-token context window. It is designed for advanced reasoning, coding,...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: DeepSeek: DeepSeek V4 Pro (deepseek/deepseek-v4-pro)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "deepseek/deepseek-v4-pro",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the DeepSeek: DeepSeek V4 Pro model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.435$ / 1M tokens
- Output: 0.87$ / 1M tokens
Token Limits
- Max Output: 384,000 tokens
- Max Context: 1,048,576 tokens
Subscription Tiers
- free
- pro
- ultimate
