AI Models

DeepSeek

Open-source frontier reasoning, via BYOK on OpenRouter.

DeepSeek V4 and V4 Pro are open-source models that punch in the same weight class as Claude Sonnet and GPT-5 on reasoning benchmarks, at a fraction of the price. MoClaw doesn't include DeepSeek in your monthly credits, but you can route every call through your OpenRouter key and pay provider rates directly with no markup.

작동 방식

엔지니어링 없이 3단계로 DeepSeek를 연결합니다.

  1. 1

    Top up an OpenRouter balance

    Go to openrouter.ai, add $10 to your account. OpenRouter passes through DeepSeek's pricing — currently around 90% cheaper than Claude Sonnet for the same task.

  2. 2

    Paste your OpenRouter key into MoClaw

    Settings then Models then BYOK then OpenRouter. Stored encrypted at rest, decrypted only at request time.

  3. 3

    Pick DeepSeek V4 or V4 Pro in the model picker

    Switch on a per-chat basis. The rest of MoClaw — skills, browser control, cloud computer, scheduled jobs — keeps working the same.

이렇게 말해보세요

DeepSeek에 바로 붙여 넣을 수 있는 실제 prompts입니다.

  • On DeepSeek V4 Pro, walk through this 2,000-line algorithm and find the off-by-one bug.
  • On DeepSeek V4, summarize these 50 customer interview transcripts into 5 themes.
  • On DeepSeek V4, classify 10,000 support tickets in batch — I care about cost more than quality.

단계별 데모

prompt를 보내면 실제로 일어나는 일입니다.

Prompt 01 4 단계

“On DeepSeek V4 Pro, walk through this 2,000-line algorithm and find the off-by-one bug.”

MoClaw가 하는 일

  1. 1 Reads the file top-to-bottom in one pass (V4 Pro has a 128K context window).
  2. 2 Builds a data-flow trace through the loop in question.
  3. 3 Flags line 1,847 as the off-by-one: index runs i ≤ n.len, should be i < n.len.
  4. 4 Suggests a 1-line fix and the failing test case that would catch it.
결과

Returns a code review with the bug pinpointed at line 1,847, a 1-line patch, and a Go test that fails before and passes after. Costs about $0.04 on OpenRouter — roughly 4 credits if it had been Claude Sonnet.

FAQ

가격, 개인정보, 제한에 대한 빠른 답변입니다.

Why isn't DeepSeek in the included plan?
OpenRouter is a third-party gateway and DeepSeek is open-source. Bundling it would mean MoClaw eats the variable cost. BYOK keeps you paying provider rates directly with no MoClaw markup.
How does DeepSeek compare to Claude Sonnet on real tasks?
On reasoning benchmarks (MMLU, MATH, HumanEval) V4 Pro is within ~5% of Sonnet 4.6 at roughly 1/10 the cost. On creative writing and complex multi-step agentic work, Claude is still ahead. Try both for your own workload.
Can I use DeepSeek with skills, browser control, cron?
Yes. BYOK only changes the model billing. The MoClaw runtime — skills, browser control, cloud computer, scheduled jobs, file handling — works identically.
What about V4 vs V4 Pro?
V4 is fastest and cheapest, comparable to Haiku in speed. V4 Pro adds reasoning ability, comparable to Sonnet. Both are available on OpenRouter.

MoClaw를 무료로 사용해보세요.

월 1,000 credits, 또는 자체 key 사용으로 무제한 사용.

언제든지 취소