From 4006fda94ed06133c50584106fbf9c46fdbb377f Mon Sep 17 00:00:00 2001 From: Daniel Hilse Date: Mon, 1 Sep 2025 13:44:54 -0500 Subject: [PATCH] feat(anthropic): update default cloud model to claude-sonnet-4-20250514 --- shared/defaultLLMs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/defaultLLMs.ts b/shared/defaultLLMs.ts index 3e9f62c7c..ec883c6f7 100644 --- a/shared/defaultLLMs.ts +++ b/shared/defaultLLMs.ts @@ -29,7 +29,7 @@ export const openAIDefaultLLMs: LLMConfig[] = [ export const anthropicDefaultLLMs: LLMConfig[] = [ { contextLength: 180000, - modelName: 'claude-3-5-sonnet-latest', + modelName: 'claude-sonnet-4-20250514', apiName: anthropicDefaultAPIName, }, {