mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-03 16:05:26 +08:00
29 lines
680 B
JSON
29 lines
680 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": {
|
|
"gpt-4o": {
|
|
"name": "GPT-4o (aliased to deepseek-chat)"
|
|
},
|
|
"gpt-5-codex": {
|
|
"name": "GPT-5 Codex (aliased to deepseek-reasoner)"
|
|
},
|
|
"deepseek-chat": {
|
|
"name": "DeepSeek Chat (DS2API)"
|
|
},
|
|
"deepseek-reasoner": {
|
|
"name": "DeepSeek Reasoner (DS2API)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"model": "ds2api/gpt-5-codex"
|
|
}
|