Commit
·
2a71e19
1
Parent(s):
fc68aa6
- src/lib/data.ts +2 -2
src/lib/data.ts
CHANGED
@@ -6,12 +6,12 @@ export const mockData: Provider[] = [
|
|
6 |
uri: "https://openai.com/api/pricing/",
|
7 |
models: [
|
8 |
{
|
9 |
-
name: "
|
10 |
inputPrice: 10.0,
|
11 |
outputPrice: 40.0,
|
12 |
},
|
13 |
{
|
14 |
-
name: "
|
15 |
inputPrice: 1.1,
|
16 |
outputPrice: 4.4,
|
17 |
},
|
|
|
6 |
uri: "https://openai.com/api/pricing/",
|
7 |
models: [
|
8 |
{
|
9 |
+
name: "o3",
|
10 |
inputPrice: 10.0,
|
11 |
outputPrice: 40.0,
|
12 |
},
|
13 |
{
|
14 |
+
name: "o4-mini",
|
15 |
inputPrice: 1.1,
|
16 |
outputPrice: 4.4,
|
17 |
},
|