fix(devcontainer): add context size for cleverthis private models
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 34s
CI / push-validation (pull_request) Successful in 28s
CI / build (pull_request) Successful in 58s
CI / lint (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m21s
CI / typecheck (pull_request) Successful in 1m55s
CI / security (pull_request) Successful in 1m57s
CI / integration_tests (pull_request) Successful in 3m46s
CI / e2e_tests (pull_request) Successful in 3m54s
CI / unit_tests (pull_request) Successful in 5m3s
CI / docker (pull_request) Successful in 1m36s
CI / coverage (pull_request) Successful in 12m4s
CI / status-check (pull_request) Successful in 3s
CI / benchmark-publish (push) Failing after 43s
CI / lint (push) Successful in 1m2s
CI / helm (push) Successful in 29s
CI / push-validation (push) Successful in 28s
CI / quality (push) Successful in 1m12s
CI / typecheck (push) Successful in 1m21s
CI / build (push) Successful in 49s
CI / security (push) Successful in 1m51s
CI / integration_tests (push) Successful in 3m31s
CI / e2e_tests (push) Successful in 3m29s
CI / unit_tests (push) Successful in 4m33s
CI / docker (push) Successful in 1m30s
CI / coverage (push) Successful in 12m38s
CI / status-check (push) Successful in 3s

This commit was merged in pull request #10912.
This commit is contained in:
2026-04-28 19:57:28 +08:00
parent 34fbe0a0ea
commit 9888c2f6e6
+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
}
}
}
}