Commit
·
a35fbd0
1
Parent(s):
79ca27b
- src/lib/data.ts +28 -27
src/lib/data.ts
CHANGED
@@ -124,6 +124,34 @@ export const mockData: Provider[] = [
|
|
124 |
{ name: "Yi Vision", inputPrice: 0.19, outputPrice: 0.19 },
|
125 |
],
|
126 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
|
128 |
{
|
129 |
provider: "Together.AI",
|
@@ -263,34 +291,7 @@ export const mockData: Provider[] = [
|
|
263 |
},
|
264 |
],
|
265 |
},
|
266 |
-
{
|
267 |
-
provider: "Hyperbolic",
|
268 |
-
uri: "https://hyperbolic.xyz/pricing",
|
269 |
-
models: [
|
270 |
-
{ name: "Llama 3.1 8B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
271 |
-
{ name: "Llama 3.2 3B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
272 |
-
{ name: "Llama 3.1 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
273 |
-
{ name: "Llama 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
274 |
-
{ name: "Hermes 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
275 |
-
{ name: "Llama 3.1 405B (BF16)", inputPrice: 4.0, outputPrice: 4.0 },
|
276 |
-
{ name: "DeepSeek V2.5 (BF16)", inputPrice: 2.0, outputPrice: 2.0 },
|
277 |
-
{ name: "Qwen 2.5 72B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
278 |
-
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
|
279 |
-
{ name: "Llama 3.1 405B Base (FP8)", inputPrice: 2.0, outputPrice: 2.0 },
|
280 |
|
281 |
-
{ name: "Pixtral 12B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
282 |
-
{
|
283 |
-
name: "Qwen2-VL-7B-Instruct (BF16)",
|
284 |
-
inputPrice: 0.1,
|
285 |
-
outputPrice: 0.1,
|
286 |
-
},
|
287 |
-
{
|
288 |
-
name: "Qwen2-VL-72B-Instruct (BF16)",
|
289 |
-
inputPrice: 0.4,
|
290 |
-
outputPrice: 0.4,
|
291 |
-
},
|
292 |
-
],
|
293 |
-
},
|
294 |
{
|
295 |
provider: "Groq",
|
296 |
uri: "https://wow.groq.com/",
|
|
|
124 |
{ name: "Yi Vision", inputPrice: 0.19, outputPrice: 0.19 },
|
125 |
],
|
126 |
},
|
127 |
+
{
|
128 |
+
provider: "Hyperbolic",
|
129 |
+
uri: "https://hyperbolic.xyz/pricing",
|
130 |
+
models: [
|
131 |
+
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
|
132 |
+
{ name: "QwQ-32B-Preview", inputPrice: 0.2, outputPrice: 0.2 },
|
133 |
+
{ name: "Llama 3.1 8B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
134 |
+
{ name: "Llama 3.2 3B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
135 |
+
{ name: "Llama 3.1 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
136 |
+
{ name: "Llama 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
137 |
+
{ name: "Hermes 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
138 |
+
{ name: "Llama 3.1 405B (BF16)", inputPrice: 4.0, outputPrice: 4.0 },
|
139 |
+
{ name: "DeepSeek V2.5 (BF16)", inputPrice: 2.0, outputPrice: 2.0 },
|
140 |
+
{ name: "Qwen 2.5 72B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
141 |
+
{ name: "Llama 3.1 405B Base (FP8)", inputPrice: 2.0, outputPrice: 2.0 },
|
142 |
+
{ name: "Pixtral 12B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
143 |
+
{
|
144 |
+
name: "Qwen2-VL-7B-Instruct (BF16)",
|
145 |
+
inputPrice: 0.1,
|
146 |
+
outputPrice: 0.1,
|
147 |
+
},
|
148 |
+
{
|
149 |
+
name: "Qwen2-VL-72B-Instruct (BF16)",
|
150 |
+
inputPrice: 0.4,
|
151 |
+
outputPrice: 0.4,
|
152 |
+
},
|
153 |
+
],
|
154 |
+
},
|
155 |
|
156 |
{
|
157 |
provider: "Together.AI",
|
|
|
291 |
},
|
292 |
],
|
293 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
{
|
296 |
provider: "Groq",
|
297 |
uri: "https://wow.groq.com/",
|