Skip to content

Commit fdde6b6

Browse files
authored
add sonnet 4.5 (#965)
Signed-off-by: Peter Jausovec <[email protected]>
1 parent db9ec6d commit fdde6b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/internal/httpserver/handlers/models.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func (h *ModelHandler) HandleListSupportedModels(w ErrorResponseWriter, r *http.
4343
{Name: "claude-sonnet-4-20250514", FunctionCalling: true},
4444
{Name: "claude-3-7-sonnet-20250219", FunctionCalling: true},
4545
{Name: "claude-3-5-sonnet-20240620", FunctionCalling: true},
46+
{Name: "claude-sonnet-4-5", FunctionCalling: true},
4647
},
4748
v1alpha2.ModelProviderAzureOpenAI: {
4849
{Name: "gpt-4", FunctionCalling: true},

0 commit comments

Comments
 (0)