We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda484c commit 88809e5Copy full SHA for 88809e5
1 file changed
lib/providers/anthropic.ex
@@ -22,6 +22,8 @@ defmodule HyperLLM.Provider.Anthropic do
22
"""
23
24
@models [
25
+ "claude-3-7-sonnet-latest",
26
+ "claude-3-7-sonnet-20250219",
27
"claude-3-5-sonnet-latest",
28
"claude-3-5-sonnet-20240620",
29
"claude-3-5-haiku-latest",
0 commit comments