Commit
·
fb00bf6
1
Parent(s):
7a1a6dd
- src/lib/data.ts +3 -1
src/lib/data.ts
CHANGED
@@ -5,6 +5,8 @@ export const mockData: Provider[] = [
|
|
5 |
provider: 'OpenAI',
|
6 |
uri: 'https://openai.com/api/pricing/',
|
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 },
|
@@ -16,7 +18,7 @@ export const mockData: Provider[] = [
|
|
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 },
|
19 |
-
{ name: 'GPT-4o Mini Batch', inputPrice: 0.075, outputPrice: 0.3 }
|
20 |
],
|
21 |
},
|
22 |
{
|
|
|
5 |
provider: 'OpenAI',
|
6 |
uri: 'https://openai.com/api/pricing/',
|
7 |
models: [
|
8 |
+
{ name: 'o1-preview', inputPrice: 15.0, outputPrice: 60.0 },
|
9 |
+
{ name: 'o1-mini', inputPrice: 3.0, outputPrice: 12.0 },
|
10 |
{ name: 'GPT-4 Turbo', inputPrice: 10.0, outputPrice: 30.0 },
|
11 |
{ name: 'GPT-4 Turbo Batch', inputPrice: 5.0, outputPrice: 15.0 },
|
12 |
{ name: 'GPT-4o', inputPrice: 5.0, outputPrice: 15.0 },
|
|
|
18 |
{ name: 'GPT-3.5 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
|
19 |
{ name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
|
20 |
{ name: 'GPT-4o Mini', inputPrice: 0.15, outputPrice: 0.60 },
|
21 |
+
{ name: 'GPT-4o Mini Batch', inputPrice: 0.075, outputPrice: 0.3 }
|
22 |
],
|
23 |
},
|
24 |
{
|