feat: add DeepSeek extreme reasoning tier

This commit is contained in:
wuyang
2026-07-26 17:40:51 +08:00
parent ade5ea1210
commit 2e8e81c790
25 changed files with 567 additions and 30 deletions
+3 -1
View File
@@ -29,9 +29,11 @@ EXPECTED_MODELS = {
"chat-light",
"chat-medium",
"chat-high",
"chat-extreme",
"work-light",
"work-medium",
"work-high",
"work-extreme",
}
@@ -286,7 +288,7 @@ def main() -> None:
assert downgrade.status_code == 409, downgrade.text
print(
"E2E passed: auth approval, six models, Chat tools, Work evidence, file downloads, "
"E2E passed: auth approval, eight models, Chat tools, Work evidence, file downloads, "
"isolation, and downgrade lock."
)