Commit
·
8a1bff5
1
Parent(s):
450d978
- src/lib/data.ts +10 -10
src/lib/data.ts
CHANGED
@@ -25,9 +25,9 @@ export const mockData: Provider[] = [
|
|
25 |
provider: 'Google',
|
26 |
uri: 'https://ai.google.dev/pricing?hl=en',
|
27 |
models: [
|
28 |
-
{ name: 'Gemini-1.5-Pro-
|
29 |
{ name: 'Gemini-1.5-Pro-2M', inputPrice: 7.0, outputPrice: 21.0 },
|
30 |
-
{ name: 'Gemini-1.5-Flash-
|
31 |
{ name: 'Gemini-1.5-Flash-1M', inputPrice: 0.70, outputPrice: 2.10 },
|
32 |
],
|
33 |
},
|
@@ -73,7 +73,7 @@ export const mockData: Provider[] = [
|
|
73 |
uri: 'https://www.anyscale.com/pricing-detail',
|
74 |
models: [
|
75 |
{ name: 'Mixtral 8x7B', inputPrice: 0.5, outputPrice: 0.5 },
|
76 |
-
{ name: 'Llama 3
|
77 |
],
|
78 |
},
|
79 |
|
@@ -82,14 +82,14 @@ export const mockData: Provider[] = [
|
|
82 |
uri: 'https://www.together.ai/pricing',
|
83 |
models: [
|
84 |
{ name: 'Mixtral 8x7B', inputPrice: 0.6, outputPrice: 0.6 },
|
85 |
-
{ name: 'Llama 3
|
86 |
],
|
87 |
},
|
88 |
{
|
89 |
provider: 'Replicate',
|
90 |
uri: 'https://replicate.com/pricing',
|
91 |
models: [
|
92 |
-
{ name: 'Llama 3
|
93 |
{ name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
|
94 |
],
|
95 |
},
|
@@ -97,15 +97,15 @@ export const mockData: Provider[] = [
|
|
97 |
provider: 'IBM WatsonX',
|
98 |
uri: 'https://www.ibm.com/products/watsonx-ai/foundation-models',
|
99 |
models: [
|
100 |
-
{ name: 'Llama 3
|
101 |
],
|
102 |
},
|
103 |
{
|
104 |
provider: "Groq",
|
105 |
uri: "https://wow.groq.com/",
|
106 |
models: [
|
107 |
-
{ name: "Llama 3 8B
|
108 |
-
{ name: "Llama 3 70B
|
109 |
{ name: "Llama 3 8B 8192 Tool Use", inputPrice: 0.19, outputPrice: 0.19 },
|
110 |
{ name: "Llama 3 70B 8192 Tool Use", inputPrice: 0.89, outputPrice: 0.89 },
|
111 |
{ name: "Mixtral 8x7B 32k Instruct", inputPrice: 0.24, outputPrice: 0.24 },
|
@@ -117,7 +117,7 @@ export const mockData: Provider[] = [
|
|
117 |
provider: 'Fireworks',
|
118 |
uri: 'https://fireworks.ai/pricing',
|
119 |
models: [
|
120 |
-
{ name: 'Llama 3
|
121 |
{ name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
|
122 |
],
|
123 |
},
|
@@ -132,7 +132,7 @@ export const mockData: Provider[] = [
|
|
132 |
provider: 'Perplexity',
|
133 |
uri: 'https://docs.perplexity.ai/docs/pricing',
|
134 |
models: [
|
135 |
-
{ name: 'Llama 3
|
136 |
{ name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
|
137 |
],
|
138 |
},
|
|
|
25 |
provider: 'Google',
|
26 |
uri: 'https://ai.google.dev/pricing?hl=en',
|
27 |
models: [
|
28 |
+
{ name: 'Gemini-1.5-Pro-128K', inputPrice: 3.5, outputPrice: 10.50 },
|
29 |
{ name: 'Gemini-1.5-Pro-2M', inputPrice: 7.0, outputPrice: 21.0 },
|
30 |
+
{ name: 'Gemini-1.5-Flash-128K', inputPrice: 0.35, outputPrice: 1.05 },
|
31 |
{ name: 'Gemini-1.5-Flash-1M', inputPrice: 0.70, outputPrice: 2.10 },
|
32 |
],
|
33 |
},
|
|
|
73 |
uri: 'https://www.anyscale.com/pricing-detail',
|
74 |
models: [
|
75 |
{ name: 'Mixtral 8x7B', inputPrice: 0.5, outputPrice: 0.5 },
|
76 |
+
{ name: 'Llama 3 70B', inputPrice: 1.0, outputPrice: 1.0 },
|
77 |
],
|
78 |
},
|
79 |
|
|
|
82 |
uri: 'https://www.together.ai/pricing',
|
83 |
models: [
|
84 |
{ name: 'Mixtral 8x7B', inputPrice: 0.6, outputPrice: 0.6 },
|
85 |
+
{ name: 'Llama 3 70B', inputPrice: 0.9, outputPrice: 0.9 },
|
86 |
],
|
87 |
},
|
88 |
{
|
89 |
provider: 'Replicate',
|
90 |
uri: 'https://replicate.com/pricing',
|
91 |
models: [
|
92 |
+
{ name: 'Llama 3 70B', inputPrice: 0.65, outputPrice: 2.75 },
|
93 |
{ name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
|
94 |
],
|
95 |
},
|
|
|
97 |
provider: 'IBM WatsonX',
|
98 |
uri: 'https://www.ibm.com/products/watsonx-ai/foundation-models',
|
99 |
models: [
|
100 |
+
{ name: 'Llama 3 70B', inputPrice: 1.80, outputPrice: 1.80 },
|
101 |
],
|
102 |
},
|
103 |
{
|
104 |
provider: "Groq",
|
105 |
uri: "https://wow.groq.com/",
|
106 |
models: [
|
107 |
+
{ name: "Llama 3 8B 8K", inputPrice: 0.05, outputPrice: 0.08 },
|
108 |
+
{ name: "Llama 3 70B 8K", inputPrice: 0.59, outputPrice: 0.79 },
|
109 |
{ name: "Llama 3 8B 8192 Tool Use", inputPrice: 0.19, outputPrice: 0.19 },
|
110 |
{ name: "Llama 3 70B 8192 Tool Use", inputPrice: 0.89, outputPrice: 0.89 },
|
111 |
{ name: "Mixtral 8x7B 32k Instruct", inputPrice: 0.24, outputPrice: 0.24 },
|
|
|
117 |
provider: 'Fireworks',
|
118 |
uri: 'https://fireworks.ai/pricing',
|
119 |
models: [
|
120 |
+
{ name: 'Llama 3 70B', inputPrice: 0.90, outputPrice: 0.90 },
|
121 |
{ name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
|
122 |
],
|
123 |
},
|
|
|
132 |
provider: 'Perplexity',
|
133 |
uri: 'https://docs.perplexity.ai/docs/pricing',
|
134 |
models: [
|
135 |
+
{ name: 'Llama 3 70B', inputPrice: 1.0, outputPrice: 1.0 },
|
136 |
{ name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
|
137 |
],
|
138 |
},
|