19 lines
392 B
JSON
19 lines
392 B
JSON
|
|
{
|
||
|
|
"$schema": "https://opencode.ai/config.json",
|
||
|
|
"provider": {
|
||
|
|
"vllm-local": {
|
||
|
|
"npm": "@ai-sdk/openai-compatible",
|
||
|
|
"name": "vLLM (local)",
|
||
|
|
"options": {
|
||
|
|
"baseURL": "http://localhost:8000/v1",
|
||
|
|
"apiKey": "EMPTY"
|
||
|
|
},
|
||
|
|
"models": {
|
||
|
|
"MiniMax-M2.5": {
|
||
|
|
"_launch": true,
|
||
|
|
"name": "MiniMax-M2.5"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|