This repository was archived by the owner on Dec 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ class NDLLMProviders(Enum):
4343 CLAUDE_OPUS_4_1_20250805 (NDLLMProvider): refers to 'claude-opus-4-1-20250805' model by Anthropic
4444 CLAUDE_SONNET_4_20250514 (NDLLMProvider): refers to 'claude-sonnet-4-20250514' model by Anthropic
4545 CLAUDE_SONNET_4_5 (NDLLMProvider): refers to 'claude-sonnet-4-5' model by Anthropic
46+ CLAUDE_SONNET_4_5_20250929 (NDLLMProvider): refers to 'claude-sonnet-4-5-20250929' model by Anthropic
4647 CLAUDE_OPUS_4_0 (NDLLMProvider): refers to 'claude-opus-4-0' model by Anthropic
4748 CLAUDE_OPUS_4_1 (NDLLMProvider): refers to 'claude-opus-4-1' model by Anthropic
4849 CLAUDE_SONNET_4_0 (NDLLMProvider): refers to 'claude-sonnet-4-0' model by Anthropic
@@ -132,6 +133,7 @@ class NDLLMProviders(Enum):
132133 CLAUDE_OPUS_4_1_20250805 = ("anthropic" , "claude-opus-4-1-20250805" )
133134 CLAUDE_SONNET_4_20250514 = ("anthropic" , "claude-sonnet-4-20250514" )
134135 CLAUDE_SONNET_4_5 = ("anthropic" , "claude-sonnet-4-5" )
136+ CLAUDE_SONNET_4_5_20250929 = ("anthropic" , "claude-sonnet-4-5-20250929" )
135137 CLAUDE_OPUS_4_0 = ("anthropic" , "claude-opus-4-0" )
136138 CLAUDE_OPUS_4_1 = ("anthropic" , "claude-opus-4-1" )
137139 CLAUDE_SONNET_4_0 = ("anthropic" , "claude-sonnet-4-0" )
You can’t perform that action at this time.
0 commit comments