refactor: 移除 Claude Sonnet 4.5 的上下文限制与多模态配置
- 移除 Claude Sonnet 4.5 的上下文限制和多模态支持配置,仅保留名称信息。
This commit is contained in:
@@ -25,12 +25,7 @@
|
||||
"name": "Claude Sonnet 4.5 (Thinking)"
|
||||
},
|
||||
"claude-sonnet-4-5": {
|
||||
"name": "Claude Sonnet 4.5",
|
||||
"limit": { "context": 200000, "output": 64000 },
|
||||
"modalities": {
|
||||
"input": ["text", "image", "pdf"],
|
||||
"output": ["text"]
|
||||
}
|
||||
"name": "Claude Sonnet 4.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user