providers
DeepSeek
The official host for DeepSeek's own models — V3 for chat/agents, R1 for deep reasoning — at some of the lowest prices anywhere.
| endpoint | https://api.deepseek.com/v1 |
| env var | DEEPSEEK_API_KEY |
| get a key | platform.deepseek.com |
Get an API key
- Sign up at platform.deepseek.com (email or Google)
- Open the API Keys page in the console
- Click 'Create API Key' and name it
- Copy the key now — it's shown only once
- Export it as DEEPSEEK_API_KEY
New accounts get free trial tokens; no credit card to start.
Enable
export DEEPSEEK_API_KEY=... # shell profile — survives foreveror in the terminal — validates the key live before saving:
/enable deepseekor pick any locked 🔒 DeepSeek model in /models and paste the key inline.
Models
Starter menu (once enabled, /models fetches the provider's full live list):
deepseek-chatdeepseek-reasoner
Switch anytime — /model deepseek-chat fuzzy-matches; context carries over.
SDK
from mantis_agent import MantisAgentOptions
options = MantisAgentOptions(
model="deepseek-chat",
backend="https://api.deepseek.com/v1", # key read from $DEEPSEEK_API_KEY
)Notes
deepseek-reasoner(R1) returns thinking tokens; mantis renders them as thinking blocks.- Prices are per-token among the lowest of any frontier-adjacent model.