Commit
·
119cb29
1
Parent(s):
1cb746c
- src/lib/data.ts +59 -61
src/lib/data.ts
CHANGED
@@ -7,31 +7,31 @@ export const mockData: Provider[] = [
|
|
7 |
models: [
|
8 |
{ name: 'GPT-4 Turbo', inputPrice: 10.0, outputPrice: 30.0 },
|
9 |
{ name: 'GPT-4 Turbo Batch', inputPrice: 5.0, outputPrice: 15.0 },
|
10 |
-
{ name: 'GPT-
|
11 |
-
{ name: 'GPT-
|
12 |
-
{ name: 'GPT-3.5
|
13 |
-
{ name: 'GPT-3.5
|
14 |
-
{ name: 'GPT-
|
15 |
-
{ name: 'GPT-
|
16 |
],
|
17 |
},
|
18 |
{
|
19 |
provider: 'Anthropic',
|
20 |
uri: 'https://www.anthropic.com/pricing',
|
21 |
models: [
|
22 |
-
{ name: 'Claude 3
|
23 |
-
{ name: 'Claude 3.5
|
24 |
-
{ name: 'Claude 3
|
25 |
],
|
26 |
},
|
27 |
{
|
28 |
provider: 'Google',
|
29 |
uri: 'https://ai.google.dev/pricing?hl=en',
|
30 |
models: [
|
31 |
-
{ name: 'Gemini
|
32 |
-
{ name: 'Gemini
|
33 |
-
{ name: 'Gemini
|
34 |
-
{ name: 'Gemini
|
35 |
],
|
36 |
},
|
37 |
{
|
@@ -67,42 +67,41 @@ export const mockData: Provider[] = [
|
|
67 |
provider: 'DeepSpeek',
|
68 |
uri: 'https://platform.deepseek.com/api-docs/pricing/',
|
69 |
models: [
|
70 |
-
{ name: 'DeepSeek
|
71 |
-
{ name: 'DeepSeek
|
72 |
],
|
73 |
},
|
74 |
{
|
75 |
provider: '01.ai',
|
76 |
uri: 'https://platform.01.ai/docs#models-and-pricing',
|
77 |
models: [
|
78 |
-
{ name: 'Yi
|
79 |
],
|
80 |
},
|
81 |
{
|
82 |
provider: 'AI21',
|
83 |
uri: 'https://www.ai21.com/jamba',
|
84 |
models: [
|
85 |
-
{ name: 'Jamba
|
86 |
-
],
|
87 |
-
},
|
88 |
-
{
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
{ name:
|
93 |
-
{ name:
|
94 |
-
{ name:
|
95 |
-
{ name:
|
96 |
-
{ name:
|
97 |
-
{ name:
|
98 |
-
{ name:
|
99 |
-
{ name:
|
100 |
-
{ name:
|
101 |
-
{ name:
|
102 |
-
{ name:
|
103 |
-
{ name:
|
104 |
-
{ name:
|
105 |
-
{ name: "thenlper/gte-large", inputPrice: 0.05, outputPrice: 0.05 }
|
106 |
]
|
107 |
},
|
108 |
{
|
@@ -116,12 +115,12 @@ export const mockData: Provider[] = [
|
|
116 |
{ name: 'Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
|
117 |
{ name: 'Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
|
118 |
{ name: 'Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 5.0 },
|
119 |
-
{ name: 'Gemma
|
120 |
-
{ name: 'Gemma
|
121 |
{ name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
|
122 |
{ name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
|
123 |
{ name: 'Mistral 7B', inputPrice: 0.20, outputPrice: 0.20 },
|
124 |
-
{ name: 'Qwen 2 Instruct
|
125 |
{ name: 'Snowflake Arctic Instruct', inputPrice: 2.40, outputPrice: 2.40 },
|
126 |
{ name: 'DBRX', inputPrice: 1.20, outputPrice: 1.20 }
|
127 |
],
|
@@ -152,7 +151,6 @@ export const mockData: Provider[] = [
|
|
152 |
{ name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
|
153 |
]
|
154 |
},
|
155 |
-
|
156 |
{
|
157 |
provider: 'Replicate',
|
158 |
uri: 'https://replicate.com/pricing',
|
@@ -198,24 +196,24 @@ export const mockData: Provider[] = [
|
|
198 |
provider: 'Novita AI',
|
199 |
uri: 'https://novita.ai/model-api/pricing',
|
200 |
models: [
|
201 |
-
{ name: "
|
202 |
-
{ name: "
|
203 |
-
{ name: "
|
204 |
-
{ name: "
|
205 |
-
{ name: "
|
206 |
-
{ name: "
|
207 |
-
{ name: "
|
208 |
-
{ name: "
|
209 |
-
{ name: "
|
210 |
-
{ name: "
|
211 |
-
{ name: "
|
212 |
-
{ name: "
|
213 |
-
{ name: "
|
214 |
-
{ name: "
|
215 |
-
{ name: "Nous
|
216 |
-
{ name: "
|
217 |
-
{ name: "
|
218 |
-
{ name: "
|
219 |
|
220 |
],
|
221 |
},
|
@@ -224,9 +222,9 @@ export const mockData: Provider[] = [
|
|
224 |
uri: 'https://dev.writer.com/home/pricing',
|
225 |
models: [
|
226 |
{ name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
|
227 |
-
{ name: 'Palmyra X
|
228 |
{ name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
|
229 |
-
{ name: 'Palmyra X 002
|
230 |
],
|
231 |
}
|
232 |
]
|
|
|
7 |
models: [
|
8 |
{ name: 'GPT-4 Turbo', inputPrice: 10.0, outputPrice: 30.0 },
|
9 |
{ name: 'GPT-4 Turbo Batch', inputPrice: 5.0, outputPrice: 15.0 },
|
10 |
+
{ name: 'GPT-4 Standard', inputPrice: 5.0, outputPrice: 15.0 },
|
11 |
+
{ name: 'GPT-4 Standard Batch', inputPrice: 2.5, outputPrice: 7.5 },
|
12 |
+
{ name: 'GPT-3.5 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
|
13 |
+
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
14 |
+
{ name: 'GPT-4 Mini', inputPrice: 0.15, outputPrice: 0.60 },
|
15 |
+
{ name: 'GPT-4 Mini Batch', inputPrice: 0.075, outputPrice: 0.3 },
|
16 |
],
|
17 |
},
|
18 |
{
|
19 |
provider: 'Anthropic',
|
20 |
uri: 'https://www.anthropic.com/pricing',
|
21 |
models: [
|
22 |
+
{ name: 'Claude 3 Opus', inputPrice: 15.0, outputPrice: 75.0 },
|
23 |
+
{ name: 'Claude 3.5 Sonnet', inputPrice: 3.0, outputPrice: 15.0 },
|
24 |
+
{ name: 'Claude 3 Haiku', inputPrice: 0.25, outputPrice: 1.25 },
|
25 |
],
|
26 |
},
|
27 |
{
|
28 |
provider: 'Google',
|
29 |
uri: 'https://ai.google.dev/pricing?hl=en',
|
30 |
models: [
|
31 |
+
{ name: 'Gemini 1.5 Pro 128K', inputPrice: 3.5, outputPrice: 10.50 },
|
32 |
+
{ name: 'Gemini 1.5 Pro 2M', inputPrice: 7.0, outputPrice: 21.0 },
|
33 |
+
{ name: 'Gemini 1.5 Flash 128K', inputPrice: 0.35, outputPrice: 1.05 },
|
34 |
+
{ name: 'Gemini 1.5 Flash 1M', inputPrice: 0.70, outputPrice: 2.10 },
|
35 |
],
|
36 |
},
|
37 |
{
|
|
|
67 |
provider: 'DeepSpeek',
|
68 |
uri: 'https://platform.deepseek.com/api-docs/pricing/',
|
69 |
models: [
|
70 |
+
{ name: 'DeepSeek V2', inputPrice: 0.14, outputPrice: 0.28 },
|
71 |
+
{ name: 'DeepSeek Coder V2', inputPrice: 0.14, outputPrice: 0.28 },
|
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 |
+
provider: 'OctoAI',
|
90 |
+
uri: 'https://docs.octoai/platform/pricing',
|
91 |
+
models: [
|
92 |
+
{ name: 'Llama 3.1 405B Instruct', inputPrice: 3.0, outputPrice: 9.0 },
|
93 |
+
{ name: 'Llama 3.1 70B Instruct', inputPrice: 0.9, outputPrice: 0.9 },
|
94 |
+
{ name: 'Llama 3.1 8B Instruct', inputPrice: 0.15, outputPrice: 0.15 },
|
95 |
+
{ name: 'Qwen2 7B Instruct', inputPrice: 0.15, outputPrice: 0.15 },
|
96 |
+
{ name: 'Hermes 2 Pro Llama 3 8B', inputPrice: 0.15, outputPrice: 0.15 },
|
97 |
+
{ name: 'Llama 3 8B Instruct', inputPrice: 0.15, outputPrice: 0.15 },
|
98 |
+
{ name: 'Llama 3 70B Instruct', inputPrice: 0.9, outputPrice: 0.9 },
|
99 |
+
{ name: 'Mixtral 8x22B Instruct', inputPrice: 1.2, outputPrice: 1.2 },
|
100 |
+
{ name: 'Nous Hermes 2 Mixtral 8x7B', inputPrice: 0.45, outputPrice: 0.45 },
|
101 |
+
{ name: 'Mixtral 8x7B Instruct', inputPrice: 0.45, outputPrice: 0.45 },
|
102 |
+
{ name: 'WizardLM 2 8x22B', inputPrice: 1.2, outputPrice: 1.2 },
|
103 |
+
{ name: 'Mistral 7B Instruct v0.3', inputPrice: 0.15, outputPrice: 0.15 },
|
104 |
+
{ name: 'Llama Guard 2', inputPrice: 0.15, outputPrice: 0.15 },
|
|
|
105 |
]
|
106 |
},
|
107 |
{
|
|
|
115 |
{ name: 'Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
|
116 |
{ name: 'Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
|
117 |
{ name: 'Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 5.0 },
|
118 |
+
{ name: 'Gemma 2 Instruct 27B', inputPrice: 0.80, outputPrice: 0.80 },
|
119 |
+
{ name: 'Gemma 2 Instruct 9B', inputPrice: 0.30, outputPrice: 0.30 },
|
120 |
{ name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
|
121 |
{ name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
|
122 |
{ name: 'Mistral 7B', inputPrice: 0.20, outputPrice: 0.20 },
|
123 |
+
{ name: 'Qwen 2 Instruct 72B', inputPrice: 0.90, outputPrice: 0.90 },
|
124 |
{ name: 'Snowflake Arctic Instruct', inputPrice: 2.40, outputPrice: 2.40 },
|
125 |
{ name: 'DBRX', inputPrice: 1.20, outputPrice: 1.20 }
|
126 |
],
|
|
|
151 |
{ name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
|
152 |
]
|
153 |
},
|
|
|
154 |
{
|
155 |
provider: 'Replicate',
|
156 |
uri: 'https://replicate.com/pricing',
|
|
|
196 |
provider: 'Novita AI',
|
197 |
uri: 'https://novita.ai/model-api/pricing',
|
198 |
models: [
|
199 |
+
{ name: "Llama 3 8B Instruct", inputPrice: 0.06, outputPrice: 0.06 },
|
200 |
+
{ name: "Llama 3 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
|
201 |
+
{ name: "Llama 3.1 8B Instruct", inputPrice: 0.10, outputPrice: 0.10 },
|
202 |
+
{ name: "Llama 3.1 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
|
203 |
+
{ name: "Llama 3.1 405B Instruct", inputPrice: 3.00, outputPrice: 5.00 },
|
204 |
+
{ name: "Gemma 2 9B IT", inputPrice: 0.08, outputPrice: 0.08 },
|
205 |
+
{ name: "Airoboros L2 70B", inputPrice: 0.50, outputPrice: 0.50 },
|
206 |
+
{ name: "Hermes 2 Pro Llama 3 8B", inputPrice: 0.14, outputPrice: 0.14 },
|
207 |
+
{ name: "Mistral 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
|
208 |
+
{ name: "Dolphin Mixtral 8x22B", inputPrice: 0.90, outputPrice: 0.90 },
|
209 |
+
{ name: "L3 70B Euryale v2.1", inputPrice: 1.48, outputPrice: 1.48 },
|
210 |
+
{ name: "Midnight Rose 70B", inputPrice: 0.80, outputPrice: 0.80 },
|
211 |
+
{ name: "Mythomax L2 13B", inputPrice: 0.12, outputPrice: 0.12 },
|
212 |
+
{ name: "Nous Hermes Llama2 13B", inputPrice: 0.17, outputPrice: 0.17 },
|
213 |
+
{ name: "Nous Hermes 2 Mixtral 8x7B DPO", inputPrice: 0.27, outputPrice: 0.27 },
|
214 |
+
{ name: "LZLV 70B", inputPrice: 0.58, outputPrice: 0.78 },
|
215 |
+
{ name: "OpenHermes 2.5 Mistral 7B", inputPrice: 0.17, outputPrice: 0.17 },
|
216 |
+
{ name: "WizardLM 2 8x22B", inputPrice: 0.64, outputPrice: 0.64 }
|
217 |
|
218 |
],
|
219 |
},
|
|
|
222 |
uri: 'https://dev.writer.com/home/pricing',
|
223 |
models: [
|
224 |
{ name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
|
225 |
+
{ name: 'Palmyra X 32K', inputPrice: 1.0, outputPrice: 2.0 },
|
226 |
{ name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
|
227 |
+
{ name: 'Palmyra X 002 32K', inputPrice: 1.0, outputPrice: 2.0 }
|
228 |
],
|
229 |
}
|
230 |
]
|