diff --git a/open-sse/config/providerRegistry.ts b/open-sse/config/providerRegistry.ts index 8c88fb4d71..f929e7c4c8 100644 --- a/open-sse/config/providerRegistry.ts +++ b/open-sse/config/providerRegistry.ts @@ -265,7 +265,7 @@ export const REGISTRY: Record = { }, models: [ { id: "claude-opus-4-6-thinking", name: "Claude Opus 4.6 Thinking" }, - { id: "claude-sonnet-4-6-thinking", name: "Claude Sonnet 4.6 Thinking" }, + { id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6" }, { id: "gemini-3.1-pro-high", name: "Gemini 3.1 Pro High" }, { id: "gemini-3.1-pro-low", name: "Gemini 3.1 Pro Low" }, { id: "gemini-3-flash", name: "Gemini 3 Flash" },