fix(devcontainer): add context size for cleverthis private models #10912

Merged
hurui200320 merged 1 commits from fix/devcontainer-opencode-context-size into master 2026-04-28 12:37:27 +00:00
+12 -3
View File
@@ -27,7 +27,10 @@
"models": {
"Qwen/Qwen3.6-35B-A3B": {
"name": "Qwen 3.6 35b A3B",
"tools": true
"limit": {
"context": 262144,
"output": 65536
}
}
}
},
@@ -44,7 +47,10 @@
"models": {
"Qwen/Qwen3-Next-80B-A3B-Instruct": {
"name": "Qwen 3-Next 80b A3B Instruct",
"tools": true,
"limit": {
"context": 262144,
"output": 65536
}
}
}
},
@@ -61,7 +67,10 @@
"models": {
"MiniMaxAI/MiniMax-M2.5": {
"name": "MiniMax M2.5",
"tools": true
"limit": {
"context": 196608,
"output": 65536
}
}
}
}