We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9ec6d commit fdde6b6Copy full SHA for fdde6b6
go/internal/httpserver/handlers/models.go
@@ -43,6 +43,7 @@ func (h *ModelHandler) HandleListSupportedModels(w ErrorResponseWriter, r *http.
43
{Name: "claude-sonnet-4-20250514", FunctionCalling: true},
44
{Name: "claude-3-7-sonnet-20250219", FunctionCalling: true},
45
{Name: "claude-3-5-sonnet-20240620", FunctionCalling: true},
46
+ {Name: "claude-sonnet-4-5", FunctionCalling: true},
47
},
48
v1alpha2.ModelProviderAzureOpenAI: {
49
{Name: "gpt-4", FunctionCalling: true},
0 commit comments