mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-03 16:05:26 +08:00
23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"ds2api": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "DS2API",
|
|
"options": {
|
|
"baseURL": "http://localhost:5001/v1",
|
|
"apiKey": "your-api-key"
|
|
},
|
|
"models": {
|
|
"deepseek-chat": {
|
|
"name": "DeepSeek Chat (DS2API)"
|
|
},
|
|
"deepseek-reasoner": {
|
|
"name": "DeepSeek Reasoner (DS2API)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"model": "ds2api/deepseek-chat"
|
|
}
|