Description
DeepSeek-R1-0528 is a lightly upgraded release of DeepSeek R1 that taps more compute and smarter post-training tricks, pushing its reasoning and inference to the brink of flagship models like O3 and Gemini 2.5 Pro. It now tops math, programming, and logic leaderboards, showcasing a step-change in depth-of-thought. The distilled variant, DeepSeek-R1-0528-Qwen3-8B, transfers this chain-of-thought into an 8 B-parameter form, beating standard Qwen3 8B by +10 pp and tying the 235 B “thinking” giant on AIME 2024.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: DeepSeek: Deepseek R1 0528 Qwen3 8B (deepseek/deepseek-r1-0528-qwen3-8b)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "deepseek/deepseek-r1-0528-qwen3-8b",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the DeepSeek: Deepseek R1 0528 Qwen3 8B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
API Pricing
- Input: 0.01$ / 1M tokens
- Output: 0.02$ / 1M tokens
Token Limits
- Max Output: 32,000 tokens
- Max Context: 32,000 tokens
Subscription Tiers
- free
- pro
- ultimate