@@ -15,7 +15,6 @@ import {
1515 CLAUDE_SONNET_CURRENT_MODEL_ID ,
1616} from '@/lib/providers/anthropic' ;
1717import { corethink_free_model } from '@/lib/providers/corethink' ;
18- import { giga_potato_model , giga_potato_thinking_model } from '@/lib/providers/gigapotato' ;
1918import type { KiloFreeModel } from '@/lib/providers/kilo-free-model' ;
2019import { minimax_m21_free_model , minimax_m25_free_model } from '@/lib/providers/minimax' ;
2120import { kimi_k25_free_model } from '@/lib/providers/moonshotai' ;
@@ -33,7 +32,6 @@ export const preferredModels = [
3332 KILO_AUTO_FREE_MODEL . id ,
3433 mimo_v2_pro_free_model . status === 'public' ? mimo_v2_pro_free_model . public_id : null ,
3534 'nvidia/nemotron-3-super-120b-a12b:free' ,
36- giga_potato_thinking_model . status === 'public' ? giga_potato_thinking_model . public_id : null ,
3735 'arcee-ai/trinity-large-preview:free' ,
3836 CLAUDE_OPUS_CURRENT_MODEL_ID ,
3937 CLAUDE_SONNET_CURRENT_MODEL_ID ,
@@ -79,8 +77,6 @@ export const kiloFreeModels = [
7977 // Instead, set status to 'disabled' first
8078 // and only remove when very few users are requesting it.
8179 corethink_free_model ,
82- giga_potato_model ,
83- giga_potato_thinking_model ,
8480 kimi_k25_free_model ,
8581 minimax_m25_free_model ,
8682 minimax_m21_free_model ,
0 commit comments