Commit
·
841947f
1
Parent(s):
3ffa40a
- src/lib/data.ts +6 -4
src/lib/data.ts
CHANGED
@@ -7,12 +7,14 @@ 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 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
|
13 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
14 |
-
{ name: 'GPT-
|
15 |
-
{ name: 'GPT-
|
16 |
],
|
17 |
},
|
18 |
{
|
|
|
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-4o', inputPrice: 5.0, outputPrice: 15.0 },
|
11 |
+
{ name: 'GPT-4o Batch', inputPrice: 2.5, outputPrice: 7.5 },
|
12 |
+
{ name: 'GPT-4o-64K Output Alpha', inputPrice: 6.0, outputPrice: 18.0 },
|
13 |
+
{ name: 'GPT-4o 64K Output Alpha Batch', inputPrice: 3.0, outputPrice: 9.0 },
|
14 |
{ name: 'GPT-3.5 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
|
15 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
16 |
+
{ name: 'GPT-4o Mini', inputPrice: 0.15, outputPrice: 0.60 },
|
17 |
+
{ name: 'GPT-4o Mini Batch', inputPrice: 0.075, outputPrice: 0.3 },
|
18 |
],
|
19 |
},
|
20 |
{
|