Commit
·
f9ff812
1
Parent(s):
c6db04d
- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
@@ -22,7 +22,7 @@ export const mockData: Provider[] = [
|
|
22 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
23 |
{ name: 'GPT-4o Mini', inputPrice: 0.15, outputPrice: 0.60 },
|
24 |
{ name: 'GPT-4o Mini Batch', inputPrice: 0.075, outputPrice: 0.3 },
|
25 |
-
{ name: 'GPT-4o Mini Cache
|
26 |
],
|
27 |
},
|
28 |
{
|
|
|
22 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
23 |
{ name: 'GPT-4o Mini', inputPrice: 0.15, outputPrice: 0.60 },
|
24 |
{ name: 'GPT-4o Mini Batch', inputPrice: 0.075, outputPrice: 0.3 },
|
25 |
+
{ name: 'GPT-4o Mini Cache Input', inputPrice: 0.075, outputPrice: 0.60 }
|
26 |
],
|
27 |
},
|
28 |
{
|