1
0
forked from agents/opencode

chore: 统一 qwen3-max 模型键名

This commit is contained in:
2026-03-04 22:53:36 +08:00
parent c893707c94
commit fc042a48c5

View File

@@ -130,8 +130,8 @@
"modalities": { "input": ["text", "image", "video"], "output": ["text"] }, "modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 1000000, "output": 65536 } "limit": { "context": 1000000, "output": 65536 }
}, },
"qwen3-max-2026-01-23": { "qwen3-max": {
"name": "Qwen3 Max 2026-01-23", "name": "Qwen3 Max",
"reasoning": false, "reasoning": false,
"modalities": { "input": ["text"], "output": ["text"] }, "modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 262144, "output": 65536 } "limit": { "context": 262144, "output": 65536 }