11export const DEFAULT_CHAT_MODEL = "moonshotai/kimi-k2.5" ;
22
33export const titleModel = {
4- id : "mistral/mistral-small " ,
5- name : "Mistral Small " ,
6- provider : "mistral " ,
4+ id : "moonshotai/kimi-k2.5 " ,
5+ name : "Kimi K2.5 " ,
6+ provider : "moonshotai " ,
77 description : "Fast model for title generation" ,
8- gatewayOrder : [ "mistral " ] ,
8+ gatewayOrder : [ "fireworks" , "bedrock "] ,
99} ;
1010
1111export type ModelCapabilities = {
@@ -31,20 +31,6 @@ export const chatModels: ChatModel[] = [
3131 description : "Fast and capable model with tool use" ,
3232 gatewayOrder : [ "bedrock" , "deepinfra" ] ,
3333 } ,
34- {
35- id : "mistral/codestral" ,
36- name : "Codestral" ,
37- provider : "mistral" ,
38- description : "Code-focused model with tool use" ,
39- gatewayOrder : [ "mistral" ] ,
40- } ,
41- {
42- id : "mistral/mistral-small" ,
43- name : "Mistral Small" ,
44- provider : "mistral" ,
45- description : "Fast vision model with tool use" ,
46- gatewayOrder : [ "mistral" ] ,
47- } ,
4834 {
4935 id : "moonshotai/kimi-k2.5" ,
5036 name : "Kimi K2.5" ,
0 commit comments