@@ -58,17 +58,17 @@ func GetAvailableModels() map[string]Model {
5858 IsThinking : false ,
5959 IsMultimodal : true ,
6060 },
61- "gemini " : {
62- ID : "gemini " ,
63- Name : "Google Gemini 2.5 Pro " ,
64- APIName : "google/gemini-2.5-pro-exp-03-25 :free" ,
65- Description : "Latest Google model with advanced multimodal capabilities" ,
66- Provider : "Google " ,
67- Features : []string {"Latest Tech " , "Multimodal " , "Comprehensive " },
68- ContextLen : 1000000 ,
69- BestFor : "Latest AI capabilities, comprehensive research " ,
61+ "kimi " : {
62+ ID : "kimi " ,
63+ Name : "MoonshotAI Kimi K2 " ,
64+ APIName : "moonshotai/kimi-k2 :free" ,
65+ Description : "Advanced Chinese AI model with strong reasoning capabilities" ,
66+ Provider : "MoonshotAI " ,
67+ Features : []string {"Strong Reasoning " , "Chinese & English " , "Code Generation " },
68+ ContextLen : 200000 ,
69+ BestFor : "Bilingual research, code analysis, logical reasoning " ,
7070 IsThinking : false ,
71- IsMultimodal : true ,
71+ IsMultimodal : false ,
7272 },
7373 "mistral" : {
7474 ID : "mistral" ,
@@ -145,7 +145,7 @@ func FormatModelList(currentModel string) string {
145145
146146 b .WriteString (CyanBold ("✨ Available Models:\n \n " ))
147147
148- for _ , id := range []string {"deepseek-r1" , "deepseek-v3" , "llama-4" , "gemini " , "mistral" } {
148+ for _ , id := range []string {"kimi" , " deepseek-r1" , "deepseek-v3" , "llama-4" , "mistral" } {
149149 model := models [id ]
150150 current := ""
151151 if id == currentModel {
0 commit comments