File tree Expand file tree Collapse file tree
apps/web/src/lib/ai-gateway Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { claude_sonnet_clawsetup_model } from '@/lib/ai-gateway/providers/anthro
33const forbiddenFreeModelIds : ReadonlySet < string > = new Set ( [
44 'auto:free' , // this is not a free model, OpenRouter can map it to a paid model
55 'arcee-ai/trinity-large-preview:free' ,
6+ 'arcee-ai/trinity-large-thinking:free' ,
67 'corethink:free' ,
78 'arcee-ai/trinity-mini:free' ,
89 'bytedance-seed/dola-seed-2.0-pro:free' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import {
1313 claude_sonnet_clawsetup_model ,
1414 CLAUDE_SONNET_CURRENT_MODEL_ID ,
1515} from '@/lib/ai-gateway/providers/anthropic.constants' ;
16- import { trinity_large_thinking_free_model } from '@/lib/ai-gateway/providers/arcee' ;
1716import { seed_20_code_free_model } from '@/lib/ai-gateway/providers/seed' ;
1817import type { KiloExclusiveModel } from '@/lib/ai-gateway/providers/kilo-exclusive-model' ;
1918import {
@@ -86,7 +85,6 @@ export const kiloExclusiveModels = [
8685 grok_code_fast_1_optimized_free_model ,
8786 seed_20_code_free_model ,
8887 ...alibabaDirectModels ,
89- trinity_large_thinking_free_model ,
9088 claude_sonnet_clawsetup_model ,
9189 stepfun_35_flash_free_model ,
9290] as KiloExclusiveModel [ ] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments