Skip to main content

Connect DeepSeek

DeepSeek is the default model provider for Manasvi.

Default model:

deepseek-v4-flash

Setup

export DEEPSEEK_API_KEY="..."
pnpm manasvi doctor

Configuration

VariableDefaultDescription
MANASVI_MODEL_PROVIDERdeepseekModel provider
MANASVI_MODELdeepseek-v4-flashModel id
DEEPSEEK_API_KEYnoneDeepSeek API key
DEEPSEEK_BASE_URLhttps://api.deepseek.comDeepSeek API base URL
DEEPSEEK_TIMEOUT_MS60000Request timeout

Example

export DEEPSEEK_API_KEY="..."
export MANASVI_MODEL_PROVIDER="deepseek"
export MANASVI_MODEL="deepseek-v4-flash"

pnpm manasvi doctor
pnpm manasvi start

Security

Manasvi never allows the model provider to execute tools directly. The model can propose tool calls, but Manasvi's policy and approval layers decide whether execution is allowed.