Presidentlin commited on
Commit
3bb905d
·
1 Parent(s): 37c0990
Files changed (1) hide show
  1. src/lib/data.ts +12 -0
src/lib/data.ts CHANGED
@@ -160,6 +160,7 @@ export const mockData: Provider[] = [
160
  provider: "Mistral",
161
  uri: "https://docs.mistral.ai/platform/pricing",
162
  models: [
 
163
  { name: "Mistral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
164
  { name: "Pixtral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
165
  { name: "Mistral Large 2407", inputPrice: 2.0, outputPrice: 6.0 },
@@ -269,6 +270,11 @@ export const mockData: Provider[] = [
269
  provider: "Together.AI",
270
  uri: "https://www.together.ai/pricing",
271
  models: [
 
 
 
 
 
272
  {
273
  name: "DeepSeek R1",
274
  inputPrice: 7.0,
@@ -528,11 +534,17 @@ export const mockData: Provider[] = [
528
  provider: "Fireworks",
529
  uri: "https://fireworks.ai/pricing",
530
  models: [
 
 
 
 
 
531
  {
532
  name: "DeepSeek V3",
533
  inputPrice: 0.9,
534
  outputPrice: 0.9,
535
  },
 
536
  {
537
  name: "DeepSeek R1",
538
  inputPrice: 8.0,
 
160
  provider: "Mistral",
161
  uri: "https://docs.mistral.ai/platform/pricing",
162
  models: [
163
+ { name: "Mistral Small 2501", inputPrice: 0.1, outputPrice: 0.3 },
164
  { name: "Mistral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
165
  { name: "Pixtral Large 2411", inputPrice: 2.0, outputPrice: 6.0 },
166
  { name: "Mistral Large 2407", inputPrice: 2.0, outputPrice: 6.0 },
 
270
  provider: "Together.AI",
271
  uri: "https://www.together.ai/pricing",
272
  models: [
273
+ {
274
+ name: "Mistral Small 2501",
275
+ inputPrice: 0.8,
276
+ outputPrice: 0.8,
277
+ },
278
  {
279
  name: "DeepSeek R1",
280
  inputPrice: 7.0,
 
534
  provider: "Fireworks",
535
  uri: "https://fireworks.ai/pricing",
536
  models: [
537
+ {
538
+ name: "Mistral Small 2501",
539
+ inputPrice: 0.9,
540
+ outputPrice: 0.9,
541
+ },
542
  {
543
  name: "DeepSeek V3",
544
  inputPrice: 0.9,
545
  outputPrice: 0.9,
546
  },
547
+
548
  {
549
  name: "DeepSeek R1",
550
  inputPrice: 8.0,