enzostvs HF Staff commited on
Commit
beb4e0c
·
verified ·
1 Parent(s): 4b6048b

Update lib/providers.ts

Browse files
Files changed (1) hide show
  1. lib/providers.ts +7 -0
lib/providers.ts CHANGED
@@ -77,4 +77,11 @@ export const MODELS = [
77
  isNew: true,
78
  autoProvider: "fireworks-ai",
79
  },
 
 
 
 
 
 
 
80
  ];
 
77
  isNew: true,
78
  autoProvider: "fireworks-ai",
79
  },
80
+ {
81
+ value: "moonshotai/Kimi-K2-Instruct-0905",
82
+ label: "Kimi K2 Instruct 0905",
83
+ providers: ["together", "groq", "novita"],
84
+ isNew: true,
85
+ autoProvider: "groq"
86
+ }
87
  ];