Files
architecture/sample_opencode.json
T
2026-08-27 21:23:09 +02:00

34 lines
725 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"model": "qwen/mlx-community/Qwen3.6-35B-A3B-6bit",
"compaction": {
"auto": true,
"prune": true,
"reserved": 32768
},
"provider": {
"qwen": {
"npm": "@ai-sdk/anthropic",
"name": "Qwen 3.8",
"options": {
"baseURL": "http://192.168.2.49:12010/v1",
"apiKey": "changeme",
"timeout": false,
"chunkTimeout": 300000
},
"models": {
"mlx-community/Qwen3.8-27B-8bit": {
"name": "Qwen 3.8 27B 8-bit",
"tool_call": true,
"reasoning": true,
"limit": {
"context": 262144,
"output": 81920
}
}
}
}
}
}