Presidentlin commited on
Commit
95b2e5b
·
1 Parent(s): 4beef26
Files changed (1) hide show
  1. src/lib/data.ts +20 -0
src/lib/data.ts CHANGED
@@ -1088,6 +1088,26 @@ export const mockData: Provider[] = [
1088
  provider: "DeepInfra",
1089
  uri: "https://deepinfra.com/models/text-generation/",
1090
  models: [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1091
  {
1092
  name: "Llama 4 Scout Instruct (17Bx16E)",
1093
  inputPrice: 0.1,
 
1088
  provider: "DeepInfra",
1089
  uri: "https://deepinfra.com/models/text-generation/",
1090
  models: [
1091
+ {
1092
+ name: "Qwen3-235B-A22B",
1093
+ inputPrice: 0.2,
1094
+ outputPrice: 0.6,
1095
+ },
1096
+ {
1097
+ name: "Qwen3-30B-A3B",
1098
+ inputPrice: 0.1,
1099
+ outputPrice: 0.3,
1100
+ },
1101
+ {
1102
+ name: "Qwen3-32B",
1103
+ inputPrice: 0.1,
1104
+ outputPrice: 0.3,
1105
+ },
1106
+ {
1107
+ name: "Qwen3-14B",
1108
+ inputPrice: 0.08,
1109
+ outputPrice: 0.24,
1110
+ },
1111
  {
1112
  name: "Llama 4 Scout Instruct (17Bx16E)",
1113
  inputPrice: 0.1,