Presidentlin commited on
Commit
5477d34
·
1 Parent(s): c0568f0
Files changed (1) hide show
  1. src/lib/data.ts +10 -0
src/lib/data.ts CHANGED
@@ -1048,6 +1048,16 @@ export const mockData: Provider[] = [
1048
  provider: "DeepInfra",
1049
  uri: "https://deepinfra.com/models/text-generation/",
1050
  models: [
 
 
 
 
 
 
 
 
 
 
1051
  {
1052
  name: "DeepSeek R1",
1053
  inputPrice: 0.85,
 
1048
  provider: "DeepInfra",
1049
  uri: "https://deepinfra.com/models/text-generation/",
1050
  models: [
1051
+ {
1052
+ name: "Llama 4 Scout Instruct (17Bx16E)",
1053
+ inputPrice: 0.1,
1054
+ outputPrice: 0.3,
1055
+ },
1056
+ {
1057
+ name: "Llama 4 Maverick Instruct (17Bx128E)",
1058
+ inputPrice: 0.2,
1059
+ outputPrice: 0.6,
1060
+ },
1061
  {
1062
  name: "DeepSeek R1",
1063
  inputPrice: 0.85,