Commit
·
6a3d687
1
Parent(s):
3979ed2
- src/lib/data.ts +31 -31
src/lib/data.ts
CHANGED
@@ -11,15 +11,8 @@ export const mockData: Provider[] = [
|
|
11 |
{ name: "o1-mini-cache-input", inputPrice: 1.5, outputPrice: 12.0 },
|
12 |
{ name: "GPT-4 Turbo", inputPrice: 10.0, outputPrice: 30.0 },
|
13 |
{ name: "GPT-4 Turbo Batch", inputPrice: 5.0, outputPrice: 15.0 },
|
14 |
-
{ name: "GPT-4o", inputPrice: 5
|
15 |
-
{ name: "GPT-4o-64K Output Alpha", inputPrice: 6.0, outputPrice: 18.0 },
|
16 |
-
{
|
17 |
-
name: "GPT-4o 64K Output Alpha Batch",
|
18 |
-
inputPrice: 3.0,
|
19 |
-
outputPrice: 9.0,
|
20 |
-
},
|
21 |
{ name: "gpt-4o-2024-08-06", inputPrice: 2.5, outputPrice: 10.0 },
|
22 |
-
{ name: "gpt-4o-2024-08-06", inputPrice: 1.25, outputPrice: 10.0 },
|
23 |
{ name: "GPT-4o Batch", inputPrice: 2.5, outputPrice: 7.5 },
|
24 |
{ name: "gpt-4o-2024-08-06 Batch", inputPrice: 1.25, outputPrice: 5.0 },
|
25 |
{ name: "GPT-3.5 Turbo", inputPrice: 0.5, outputPrice: 1.5 },
|
@@ -129,29 +122,7 @@ export const mockData: Provider[] = [
|
|
129 |
{ name: "Yi Vision", inputPrice: 0.19, outputPrice: 0.19 },
|
130 |
],
|
131 |
},
|
132 |
-
|
133 |
-
provider: "OctoAI",
|
134 |
-
uri: "https://docs.octoai/platform/pricing",
|
135 |
-
models: [
|
136 |
-
{ name: "Llama 3.1 405B Instruct", inputPrice: 3.0, outputPrice: 9.0 },
|
137 |
-
{ name: "Llama 3.1 70B Instruct", inputPrice: 0.9, outputPrice: 0.9 },
|
138 |
-
{ name: "Llama 3.1 8B Instruct", inputPrice: 0.15, outputPrice: 0.15 },
|
139 |
-
{ name: "Qwen2 7B Instruct", inputPrice: 0.15, outputPrice: 0.15 },
|
140 |
-
{ name: "Hermes 2 Pro Llama 3 8B", inputPrice: 0.15, outputPrice: 0.15 },
|
141 |
-
{ name: "Llama 3 8B Instruct", inputPrice: 0.15, outputPrice: 0.15 },
|
142 |
-
{ name: "Llama 3 70B Instruct", inputPrice: 0.9, outputPrice: 0.9 },
|
143 |
-
{ name: "Mixtral 8x22B Instruct", inputPrice: 1.2, outputPrice: 1.2 },
|
144 |
-
{
|
145 |
-
name: "Nous Hermes 2 Mixtral 8x7B",
|
146 |
-
inputPrice: 0.45,
|
147 |
-
outputPrice: 0.45,
|
148 |
-
},
|
149 |
-
{ name: "Mixtral 8x7B Instruct", inputPrice: 0.45, outputPrice: 0.45 },
|
150 |
-
{ name: "WizardLM 2 8x22B", inputPrice: 1.2, outputPrice: 1.2 },
|
151 |
-
{ name: "Mistral 7B Instruct v0.3", inputPrice: 0.15, outputPrice: 0.15 },
|
152 |
-
{ name: "Llama Guard 2", inputPrice: 0.15, outputPrice: 0.15 },
|
153 |
-
],
|
154 |
-
},
|
155 |
{
|
156 |
provider: "Together.AI",
|
157 |
uri: "https://www.together.ai/pricing",
|
@@ -206,6 +177,35 @@ export const mockData: Provider[] = [
|
|
206 |
{ name: "Llama 3.1 405B", inputPrice: 3.0, outputPrice: 3.0 },
|
207 |
],
|
208 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
{
|
210 |
provider: "Groq",
|
211 |
uri: "https://wow.groq.com/",
|
|
|
11 |
{ name: "o1-mini-cache-input", inputPrice: 1.5, outputPrice: 12.0 },
|
12 |
{ name: "GPT-4 Turbo", inputPrice: 10.0, outputPrice: 30.0 },
|
13 |
{ name: "GPT-4 Turbo Batch", inputPrice: 5.0, outputPrice: 15.0 },
|
14 |
+
{ name: "GPT-4o", inputPrice: 2.5, outputPrice: 10.0 },
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
{ name: "gpt-4o-2024-08-06", inputPrice: 2.5, outputPrice: 10.0 },
|
|
|
16 |
{ name: "GPT-4o Batch", inputPrice: 2.5, outputPrice: 7.5 },
|
17 |
{ name: "gpt-4o-2024-08-06 Batch", inputPrice: 1.25, outputPrice: 5.0 },
|
18 |
{ name: "GPT-3.5 Turbo", inputPrice: 0.5, outputPrice: 1.5 },
|
|
|
122 |
{ name: "Yi Vision", inputPrice: 0.19, outputPrice: 0.19 },
|
123 |
],
|
124 |
},
|
125 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
{
|
127 |
provider: "Together.AI",
|
128 |
uri: "https://www.together.ai/pricing",
|
|
|
177 |
{ name: "Llama 3.1 405B", inputPrice: 3.0, outputPrice: 3.0 },
|
178 |
],
|
179 |
},
|
180 |
+
{
|
181 |
+
provider: "Hyperbolic",
|
182 |
+
uri: "https://hyperbolic.xyz/pricing",
|
183 |
+
models: [
|
184 |
+
{ name: "Llama 3.1 8B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
185 |
+
{ name: "Llama 3.2 3B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
186 |
+
{ name: "Llama 3.1 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
187 |
+
{ name: "Llama 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
188 |
+
{ name: "Hermes 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
189 |
+
{ name: "Llama 3.1 405B (BF16)", inputPrice: 4.0, outputPrice: 4.0 },
|
190 |
+
{ name: "DeepSeek V2.5 (BF16)", inputPrice: 2.0, outputPrice: 2.0 },
|
191 |
+
{ name: "Qwen 2.5 72B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
192 |
+
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
|
193 |
+
{ name: "Llama 3.2 3B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
194 |
+
{ name: "Llama 3.1 405B Base (FP8)", inputPrice: 2.0, outputPrice: 2.0 },
|
195 |
+
|
196 |
+
{ name: "Pixtral 12B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
197 |
+
{
|
198 |
+
name: "Qwen2-VL-7B-Instruct (BF16)",
|
199 |
+
inputPrice: 0.1,
|
200 |
+
outputPrice: 0.1,
|
201 |
+
},
|
202 |
+
{
|
203 |
+
name: "Qwen2-VL-72B-Instruct (BF16)",
|
204 |
+
inputPrice: 0.4,
|
205 |
+
outputPrice: 0.4,
|
206 |
+
},
|
207 |
+
],
|
208 |
+
},
|
209 |
{
|
210 |
provider: "Groq",
|
211 |
uri: "https://wow.groq.com/",
|