LLM Chatreasoninglong-contextvisiontools

DeepSeek-V4-Pro

by DeepSeek · Released 2026

DeepSeek V4 Pro — flagship reasoning model with a 1M-token context, function calling, and vision.

LLM Chat

DeepSeek-V4-Pro

Powered by DeepSeek · Mixture-of-Experts transformer

Context Window

1M

Parameters

1.6T MoE (49B active)

Max Output

384K

Category

LLM Chat

Overview

DeepSeek-V4-Pro is DeepSeek's flagship reasoning model, exposed with the official catalog id `DeepSeek-V4-Pro`. CallMissed accepts `"model": "DeepSeek-V4-Pro"` on `/v1/chat/completions`. Legacy lowercase aliases may still resolve, but new integrations should use the catalog id exactly as published.\n\nCapabilities: a full one-million (1,048,576) token context window, function calling, reasoning ("thinking") mode, and vision (image input). It is built for long-horizon agentic workflows, large codebases, and multi-step problem-solving that exceed the context limits of most other hosted models.\n\nPricing on CallMissed is $1.32 per million input tokens and $3.96 per million output tokens, with cached input billed at $0.044 per million tokens. For teams that want frontier-class reasoning plus a 1M context and native tool calling, V4 Pro is the top DeepSeek tier.\n\nUse DeepSeek-V4-Pro for codebase analysis, long-document review, tool-using agents, and multimodal tasks that combine text and images. Reasoning content can increase time-to-first-token; stream responses to keep UIs responsive, and set `max_tokens` generously so a long thinking phase does not truncate the answer.\n\nIntegration is OpenAI-compatible: send chat messages, define `tools` for function calling, and include `image_url` parts for vision. If your client library surfaces a separate reasoning field, handle it the same way you would for other thinking models. When it profiles as overkill for easy traffic, route simpler prompts to `DeepSeek-V4-Flash`.

Pricing

MetricPrice
Input /1M tokens₹132.0000
Output /1M tokens₹396.0000

1 credit = ₹1 = $0.01 USD. Transparent per-call pricing — you pay only for what you call, with no seat fees or minimums.

Key Highlights

  • 1M context
  • Reasoning mode
  • Function calling
  • Vision

Technical Details

  • Model id: DeepSeek-V4-Pro

Strengths

  • 1M context
  • Function calling
  • Vision

Limitations

  • Reasoning-mode latency

Use Cases

ReasoningCodingLong-document analysisVision

API Example

curl https://api.callmissed.com/v1/chat/completions \
  -H "Authorization: Bearer cm_YOUR_KEY" \
  -d '{"model": "DeepSeek-V4-Pro", "messages": [{"role": "user", "content": "Explain this algorithm"}]}'

Endpoint: POST /v1/chat/completions · Model ID: DeepSeek-V4-Pro

Try DeepSeek-V4-Pro now

Get 1000 free API credits on signup. No credit card required.