Commit
·
c724824
1
Parent(s):
725d8dc
- src/lib/data.ts +18 -2
src/lib/data.ts
CHANGED
@@ -245,6 +245,7 @@ export const mockData: Provider[] = [
|
|
245 |
{ name: "Hermes 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
246 |
{ name: "Llama 3.1 405B (BF16)", inputPrice: 4.0, outputPrice: 4.0 },
|
247 |
{ name: "DeepSeek V2.5 (BF16)", inputPrice: 2.0, outputPrice: 2.0 },
|
|
|
248 |
{ name: "Qwen 2.5 72B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
249 |
{ name: "Llama 3.1 405B Base (FP8)", inputPrice: 2.0, outputPrice: 2.0 },
|
250 |
{ name: "Pixtral 12B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
@@ -267,8 +268,8 @@ export const mockData: Provider[] = [
|
|
267 |
models: [
|
268 |
{
|
269 |
name: "DeepSeek V3",
|
270 |
-
inputPrice:
|
271 |
-
outputPrice:
|
272 |
},
|
273 |
{
|
274 |
name: "Meta Llama 3.3 70B Instruct Turbo",
|
@@ -519,6 +520,11 @@ export const mockData: Provider[] = [
|
|
519 |
provider: "Fireworks",
|
520 |
uri: "https://fireworks.ai/pricing",
|
521 |
models: [
|
|
|
|
|
|
|
|
|
|
|
522 |
{
|
523 |
name: "Llama 3.2 1B Instruct",
|
524 |
inputPrice: 0.2,
|
@@ -723,6 +729,16 @@ export const mockData: Provider[] = [
|
|
723 |
provider: "DeepInfra",
|
724 |
uri: "https://deepinfra.com/models/text-generation/",
|
725 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
726 |
{
|
727 |
name: "meta-llama/Llama-3.2-1B-Instruct",
|
728 |
inputPrice: 0.01,
|
|
|
245 |
{ name: "Hermes 3 70B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
246 |
{ name: "Llama 3.1 405B (BF16)", inputPrice: 4.0, outputPrice: 4.0 },
|
247 |
{ name: "DeepSeek V2.5 (BF16)", inputPrice: 2.0, outputPrice: 2.0 },
|
248 |
+
{ name: "DeepSeek V3", inputPrice: 0.25, outputPrice: 0.25 },
|
249 |
{ name: "Qwen 2.5 72B (BF16)", inputPrice: 0.4, outputPrice: 0.4 },
|
250 |
{ name: "Llama 3.1 405B Base (FP8)", inputPrice: 2.0, outputPrice: 2.0 },
|
251 |
{ name: "Pixtral 12B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
|
|
|
268 |
models: [
|
269 |
{
|
270 |
name: "DeepSeek V3",
|
271 |
+
inputPrice: 1.25,
|
272 |
+
outputPrice: 1.25,
|
273 |
},
|
274 |
{
|
275 |
name: "Meta Llama 3.3 70B Instruct Turbo",
|
|
|
520 |
provider: "Fireworks",
|
521 |
uri: "https://fireworks.ai/pricing",
|
522 |
models: [
|
523 |
+
{
|
524 |
+
name: "DeepSeek V3",
|
525 |
+
inputPrice: 0.9,
|
526 |
+
outputPrice: 0.9,
|
527 |
+
},
|
528 |
{
|
529 |
name: "Llama 3.2 1B Instruct",
|
530 |
inputPrice: 0.2,
|
|
|
729 |
provider: "DeepInfra",
|
730 |
uri: "https://deepinfra.com/models/text-generation/",
|
731 |
models: [
|
732 |
+
{
|
733 |
+
name: "DeepSeek V3",
|
734 |
+
inputPrice: 0.85,
|
735 |
+
outputPrice: 0.9,
|
736 |
+
},
|
737 |
+
{
|
738 |
+
name: "Phi 4",
|
739 |
+
inputPrice: 0.07,
|
740 |
+
outputPrice: 0.14,
|
741 |
+
},
|
742 |
{
|
743 |
name: "meta-llama/Llama-3.2-1B-Instruct",
|
744 |
inputPrice: 0.01,
|