Commit
·
bb32549
1
Parent(s):
ad66118
- src/lib/data.ts +30 -21
src/lib/data.ts
CHANGED
@@ -72,13 +72,20 @@ export const mockData: Provider[] = [
|
|
72 |
],
|
73 |
},
|
74 |
{
|
75 |
-
provider: '
|
76 |
-
uri: 'https://
|
77 |
models: [
|
78 |
-
{ name: '
|
79 |
-
{ name: 'Llama 3 70B', inputPrice: 1.0, outputPrice: 1.0 },
|
80 |
],
|
81 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
{
|
83 |
provider: 'Together.AI',
|
84 |
uri: 'https://www.together.ai/pricing',
|
@@ -129,25 +136,34 @@ export const mockData: Provider[] = [
|
|
129 |
],
|
130 |
},
|
131 |
{
|
132 |
-
provider: '
|
133 |
-
uri: 'https://
|
134 |
models: [
|
135 |
-
{ name: 'Llama 3 70B', inputPrice: 1.
|
|
|
136 |
],
|
137 |
},
|
138 |
{
|
139 |
-
provider: '
|
140 |
-
uri: 'https://
|
141 |
models: [
|
142 |
-
{ name: '
|
|
|
143 |
],
|
144 |
},
|
145 |
{
|
146 |
-
provider: '
|
147 |
-
uri: 'https://
|
148 |
models: [
|
149 |
-
{ name:
|
150 |
-
{ name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
],
|
152 |
},
|
153 |
{
|
@@ -159,12 +175,5 @@ export const mockData: Provider[] = [
|
|
159 |
{ name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
|
160 |
{ name: 'Palmyra X 002 32k', inputPrice: 1.0, outputPrice: 2.0 }
|
161 |
],
|
162 |
-
},
|
163 |
-
{
|
164 |
-
provider: 'AI21',
|
165 |
-
uri: 'https://www.ai21.com/jamba',
|
166 |
-
models: [
|
167 |
-
{ name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
|
168 |
-
],
|
169 |
}
|
170 |
]
|
|
|
72 |
],
|
73 |
},
|
74 |
{
|
75 |
+
provider: '01.ai',
|
76 |
+
uri: 'https://platform.01.ai/docs#models-and-pricing',
|
77 |
models: [
|
78 |
+
{ name: 'Yi-Large', inputPrice: 3.00, outputPrice: 3.00 },
|
|
|
79 |
],
|
80 |
},
|
81 |
+
{
|
82 |
+
provider: 'AI21',
|
83 |
+
uri: 'https://www.ai21.com/jamba',
|
84 |
+
models: [
|
85 |
+
{ name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
|
86 |
+
],
|
87 |
+
},
|
88 |
+
|
89 |
{
|
90 |
provider: 'Together.AI',
|
91 |
uri: 'https://www.together.ai/pricing',
|
|
|
136 |
],
|
137 |
},
|
138 |
{
|
139 |
+
provider: 'Perplexity',
|
140 |
+
uri: 'https://docs.perplexity.ai/docs/pricing',
|
141 |
models: [
|
142 |
+
{ name: 'Llama 3 70B', inputPrice: 1.0, outputPrice: 1.0 },
|
143 |
+
{ name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
|
144 |
],
|
145 |
},
|
146 |
{
|
147 |
+
provider: 'Anyscale',
|
148 |
+
uri: 'https://www.anyscale.com/pricing-detail',
|
149 |
models: [
|
150 |
+
{ name: 'Mixtral 8x7B', inputPrice: 0.5, outputPrice: 0.5 },
|
151 |
+
{ name: 'Llama 3 70B', inputPrice: 1.0, outputPrice: 1.0 },
|
152 |
],
|
153 |
},
|
154 |
{
|
155 |
+
provider: 'IBM WatsonX',
|
156 |
+
uri: 'https://www.ibm.com/products/watsonx-ai/foundation-models',
|
157 |
models: [
|
158 |
+
{ name: "Granite 20B Multilingual", inputPrice: 0.60, outputPrice: 0.60 },
|
159 |
+
{ name: "Granite 13B Chat", inputPrice: 0.60, outputPrice: 0.60 },
|
160 |
+
{ name: "Granite 13B Instruct", inputPrice: 0.60, outputPrice: 0.60 },
|
161 |
+
{ name: "Granite 34B Code Instruct", inputPrice: 0.60, outputPrice: 0.60 },
|
162 |
+
{ name: "Granite 20B Code Instruct", inputPrice: 0.60, outputPrice: 0.60 },
|
163 |
+
{ name: "Granite 8B Code Instruct", inputPrice: 0.60, outputPrice: 0.60 },
|
164 |
+
{ name: "Granite 3B Code Instruct", inputPrice: 0.60, outputPrice: 0.60 },
|
165 |
+
{ name: "Granite 8B Japanese", inputPrice: 0.60, outputPrice: 0.60 },
|
166 |
+
{ name: "Granite 7B Lab", inputPrice: 0.60, outputPrice: 0.60 }
|
167 |
],
|
168 |
},
|
169 |
{
|
|
|
175 |
{ name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
|
176 |
{ name: 'Palmyra X 002 32k', inputPrice: 1.0, outputPrice: 2.0 }
|
177 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
}
|
179 |
]
|