D

DeepSeek: DeepSeek Coder V2

DeepSeek
Tools Streaming Vision
128K
Context
$0.1400
Input /1M
$0.2800
Output /1M
N/A
Max Output

DeepSeek: DeepSeek Coder V2

Model Overview

Property Value
Model ID deepseek/deepseek-coder
Provider DeepSeek
Category Code
Released TBD
Status Active
Flagship No

Description

DeepSeek Coder V2 is a code generation and understanding model for programming tasks. Developed by DeepSeek, this model provides solid performance and is suitable for most use cases.

Specifications

Property Value
Context Window 128000 tokens
Max Output Tokens 8192 tokens
Knowledge Cutoff N/A
Modalities Text
Speed Tier Fast
Quality Tier Standard

Pricing

Type Price
Input $0.14 per 1M tokens
Output $0.28 per 1M tokens

Capabilities

Capability Supported
Vision/Image Input No
Tool/Function Calling Yes
JSON Mode Yes
Streaming Yes
System Prompt Yes

Use Cases

  • Code generation and completion
  • Technical documentation
  • Algorithm implementation
  • Bug detection and fixing
  • Code review and optimization

Strengths

  • Good balance of quality and efficiency
  • Fast execution suitable for real-time applications
  • Very large context window for long-form content
  • Function calling for structured tool integration
  • JSON mode for reliable structured output

Limitations

  • No vision or image input capability
  • Specialized model not suitable for general chat

Integration with LangMart

Gateway Support:

  • Type 1 (Full Platform): Yes
  • Type 2 (Cloud Gateway): Yes
  • Type 3 (Self-hosted): Yes

API Endpoint:

curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-coder",
    "messages": [{"role": "user", "content": "Hello"}],
    "max_tokens": 1024
  }'

OpenAI Compatibility: Full compatibility with OpenAI API format.

Models in this category and from this provider are available in the LangMart marketplace.

Additional Resources


Data Source: LangMart Provider Models Database Last Updated: 2026-01-02