24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"llama.cpp": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "llama-server (local)",
|
|
"options": {
|
|
"baseURL": "http://127.0.0.1:12434/v1"
|
|
},
|
|
"models": {
|
|
"Qwen3.5-122B-A10B-coding": {
|
|
"name": "Qwen3.5-122B-A10B-coding",
|
|
"tool_call": true,
|
|
"reasoning": true,
|
|
"limit": {
|
|
"context": 128000,
|
|
"output": 65536
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|