Presidentlin commited on
Commit
7056b57
·
1 Parent(s): 060b0d6
Files changed (1) hide show
  1. src/lib/data.ts +85 -0
src/lib/data.ts CHANGED
@@ -75,6 +75,8 @@ export const mockData: Provider[] = [
75
  provider: "Mistral",
76
  uri: "https://docs.mistral.ai/platform/pricing",
77
  models: [
 
 
78
  { name: "Mistral Large 2", inputPrice: 2.0, outputPrice: 6.0 },
79
  { name: "Mistral Small 24.09", inputPrice: 0.2, outputPrice: 0.6 },
80
  { name: "Mistral Nemo", inputPrice: 0.15, outputPrice: 0.15 },
@@ -178,6 +180,89 @@ export const mockData: Provider[] = [
178
  { name: "Llama 3.1 405B", inputPrice: 3.0, outputPrice: 3.0 },
179
  ],
180
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  {
182
  provider: "Hyperbolic",
183
  uri: "https://hyperbolic.xyz/pricing",
 
75
  provider: "Mistral",
76
  uri: "https://docs.mistral.ai/platform/pricing",
77
  models: [
78
+ { name: "Mistral Large 3", inputPrice: 2.0, outputPrice: 6.0 },
79
+ { name: "Pixtral Large", inputPrice: 2.0, outputPrice: 6.0 },
80
  { name: "Mistral Large 2", inputPrice: 2.0, outputPrice: 6.0 },
81
  { name: "Mistral Small 24.09", inputPrice: 0.2, outputPrice: 0.6 },
82
  { name: "Mistral Nemo", inputPrice: 0.15, outputPrice: 0.15 },
 
180
  { name: "Llama 3.1 405B", inputPrice: 3.0, outputPrice: 3.0 },
181
  ],
182
  },
183
+ {
184
+ provider: "Nebius AI Studio",
185
+ uri: "https://nebius.ai/pricing",
186
+ models: [
187
+ {
188
+ name: "Meta/Llama-3.1-8B-Instruct (fast)",
189
+ inputPrice: 0.03,
190
+ outputPrice: 0.09,
191
+ },
192
+ {
193
+ name: "Meta/Llama-3.1-8B-Instruct (base)",
194
+ inputPrice: 0.02,
195
+ outputPrice: 0.06,
196
+ },
197
+ {
198
+ name: "Meta/Llama-3.1-70B-Instruct (fast)",
199
+ inputPrice: 0.25,
200
+ outputPrice: 0.75,
201
+ },
202
+ {
203
+ name: "Meta/Llama-3.1-70B-Instruct (base)",
204
+ inputPrice: 0.13,
205
+ outputPrice: 0.4,
206
+ },
207
+ {
208
+ name: "Meta/Llama-3.1-405B-Instruct (base)",
209
+ inputPrice: 1.0,
210
+ outputPrice: 3.0,
211
+ },
212
+ {
213
+ name: "MistralAI/Mistral-Nemo-Instruct-2407 (fast)",
214
+ inputPrice: 0.08,
215
+ outputPrice: 0.24,
216
+ },
217
+ {
218
+ name: "MistralAI/Mistral-Nemo-Instruct-2407 (base)",
219
+ inputPrice: 0.04,
220
+ outputPrice: 0.12,
221
+ },
222
+ {
223
+ name: "MistralAI/Mixtral-8x22B-Instruct-v0.1 (fast)",
224
+ inputPrice: 0.7,
225
+ outputPrice: 2.1,
226
+ },
227
+ {
228
+ name: "MistralAI/Mixtral-8x22B-Instruct-v0.1 (base)",
229
+ inputPrice: 0.4,
230
+ outputPrice: 1.2,
231
+ },
232
+ {
233
+ name: "DeepSeekAI/DeepSeek-Coder-V2-Lite-Instruct-FP8 (fast)",
234
+ inputPrice: 0.08,
235
+ outputPrice: 0.24,
236
+ },
237
+ {
238
+ name: "DeepSeekAI/DeepSeek-Coder-V2-Lite-Instruct-FP8 (base)",
239
+ inputPrice: 0.04,
240
+ outputPrice: 0.12,
241
+ },
242
+ { name: "Qwen2.5-Coder-7B (fast)", inputPrice: 0.03, outputPrice: 0.09 },
243
+ { name: "Qwen2.5-Coder-7B (base)", inputPrice: 0.01, outputPrice: 0.03 },
244
+ {
245
+ name: "Microsoft/Phi-3-mini-4k-instruct (fast)",
246
+ inputPrice: 0.13,
247
+ outputPrice: 0.4,
248
+ },
249
+ {
250
+ name: "Microsoft/Phi-3-mini-4k-instruct (base)",
251
+ inputPrice: 0.04,
252
+ outputPrice: 0.13,
253
+ },
254
+ {
255
+ name: "NVIDIA/Llama-3.1-Nemotron-70B-Instruct-HF (fast)",
256
+ inputPrice: 0.25,
257
+ outputPrice: 0.75,
258
+ },
259
+ {
260
+ name: "NVIDIA/Llama-3.1-Nemotron-70B-Instruct-HF (base)",
261
+ inputPrice: 0.13,
262
+ outputPrice: 0.4,
263
+ },
264
+ ],
265
+ },
266
  {
267
  provider: "Hyperbolic",
268
  uri: "https://hyperbolic.xyz/pricing",