Presidentlin commited on
Commit
d130fc1
·
1 Parent(s): 2f9a3df
Files changed (1) hide show
  1. src/lib/data.ts +24 -2
src/lib/data.ts CHANGED
@@ -187,10 +187,32 @@ export const mockData: Provider[] = [
187
  ],
188
  },
189
  {
190
- provider: "X.AI",
191
  uri: "https://x.ai/api",
192
- models: [{ name: "Grok Beta", inputPrice: 5.0, outputPrice: 15.0 }],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  },
 
194
  {
195
  provider: "DeepSpeek",
196
  uri: "https://platform.deepseek.com/api-docs/pricing/",
 
187
  ],
188
  },
189
  {
190
+ provider: "XAI",
191
  uri: "https://x.ai/api",
192
+ models: [
193
+ {
194
+ name: "grok-beta",
195
+ inputPrice: 5.0,
196
+ outputPrice: 15.0,
197
+ },
198
+ {
199
+ name: "grok-vision-beta",
200
+ inputPrice: 5.0,
201
+ outputPrice: 15.0,
202
+ },
203
+ {
204
+ name: "grok-2-vision-1212",
205
+ inputPrice: 2.0,
206
+ outputPrice: 10.0,
207
+ },
208
+ {
209
+ name: "grok-2-1212",
210
+ inputPrice: 2.0,
211
+ outputPrice: 10.0,
212
+ },
213
+ ],
214
  },
215
+
216
  {
217
  provider: "DeepSpeek",
218
  uri: "https://platform.deepseek.com/api-docs/pricing/",