Back to Models
MoonshotAI: Kimi Dev 72B AI Model Icon

MoonshotAI: Kimi Dev 72B

moonshotai/kimi-dev-72b

Description

Kimi-Dev-72B is an open-source large language model fine-tuned for software engineering and issue resolution tasks. Based on Qwen2.5-72B, it is optimized using large-scale reinforcement learning that applies code patches in real repositories and validates them via full test suite execution—rewarding only correct, robust completions. The model achieves 60.4% on SWE-bench Verified, setting a new benchmark among open-source models for software bug fixing and code reasoning.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: MoonshotAI: Kimi Dev 72B (moonshotai/kimi-dev-72b)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "moonshotai/kimi-dev-72b",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the MoonshotAI: Kimi Dev 72B model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.29$ / 1M tokens
  • Output: 1.15$ / 1M tokens

Token Limits

  • Max Output: 131,072 tokens
  • Max Context: 131,072 tokens

Subscription Tiers

  • free
  • pro
  • ultimate