Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit b71256d

Browse files
committed
feat: Add claude-sonnet-4-5-20250929 model to NDLLMProviders enum
1 parent 916953b commit b71256d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

notdiamond/llms/providers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)