chore: 添加 GLM-5.1 模型定义
This commit is contained in:
@@ -94,6 +94,12 @@
|
|||||||
"modalities": { "input": ["text"], "output": ["text"] },
|
"modalities": { "input": ["text"], "output": ["text"] },
|
||||||
"limit": { "context": 256000, "output": 10000 }
|
"limit": { "context": 256000, "output": 10000 }
|
||||||
},
|
},
|
||||||
|
"glm-5.1": {
|
||||||
|
"name": "GLM-5.1",
|
||||||
|
"reasoning": true,
|
||||||
|
"modalities": { "input": ["text"], "output": ["text"] },
|
||||||
|
"limit": { "context": 204800, "output": 131072 }
|
||||||
|
},
|
||||||
"glm-5": {
|
"glm-5": {
|
||||||
"name": "GLM-5",
|
"name": "GLM-5",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user