From c0e86142102298b32282b7400e8afed9b339ec23 Mon Sep 17 00:00:00 2001 From: sharath <29162020+tnfssc@users.noreply.github.com> Date: Tue, 22 Jul 2025 05:07:51 +0000 Subject: [PATCH] fix(models): update model tiers --- .../src/components/thread/chat-input/_use-model-selection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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