{
"provider": {
"deepseek": {
"options": {
"baseURL": "https://api.my-deepseek.com/v1",
"apiKey": "api-key",
"name": "deepseek"
},
"models": {
"deepseek-r1": {
"id": "deepseek-r1",
"name": "deepseek-r1",
"temperature": true,
"reasoning": true,
"tool_call": true,
"limit": {
"output": 8192,
"context": 65536
}
}
}
}
},
}
I have add a provider of deepseek in opencode.json, but the options.baseURL will be overrideed to https://api.deepseek.com/

{ "provider": { "deepseek": { "options": { "baseURL": "https://api.my-deepseek.com/v1", "apiKey": "api-key", "name": "deepseek" }, "models": { "deepseek-r1": { "id": "deepseek-r1", "name": "deepseek-r1", "temperature": true, "reasoning": true, "tool_call": true, "limit": { "output": 8192, "context": 65536 } } } } }, }I have add a provider of deepseek in opencode.json, but the
options.baseURLwill be overrideed to https://api.deepseek.com/