Presidentlin commited on
Commit
587413e
·
1 Parent(s): 4a2dab1
Files changed (1) hide show
  1. src/lib/data.ts +56 -0
src/lib/data.ts CHANGED
@@ -73,6 +73,62 @@ export const mockData: Provider[] = [
73
  uri: "https://www.liquid.ai/liquid-foundation-models",
74
  models: [{ name: "lfm-40b", inputPrice: 1.0, outputPrice: 2.0 }],
75
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  {
77
  provider: "Google",
78
  uri: "https://ai.google.dev/pricing?hl=en",
 
73
  uri: "https://www.liquid.ai/liquid-foundation-models",
74
  models: [{ name: "lfm-40b", inputPrice: 1.0, outputPrice: 2.0 }],
75
  },
76
+ {
77
+ provider: "Lambda Labs",
78
+ uri: "https://lambdalabs.com/inference",
79
+ models: [
80
+ {
81
+ name: "Llama-3.1-8B-Instruct",
82
+ inputPrice: 0.03,
83
+ outputPrice: 0.03,
84
+ },
85
+ {
86
+ name: "Llama-3.1-70B-Instruct (FP8)",
87
+ inputPrice: 0.2,
88
+ outputPrice: 0.2,
89
+ },
90
+ {
91
+ name: "Llama-3.1-405B-Instruct (FP8)",
92
+ inputPrice: 0.9,
93
+ outputPrice: 0.9,
94
+ },
95
+ {
96
+ name: "Llama-3.2-3B-Instruct",
97
+ inputPrice: 0.02,
98
+ outputPrice: 0.02,
99
+ },
100
+ {
101
+ name: "Hermes-3-Llama-3.1-8B",
102
+ inputPrice: 0.03,
103
+ outputPrice: 0.03,
104
+ },
105
+ {
106
+ name: "Hermes-3-Llama-3.1-70B (FP8)",
107
+ inputPrice: 0.2,
108
+ outputPrice: 0.2,
109
+ },
110
+ {
111
+ name: "Hermes-3-Llama-3.1-405B (FP8)",
112
+ inputPrice: 0.9,
113
+ outputPrice: 0.9,
114
+ },
115
+ {
116
+ name: "LFM-40b",
117
+ inputPrice: 0.15,
118
+ outputPrice: 0.15,
119
+ },
120
+ {
121
+ name: "Llama3.1-nemotron-70b-instruct",
122
+ inputPrice: 0.2,
123
+ outputPrice: 0.2,
124
+ },
125
+ {
126
+ name: "Qwen2.5-Coder-32B",
127
+ inputPrice: 0.09,
128
+ outputPrice: 0.09,
129
+ },
130
+ ],
131
+ },
132
  {
133
  provider: "Google",
134
  uri: "https://ai.google.dev/pricing?hl=en",