enzostvs HF Staff commited on
Commit
0b9561c
·
1 Parent(s): 9e470d1
Files changed (1) hide show
  1. lib/providers.ts +12 -0
lib/providers.ts CHANGED
@@ -29,6 +29,11 @@ export const PROVIDERS = {
29
  max_tokens: 128_000,
30
  id: "together",
31
  },
 
 
 
 
 
32
  };
33
 
34
  export const MODELS = [
@@ -53,4 +58,11 @@ export const MODELS = [
53
  isNew: true,
54
  isThinker: true,
55
  },
 
 
 
 
 
 
 
56
  ];
 
29
  max_tokens: 128_000,
30
  id: "together",
31
  },
32
+ groq: {
33
+ name: "Groq",
34
+ max_tokens: 16_384,
35
+ id: "groq",
36
+ },
37
  };
38
 
39
  export const MODELS = [
 
58
  isNew: true,
59
  isThinker: true,
60
  },
61
+ {
62
+ value: "moonshotai/Kimi-K2-Instruct",
63
+ label: "Kimi K2 Instruct",
64
+ providers: ["together", "novita", "groq"],
65
+ autoProvider: "groq",
66
+ isNew: true,
67
+ },
68
  ];