Presidentlin commited on
Commit
e813e5a
·
1 Parent(s): 81a79d6
Files changed (1) hide show
  1. src/lib/data.ts +3 -3
src/lib/data.ts CHANGED
@@ -1552,16 +1552,16 @@ export const mockData: Provider[] = [
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 },
 
1552
  uri: "https://novita.ai/model-api/pricing",
1553
  models: [
1554
  {
1555
+ name: "deepseek/Qwen 3 A22B 235B ",
1556
  inputPrice: 0.2,
1557
  outputPrice: 0.8,
1558
  },
1559
  {
1560
+ name: "deepseek/Qwen 3 A3B 30B ",
1561
  inputPrice: 0.1,
1562
  outputPrice: 0.45,
1563
  },
1564
+ { name: "deepseek/Qwen 3 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 },