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...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: DeepSeek: DeepSeek V3 (deepseek/deepseek-chat)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "deepseek/deepseek-chat",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the DeepSeek: DeepSeek V3 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.32$ / 1M tokens
- Output: 0.89$ / 1M tokens
Token Limits
- Max Output: 163,840 tokens
- Max Context: 163,840 tokens
Subscription Tiers
- free
- pro
- ultimate
