Presidentlin commited on
Commit
a6ddc4c
·
1 Parent(s): 01bafb7
Files changed (1) hide show
  1. src/lib/data.ts +110 -52
src/lib/data.ts CHANGED
@@ -314,6 +314,116 @@ export const mockData: Provider[] = [
314
  { name: "Mistral Ministral 8B", inputPrice: 0.1, outputPrice: 0.1 },
315
  ],
316
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  {
318
  provider: "Chutes",
319
  uri: "https://chutes.ai/app",
@@ -501,58 +611,6 @@ export const mockData: Provider[] = [
501
  },
502
  ],
503
  },
504
- {
505
- provider: "Reka",
506
- uri: "https://www.reka.ai/reka-deploy",
507
- models: [
508
- { name: "Reka Core", inputPrice: 2.0, outputPrice: 2.0 },
509
- { name: "Reka Flash", inputPrice: 0.2, outputPrice: 0.8 },
510
- { name: "Reka Edge", inputPrice: 0.1, outputPrice: 0.1 },
511
- { name: "Reka Spark", inputPrice: 0.05, outputPrice: 0.05 },
512
- ],
513
- },
514
- {
515
- provider: "XAI",
516
- uri: "https://x.ai/api",
517
- models: [
518
- {
519
- name: "grok-3-beta",
520
- inputPrice: 3.0,
521
- outputPrice: 15.0,
522
- },
523
- {
524
- name: "grok-3-mini-beta",
525
- inputPrice: 0.3,
526
- outputPrice: 0.5,
527
- },
528
- {
529
- name: "grok-2-1212",
530
- inputPrice: 2.0,
531
- outputPrice: 10.0,
532
- },
533
- ],
534
- },
535
-
536
- {
537
- provider: "DeepSpeek",
538
- uri: "https://platform.deepseek.com/api-docs/pricing/",
539
- models: [
540
- { name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
541
-
542
- { name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
543
- { name: "DeepSeek R1", inputPrice: 0.55, outputPrice: 2.19 },
544
- ],
545
- },
546
- {
547
- provider: "01.ai",
548
- uri: "https://platform.01.ai/docs#models-and-pricing",
549
- models: [
550
- { name: "Yi Large", inputPrice: 3.0, outputPrice: 3.0 },
551
- { name: "Yi Large Function Caliing", inputPrice: 3.0, outputPrice: 3.0 },
552
- { name: "Yi Large Turbo", inputPrice: 0.19, outputPrice: 0.19 },
553
- { name: "Yi Vision", inputPrice: 0.19, outputPrice: 0.19 },
554
- ],
555
- },
556
  {
557
  provider: "Hyperbolic",
558
  uri: "https://hyperbolic.xyz/pricing",
 
314
  { name: "Mistral Ministral 8B", inputPrice: 0.1, outputPrice: 0.1 },
315
  ],
316
  },
317
+
318
+ {
319
+ provider: "Reka",
320
+ uri: "https://www.reka.ai/reka-deploy",
321
+ models: [
322
+ { name: "Reka Core", inputPrice: 2.0, outputPrice: 2.0 },
323
+ { name: "Reka Flash", inputPrice: 0.2, outputPrice: 0.8 },
324
+ { name: "Reka Edge", inputPrice: 0.1, outputPrice: 0.1 },
325
+ { name: "Reka Spark", inputPrice: 0.05, outputPrice: 0.05 },
326
+ ],
327
+ },
328
+ {
329
+ provider: "XAI",
330
+ uri: "https://x.ai/api",
331
+ models: [
332
+ {
333
+ name: "grok-3-beta",
334
+ inputPrice: 3.0,
335
+ outputPrice: 15.0,
336
+ },
337
+ {
338
+ name: "grok-3-mini-beta",
339
+ inputPrice: 0.3,
340
+ outputPrice: 0.5,
341
+ },
342
+ {
343
+ name: "grok-2-1212",
344
+ inputPrice: 2.0,
345
+ outputPrice: 10.0,
346
+ },
347
+ ],
348
+ },
349
+
350
+ {
351
+ provider: "DeepSpeek",
352
+ uri: "https://platform.deepseek.com/api-docs/pricing/",
353
+ models: [
354
+ { name: "DeepSeek V2", inputPrice: 0.14, outputPrice: 0.28 },
355
+
356
+ { name: "DeepSeek V3", inputPrice: 0.27, outputPrice: 1.1 },
357
+ { name: "DeepSeek R1", inputPrice: 0.55, outputPrice: 2.19 },
358
+ ],
359
+ },
360
+
361
+ {
362
+ provider: "Moonshot AI",
363
+ uri: "https://platform.moonshot.cn/docs#models-and-pricing", // Replace with actual if different
364
+ models: [
365
+ {
366
+ name: "kimi-latest-8k",
367
+ inputPrice: 0.2,
368
+ outputPrice: 2.0,
369
+ },
370
+ {
371
+ name: "kimi-latest-32k",
372
+ inputPrice: 1.0,
373
+ outputPrice: 3.0,
374
+ },
375
+ {
376
+ name: "kimi-latest-128k",
377
+ inputPrice: 2.0,
378
+ outputPrice: 5.0,
379
+ },
380
+ {
381
+ name: "moonshot-v1-8k",
382
+ inputPrice: 0.2,
383
+ outputPrice: 2.0,
384
+ },
385
+ {
386
+ name: "moonshot-v1-32k",
387
+ inputPrice: 1.0,
388
+ outputPrice: 3.0,
389
+ },
390
+ {
391
+ name: "moonshot-v1-128k",
392
+ inputPrice: 2.0,
393
+ outputPrice: 5.0,
394
+ },
395
+ {
396
+ name: "moonshot-v1-8k-vision-preview",
397
+ inputPrice: 0.2,
398
+ outputPrice: 2.0,
399
+ },
400
+ {
401
+ name: "moonshot-v1-32k-vision-preview",
402
+ inputPrice: 1.0,
403
+ outputPrice: 3.0,
404
+ },
405
+ {
406
+ name: "moonshot-v1-128k-vision-preview",
407
+ inputPrice: 2.0,
408
+ outputPrice: 5.0,
409
+ },
410
+ {
411
+ name: "kimi-thinking-preview",
412
+ inputPrice: 30.0,
413
+ outputPrice: 30.0,
414
+ },
415
+ ],
416
+ },
417
+ {
418
+ provider: "01.ai",
419
+ uri: "https://platform.01.ai/docs#models-and-pricing",
420
+ models: [
421
+ { name: "Yi Large", inputPrice: 3.0, outputPrice: 3.0 },
422
+ { name: "Yi Large Function Caliing", inputPrice: 3.0, outputPrice: 3.0 },
423
+ { name: "Yi Large Turbo", inputPrice: 0.19, outputPrice: 0.19 },
424
+ { name: "Yi Vision", inputPrice: 0.19, outputPrice: 0.19 },
425
+ ],
426
+ },
427
  {
428
  provider: "Chutes",
429
  uri: "https://chutes.ai/app",
 
611
  },
612
  ],
613
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
614
  {
615
  provider: "Hyperbolic",
616
  uri: "https://hyperbolic.xyz/pricing",