fix(devcontainer): add context size for cleverthis private models #10912
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user