Skip to content

Commit 27942ec

Browse files
committed
Claude Sonnet 4.5(Preview)
1 parent 5f974fc commit 27942ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

extension/src/api/providers/config/anthropic.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ export const anthropicConfig: ProviderConfig = {
77
name: PROVIDER_NAMES[PROVIDER_IDS.ANTHROPIC],
88
baseUrl: DEFAULT_BASE_URLS[PROVIDER_IDS.ANTHROPIC],
99
models: [
10+
{
11+
id: "claude-sonnet-4-5-preview-20250930",
12+
maxTokens: 64000,
13+
contextWindow: 200_000,
14+
supportsImages: true,
15+
supportsPromptCache: true,
16+
inputPrice: 3.5,
17+
outputPrice: 17.5,
18+
cacheWritesPrice: 4.0,
19+
cacheReadsPrice: 0.35,
20+
name: "Claude Sonnet 4.5(Preview)",
21+
provider: PROVIDER_IDS.ANTHROPIC,
22+
isThinkingModel: true,
23+
},
1024
{
1125
id: "claude-opus-4-1-20250805",
1226
maxTokens: 32000,

0 commit comments

Comments
 (0)