DeepSeek for your agents.
Connect DeepSeek once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 4 curated tools, discovered on demand, with your key stored on your machine and every call going direct to DeepSeek.
What agents can do with DeepSeek
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
deepseek_chat_completionSend a chat completion request. `model` is deepseek-chat or deepseek-reasoner (R1). `messages` is an array of {role, content} objects.
deepseek_list_modelsList available models.
deepseek_get_balanceCheck the account balance remaining.
deepseek_fim_completionBeta fill-in-the-middle (FIM) text completion. `prompt` is the prefix and `suffix` is the optional text after the gap; the model fills the middle. `model` is deepseek-chat.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to the DeepSeek platform.
- Go to the API Keys section.
- Click 'Create API key' and copy the key.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect DeepSeek to Even: call connect_begin("deepseek") on the even-connect MCP and walk me through it.
Generate responses using DeepSeek models and list available reasoning models.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.