diff --git a/frontend/src/components/thread/chat-input/_use-model-selection.ts b/frontend/src/components/thread/chat-input/_use-model-selection.ts index a689b557..3a0cd5d1 100644 --- a/frontend/src/components/thread/chat-input/_use-model-selection.ts +++ b/frontend/src/components/thread/chat-input/_use-model-selection.ts @@ -32,7 +32,7 @@ export interface CustomModel { export const MODELS = { // Free tier models (available to all users) 'claude-sonnet-4': { - tier: 'premium', + tier: 'free', priority: 100, recommended: true, lowQuality: false