Back to Models
DeepSeek: R1 Distill Qwen 14B AI Model Icon

DeepSeek: R1 Distill Qwen 14B

deepseek/deepseek-r1-distill-qwen-14b

Description

DeepSeek R1 Distill Qwen 14B is a distilled large language model based on [Qwen 2.5 14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B), using outputs from [DeepSeek R1](/deepseek/deepseek-r1). It outperforms OpenAI's o1-mini across various benchmarks, achieving new state-of-the-art results for dense models. Other benchmark results include: - AIME 2024 pass@1: 69.7 - MATH-500 pass@1: 93.9 - CodeForces Rating: 1481 The model leverages fine-tuning from DeepSeek R1's outputs, enabling competitive performance comparable to larger frontier models.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: DeepSeek: R1 Distill Qwen 14B (deepseek/deepseek-r1-distill-qwen-14b)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "deepseek/deepseek-r1-distill-qwen-14b",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the DeepSeek: R1 Distill Qwen 14B model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.15$ / 1M tokens
  • Output: 0.15$ / 1M tokens

Token Limits

  • Max Output: 32,000 tokens
  • Max Context: 64,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate