We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9dc576 commit 55c146aCopy full SHA for 55c146a
1 file changed
internal/registry/model_definitions.go
@@ -117,6 +117,18 @@ func GetCodeBuddyModels() []*ModelInfo {
117
MaxCompletionTokens: 32768,
118
SupportedEndpoints: []string{"/chat/completions"},
119
},
120
+ {
121
+ ID: "glm-5.1",
122
+ Object: "model",
123
+ Created: now,
124
+ OwnedBy: "tencent",
125
+ Type: "codebuddy",
126
+ DisplayName: "GLM-5.1",
127
+ Description: "GLM-5.1 via CodeBuddy",
128
+ ContextLength: 200000,
129
+ MaxCompletionTokens: 32768,
130
+ SupportedEndpoints: []string{"/chat/completions"},
131
+ },
132
{
133
ID: "glm-5.0-turbo",
134
Object: "model",
0 commit comments