DeepSeek executor guide

Use DeepSeek as a lower-cost executor for AI coding patches.

tokenpatch uses DeepSeek for bounded implementation work, not as a replacement for the strong model. The strong model still decides scope and reviews results; DeepSeek executes the narrow patch.

BYOK configuration

MMDEV_EXECUTOR_PROVIDER=deepseek_byok
DEEPSEEK_API_KEY=your-deepseek-key
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_EXECUTOR_MODEL=deepseek-v4-pro

Best task shape

Use it for tasks with explicit files, clear acceptance criteria, and a patch that can be reviewed quickly.

Hosted credits later

tokenpatch.com hosted credits are planned as a convenience path for users who cannot manage DeepSeek directly.

Executor modeWho owns the key?Best for
DeepSeek BYOKUserPublic release, local workflows, direct control.
tokenpatch hosted gatewaytokenpatch.comFuture private beta users who need managed credits.