You can get an API key from the DeepSeek Console.
Confiugration
- YAML
- JSON
config.yaml
Introducing Agents page in Mission Control. A single view for all your cloud agents: where they run, how they're triggered, and how to reuse them across your work.
name: My Config
version: 0.0.1
schema: v1
models:
- name: <MODEL_NAME>
provider: deepseek
model: <MODEL_ID>
apiKey: <YOUR_DEEPSEEK_API_KEY>
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "deepseek",
"model": "<MODEL_ID>",
"apiKey": "<YOUR_DEEPSEEK_API_KEY>"
}
]
}
Was this page helpful?