fix(models): update model tiers

This commit is contained in:
sharath 2025-07-22 05:07:51 +00:00
parent 52bfed51f6
commit c0e8614210
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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