Back to Models
DeepSeek: DeepSeek V3.1 AI Model Icon

DeepSeek: DeepSeek V3.1

deepseek/deepseek-chat-v3.1

Description

DeepSeek-V3.1 is a large hybrid reasoning model (671B parameters, 37B active) that supports both thinking and non-thinking modes via prompt templates. It extends the DeepSeek-V3 base with a two-phase long-context training process, reaching up to 128K tokens, and uses FP8 microscaling for efficient inference. Users can control the reasoning behaviour with the `reasoning` `enabled` boolean. [Learn more in our docs](https://openrouter.ai/docs/use-cases/reasoning-tokens#enable-reasoning-with-default-config) The model improves tool use, code generation, and reasoning efficiency, achieving performance comparable to DeepSeek-R1 on difficult benchmarks while responding more quickly. It supports structured tool calling, code agents, and search agents, making it suitable for research, coding, and agentic workflows. It succeeds the [DeepSeek V3-0324](/deepseek/deepseek-chat-v3-0324) model and performs well on a variety of tasks.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: DeepSeek: DeepSeek V3.1 (deepseek/deepseek-chat-v3.1)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "deepseek/deepseek-chat-v3.1",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the DeepSeek: DeepSeek V3.1 model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.2$ / 1M tokens
  • Output: 0.8$ / 1M tokens

Token Limits

  • Max Output: 163,840 tokens
  • Max Context: 163,840 tokens

Subscription Tiers

  • free
  • pro
  • ultimate