Back to Models
DeepSeek: R1 Distill Qwen 32B
deepseek/deepseek-r1-distill-qwen-32bJan 29, 202532.8K context32.8K max output$0.29/M in · $0.29/M outReasoning
Description
DeepSeek R1 Distill Qwen 32B is a distilled large language model based on Qwen 2.5 32B, using outputs from DeepSeek R1. It outperforms OpenAI's o1-mini across various benchmarks, achieving new state-of-the-art results for dense models.\n\nOther benchmark results include:\n\n- AIME 2024 pass@1: 72.6\n- MATH-500 pass@1: 94.3\n- CodeForces Rating: 1691\n\nThe model leverages fine-tuning from DeepSeek R1's outputs, enabling competitive performance comparable to larger frontier models.
Specifications
Provider
deepseek
Context Length
32.8K
Max Output
32.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.29 |
| Output | $0.29 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-r1-distill-qwen-32b",
"messages": [{"role": "user", "content": "Hello!"}]
}'