Skip to content

Commit f514efc

Browse files
chore(ai-gateway): remove trinity_large_thinking_free_model (#2997)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
1 parent b0864c3 commit f514efc

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

apps/web/src/lib/ai-gateway/forbidden-free-models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { claude_sonnet_clawsetup_model } from '@/lib/ai-gateway/providers/anthro
33
const 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',

apps/web/src/lib/ai-gateway/models.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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';
1716
import { seed_20_code_free_model } from '@/lib/ai-gateway/providers/seed';
1817
import type { KiloExclusiveModel } from '@/lib/ai-gateway/providers/kilo-exclusive-model';
1918
import {
@@ -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[];

apps/web/src/lib/ai-gateway/providers/arcee.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)