Skip to content

Commit 7bce894

Browse files
committed
feat: add support for Claude Opus 4.1
1 parent 699ae68 commit 7bce894

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Everywhere/Initialization/SettingsInitializer.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,19 @@ private void InitializeModelProviders()
144144
Schema = ModelProviderSchema.Anthropic,
145145
ModelDefinitions =
146146
[
147+
new ModelDefinition
148+
{
149+
Id = "claude-opus-4-1-20250805",
150+
DisplayName = "Claude Opus 4.1",
151+
MaxTokens = 200_000,
152+
IsImageInputSupported = true,
153+
IsFunctionCallingSupported = true,
154+
IsDeepThinkingSupported = true,
155+
IsWebSearchSupported = true,
156+
ReleasedAt = new DateOnly(2025, 08, 05),
157+
InputPrice = "$15.00/M",
158+
OutputPrice = "$75.00/M"
159+
},
147160
new ModelDefinition
148161
{
149162
Id = "claude-opus-4-20250514",

0 commit comments

Comments
 (0)