SWE-bench Verified 코딩
DeepSeek V4 Pro API는 SWE-bench Verified에서 80.6%, LiveCodeBench에서 93.5%를 기록하고 Codeforces 레이팅 3206을 달성했습니다. 이는 자율 코딩 에이전트와 1M 토큰 컨텍스트 창 전체에 걸친 저장소 규모 리팩터링을 위한 최첨단 수준의 수치입니다.
curl --request POST "https://gptproto.com/v1/chat/completions" \
--header "Authorization: Bearer $GPTPROTO_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "deepseek-v4-pro",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Chat, coding agents & document work. Priced per 1M tokens — input, cached input and output are billed separately. GPTProto is 15% below official rates.
DeepSeek · ≈ 148M tokens/mo (48M cached)
OpenRouter costs include its ~5.5% credit purchase fee. GPTProto applies a per-model discount (10–30% off) and your bonus credits are also spent at discounted rates — savings compound. Estimates assume a 60% cache hit rate.
DeepSeek V4 Pro API는 DeepSeek의 1.6조 매개변수 Mixture-of-Experts 플래그십 모델(토큰당 49B 활성)로, 에이전틱 코딩과 STEM 추론을 위해 설계되었으며 1M 토큰 컨텍스트 윈도우와 MIT 오픈소스 라이선스를 제공합니다. GPTProto를 통해 DeepSeek V4 Pro API를 호출할 수 있으며, 동일한 키로 GPT, Claude, Gemini 등 200개 이상의 다른 모델도 이용할 수 있습니다. 하나의 잔액으로 청구되며 별도의 DeepSeek 계정이 필요 없습니다.
DeepSeek V4 Pro API는 SWE-bench Verified에서 80.6%, LiveCodeBench에서 93.5%를 기록하고 Codeforces 레이팅 3206을 달성했습니다. 이는 자율 코딩 에이전트와 1M 토큰 컨텍스트 창 전체에 걸친 저장소 규모 리팩터링을 위한 최첨단 수준의 수치입니다.
DeepSeek V4 Pro API에 전체 코드베이스를 단 한 번의 호출로 입력하세요. 하이브리드 어텐션 설계(CSA + HCA)는 1M 토큰 컨텍스트를 유지하면서 동일한 길이에서 DeepSeek V3.2의 KV 캐시 중 약 10%만 사용합니다.
DeepSeek V4 Pro API에서 요청별로 추론 강도를 조절하세요. 저지연 채팅에는 non-thinking, 기본값은 Think High, 철저한 다단계 논리와 수학에는 Think Max를 사용할 수 있습니다. 하나의 모델 ID로 채팅과 추론 엔드포인트를 전환할 필요가 없습니다.
GPTProto에서 DeepSeek V4 Pro API를 1M 토큰당 $1.39 / $2.78에 이용하세요. 이는 비슷한 코딩 및 수학 성능을 제공하는 Claude Opus 4.8($4 / $20) 또는 GPT-5.5 비용의 극히 일부에 불과하며, 플랫폼의 모든 모델에 걸쳐 하나의 공유 잔액으로 청구됩니다.
DeepSeek V4 Pro is the flagship tier of DeepSeek's V4 family, released on April 24, 2026 under the MIT license with open weights on Hugging Face. It is a Mixture-of-Experts model with 1.6 trillion total parameters and 49 billion active per token, pre-trained on 33 trillion tokens, and it ships alongside the lighter DeepSeek V4 Flash (284B / 13B active).
The model is text-in, text-out and exposes a single model ID — deepseek-v4-pro — with a reasoning-effort parameter instead of separate chat and reasoner endpoints. Both endpoints are OpenAI ChatCompletions- and Anthropic-compatible, so calling the DeepSeek V4 Pro API from an existing GPT or Claude client is a base-URL and model-string change, not a rewrite. Because the weights are MIT-licensed, the deepseek v4 pro api open source release also permits self-hosting and commercial use with no usage or regional restrictions.
| Spec | DeepSeek V4 Pro |
|---|---|
| Provider | DeepSeek |
| Released | April 24, 2026 |
| Architecture | Mixture-of-Experts, hybrid attention (CSA + HCA) |
| Total / active params | 1.6T / 49B per token |
| Context window | 1,048,576 tokens (1M) |
| Max output | 384,000 tokens |
| Input modality | Text |
| Reasoning modes | Non-think · Think High (default) · Think Max |
| License | MIT (open weights) |
| API compatibility | OpenAI ChatCompletions + Anthropic |
| GPTProto model string | deepseek-v4-pro |
| GPTProto price (in / out per 1M) | $1.3914 / $2.7838 |
Both models share the 1M-token context window, 384K max output, MIT license, and the same reasoning-effort controls. The split is size and cost. V4 Pro (1.6T / 49B active) is the choice for the hardest coding, math and long-horizon agent work; V4 Flash (284B / 13B active) trails Pro by roughly 1–2 points across most benchmarks in exchange for a much lower price, making it the default for high-volume chat, extraction and agent subtasks. A common pattern is to route routine calls to V4 Flash and escalate only the difficult tickets to V4 Pro — both live under the same GPTProto key and balance, so switching between them is a one-line model-string change.
| DeepSeek V4 Pro | DeepSeek V4 Flash | |
| Total / active params | 1.6T / 49B | 284B / 13B |
| Context / max output | 1M / 384K | 1M / 384K |
| SWE-bench Verified | 80.6% | ~1–2 pts below Pro |
| GPTProto price (in / out per 1M) | $1.3914 / $2.7838 | $0.1114 / $0.2238 |
| Best for | Hardest coding, reasoning, long-horizon agents | High-volume chat, extraction, agent subtasks |
| GPTProto model string | deepseek-v4-pro | deepseek-v4-flash |
Claude Opus 4.8 leads on the hardest coding: it posts 88.6% on SWE-bench Verified against the DeepSeek V4 Pro API's 80.6%, and it holds an edge on general-knowledge recall and long-haystack retrieval. Where V4 Pro competes is competition math — a Codeforces rating of 3206 — open MIT weights, and price: on GPTProto it runs $1.39 / $2.78 per 1M versus Opus 4.8's $4 / $20, roughly 3x cheaper on input and 7x on output. Both share a 1M-token context window and both sit under one GPTProto key. The practical read: reach for Opus 4.8 when a wrong answer is expensive and reliability outranks cost; use the DeepSeek V4 Pro API for high-volume coding, math and long agent runs where the price gap compounds.
| DeepSeek V4 Pro | Claude Opus 4.8 | |
| Weights | Open (MIT) | Closed |
| Context / max output | 1M / 384K | 1M / 128K |
| SWE-bench Verified | 80.6% | 88.6% |
| Codeforces | 3206 | — |
| Knowledge recall / long-haystack | Trails | Leads |
| GPTProto price (in / out per 1M) | $1.3914 / $2.7838 | $4 / $20 |
| GPTProto model string | deepseek-v4-pro |
claude-opus-4-8 |
GLM-5.2, from Z.ai (formerly Zhipu AI), is the closest open-weight rival to the DeepSeek V4 Pro API: a 753B-parameter MoE model, also MIT-licensed, also with a 1M-token context window, and also tuned for agentic coding. On independent third-party scoring (Artificial Analysis Intelligence Index) GLM-5.2 currently rates a little higher overall, while V4 Pro stands out on competition math with a Codeforces rating of 3206. The two labs report their coding results on different SWE-bench variants, so a single head-to-head coding number would be misleading — treat them as roughly the same tier and let price and workload decide.
Price is where the choice sharpens. On GPTProto the DeepSeek V4 Pro API is $1.39 / $2.78 per 1M and GLM-5.2 is $1.26 / $3.96: GLM-5.2 is about 10% cheaper on input, while V4 Pro is roughly 30% cheaper on output. Output-heavy work — agent loops, long generations — is cheaper on V4 Pro; input-heavy work that pushes large contexts leans GLM-5.2. Both run under the same GPTProto key and balance, so you can route per task.
| DeepSeek V4 Pro | GLM-5.2 | |
|---|---|---|
| Provider | DeepSeek | Z.ai (Zhipu) |
| Weights / license | Open / MIT | Open / MIT |
| Total / active params | 1.6T / 49B | 753B / ~40B |
| Context window | 1M | 1M |
| Reasoning modes | Non-think · High · Max | High · Max |
| AA Intelligence Index | 44 | 51 |
| Codeforces | 3206 | — |
| GPTProto price (in / out per 1M) | $1.3914 / $2.7838 | $1.26 / $3.96 |
| GPTProto model string | deepseek-v4-pro |
glm-5.2 |
If you already call DeepSeek directly, moving to GPTProto keeps your code and swaps only the credentials and host. Point base_url at GPTProto's endpoint, use your GPTProto API key, and keep the model string deepseek-v4-pro — the request and response format are unchanged because the endpoint stays OpenAI- and Anthropic-compatible. What you gain is one balance that also spends against GPT, Claude, Gemini and 200+ other models, with no separate DeepSeek account, top-up, or region check to clear first. Teams outside DeepSeek's direct-billing regions use this to reach the DeepSeek V4 Pro API without setting up a China-based payment method.
The honest limits matter as much as the benchmarks. DeepSeek V4 Pro trails top closed models on world-knowledge recall — it scores about 57.9% on SimpleQA-Verified against Gemini 3.1 Pro's ~75.6% — and, like most reasoning-heavy models, it tends to answer rather than abstain on questions it can't be sure of, so confidence calibration is worth watching in factual-lookup workloads. It is a text-only model: no image or audio input. And while it ships a 1M-token window cheaply, the very best long-haystack retrieval accuracy still belongs to models like Claude Opus. For code, math and long agent runs it competes at the frontier; for factual QA where being wrong is costly, pair it with retrieval or route those calls elsewhere.
DeepSeek 4 Pro API 통합, 가격 및 기능에 대한 답변을 찾아보세요. 컨텍스트 창부터 고유한 사고 모드 기능까지 모든 것을 다룹니다.
이 모델과 관련된 가이드, 비교, 업데이트입니다.
모든 글
순위가 매겨진 Claude Code 대안: Aider, Cline, Codex, Cursor 외 3개 — 작동하는 게이트웨이 구성과 전환 시 비용을 절약하는 토큰 계산 포함.

GLM-5.2 vs DeepSeek V4 Pro: 독립 벤치마크(51 대 44), DeepSeek의 75% 인하 이후 실제 2026년 7월 가격, 그리고 워크로드에 맞는 모델.

개발자를 위한 Claude 대안 비교: 동일한 Opus 4.8 및 Sonnet 5를 약 20% 저렴하게 실행하거나 DeepSeek, GLM, Grok으로 전환하세요. 2026 API 가격 포함.

MiniMax M3와 DeepSeek V4 Pro를 가격, 벤치마크, 멀티모달 측면에서 비교합니다. 실제로 사용할 중국 오픈 가중치 모델 — 그리고 대부분의 가이드가 틀리는 SWE-bench 함정.