forked from agents/opencode
chore: 统一 qwen3-max 模型键名
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user