Presidentlin commited on
Commit
81a79d6
·
1 Parent(s): f46cd23
Files changed (1) hide show
  1. src/lib/data.ts +20 -9
src/lib/data.ts CHANGED
@@ -318,27 +318,27 @@ export const mockData: Provider[] = [
318
  uri: "https://chutes.ai/app",
319
  models: [
320
  {
321
- name: "Qwen3 14B",
322
  inputPrice: 0.47,
323
  outputPrice: 0.47,
324
  },
325
  {
326
- name: "Qwen3 A3B 30B",
327
  inputPrice: 1.06,
328
  outputPrice: 1.06,
329
  },
330
  {
331
- name: "Qwen3 8B",
332
  inputPrice: 0.47,
333
  outputPrice: 0.47,
334
  },
335
  {
336
- name: "Qwen3 32B",
337
  inputPrice: 0.47,
338
  outputPrice: 0.47,
339
  },
340
  {
341
- name: "Qwen3 A22B 235B",
342
  inputPrice: 2.28,
343
  outputPrice: 2.28,
344
  },
@@ -1114,22 +1114,22 @@ export const mockData: Provider[] = [
1114
  uri: "https://deepinfra.com/models/text-generation/",
1115
  models: [
1116
  {
1117
- name: "Qwen3 A22B 235B",
1118
  inputPrice: 0.2,
1119
  outputPrice: 0.6,
1120
  },
1121
  {
1122
- name: "Qwen3 30B A3B",
1123
  inputPrice: 0.1,
1124
  outputPrice: 0.3,
1125
  },
1126
  {
1127
- name: "Qwen3 32B",
1128
  inputPrice: 0.1,
1129
  outputPrice: 0.3,
1130
  },
1131
  {
1132
- name: "Qwen3 14B",
1133
  inputPrice: 0.08,
1134
  outputPrice: 0.24,
1135
  },
@@ -1551,6 +1551,17 @@ export const mockData: Provider[] = [
1551
  provider: "Novita AI",
1552
  uri: "https://novita.ai/model-api/pricing",
1553
  models: [
 
 
 
 
 
 
 
 
 
 
 
1554
  { name: "deepseek/deepseek-v3-0324", inputPrice: 0.4, outputPrice: 1.3 },
1555
  { name: "deepseek/deepseek-r1-turbo", inputPrice: 0.7, outputPrice: 2.5 },
1556
  { name: "deepseek/deepseek-v3-turbo", inputPrice: 0.4, outputPrice: 1.3 },
 
318
  uri: "https://chutes.ai/app",
319
  models: [
320
  {
321
+ name: "Qwen 3 14B",
322
  inputPrice: 0.47,
323
  outputPrice: 0.47,
324
  },
325
  {
326
+ name: "Qwen 3 A3B 30B",
327
  inputPrice: 1.06,
328
  outputPrice: 1.06,
329
  },
330
  {
331
+ name: "Qwen 3 8B",
332
  inputPrice: 0.47,
333
  outputPrice: 0.47,
334
  },
335
  {
336
+ name: "Qwen 3 32B",
337
  inputPrice: 0.47,
338
  outputPrice: 0.47,
339
  },
340
  {
341
+ name: "Qwen 3 A22B 235B",
342
  inputPrice: 2.28,
343
  outputPrice: 2.28,
344
  },
 
1114
  uri: "https://deepinfra.com/models/text-generation/",
1115
  models: [
1116
  {
1117
+ name: "Qwen 3 A22B 235B",
1118
  inputPrice: 0.2,
1119
  outputPrice: 0.6,
1120
  },
1121
  {
1122
+ name: "Qwen 3 30B A3B",
1123
  inputPrice: 0.1,
1124
  outputPrice: 0.3,
1125
  },
1126
  {
1127
+ name: "Qwen 3 32B",
1128
  inputPrice: 0.1,
1129
  outputPrice: 0.3,
1130
  },
1131
  {
1132
+ name: "Qwen 3 14B",
1133
  inputPrice: 0.08,
1134
  outputPrice: 0.24,
1135
  },
 
1551
  provider: "Novita AI",
1552
  uri: "https://novita.ai/model-api/pricing",
1553
  models: [
1554
+ {
1555
+ name: "deepseek/Qwen3 A22B 235B ",
1556
+ inputPrice: 0.2,
1557
+ outputPrice: 0.8,
1558
+ },
1559
+ {
1560
+ name: "deepseek/Qwen3 A3B 30B ",
1561
+ inputPrice: 0.1,
1562
+ outputPrice: 0.45,
1563
+ },
1564
+ { name: "deepseek/Qwen3 32B", inputPrice: 0.1, outputPrice: 0.45 },
1565
  { name: "deepseek/deepseek-v3-0324", inputPrice: 0.4, outputPrice: 1.3 },
1566
  { name: "deepseek/deepseek-r1-turbo", inputPrice: 0.7, outputPrice: 2.5 },
1567
  { name: "deepseek/deepseek-v3-turbo", inputPrice: 0.4, outputPrice: 1.3 },