Commit
·
d35b1c9
1
Parent(s):
5627f0c
- src/lib/data.ts +3 -1
src/lib/data.ts
CHANGED
@@ -8,9 +8,11 @@ export const mockData: Provider[] = [
|
|
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 },
|
|
|
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-64K Output Alpha', inputPrice: 6.0, outputPrice: 18.0 },
|
12 |
{ name: 'GPT-4o 64K Output Alpha Batch', inputPrice: 3.0, outputPrice: 9.0 },
|
13 |
+
{ name: 'gpt-4o-2024-08-06', inputPrice: 2.5, outputPrice: 10.0 },
|
14 |
+
{ name: 'GPT-4o Batch', inputPrice: 2.5, outputPrice: 7.5 },
|
15 |
+
{ name: 'gpt-4o-2024-08-06 Batch', inputPrice: 1.25, outputPrice: 5.0 },
|
16 |
{ name: 'GPT-3.5 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
|
17 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
18 |
{ name: 'GPT-4o Mini', inputPrice: 0.15, outputPrice: 0.60 },
|