Back to Models

DeepSeek V4 Pro

추천사용 가능
deepseek-v4-pro

DeepSeek V4 Pro — higher-capability OpenAI-compatible model with automatic context caching and an optional thinking mode.

Technical Specifications

컨텍스트 길이1000K tokens
최대 출력384K tokens
최저 입력 가격$0.59/1M tokens
최저 출력 가격$1.78/1M tokens

Capabilities

chatcodefunction_calling

가격

입력$0.59/1M
출력$1.78/1M
캐시$0.02/1M

Code Examples

curl https://api.tokligence.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "deepseek-v4-pro",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1024
  }'

Ready to use DeepSeek V4 Pro?

Try it out in our interactive playground or integrate it into your application with just a few lines of code.