Commit
·
c1ec49c
1
Parent(s):
f5716a4
- src/lib/data.ts +0 -25
src/lib/data.ts
CHANGED
@@ -75,21 +75,6 @@ export const mockData: Provider[] = [
|
|
75 |
inputPrice: 3.0,
|
76 |
outputPrice: 12.0,
|
77 |
},
|
78 |
-
{
|
79 |
-
name: "o1-preview",
|
80 |
-
inputPrice: 15.0,
|
81 |
-
outputPrice: 60.0,
|
82 |
-
},
|
83 |
-
{
|
84 |
-
name: "o1-preview-cache-input",
|
85 |
-
inputPrice: 7.5,
|
86 |
-
outputPrice: 60.0,
|
87 |
-
},
|
88 |
-
{
|
89 |
-
name: "o1-mini-cache-input",
|
90 |
-
inputPrice: 1.5,
|
91 |
-
outputPrice: 12.0,
|
92 |
-
},
|
93 |
{
|
94 |
name: "GPT-4 Turbo",
|
95 |
inputPrice: 10.0,
|
@@ -120,21 +105,11 @@ export const mockData: Provider[] = [
|
|
120 |
inputPrice: 0.25,
|
121 |
outputPrice: 0.75,
|
122 |
},
|
123 |
-
{
|
124 |
-
name: "GPT-4o Mini",
|
125 |
-
inputPrice: 0.15,
|
126 |
-
outputPrice: 0.6,
|
127 |
-
},
|
128 |
{
|
129 |
name: "GPT-4o Mini Batch",
|
130 |
inputPrice: 0.075,
|
131 |
outputPrice: 0.3,
|
132 |
},
|
133 |
-
{
|
134 |
-
name: "GPT-4o Mini Cache Input",
|
135 |
-
inputPrice: 0.075,
|
136 |
-
outputPrice: 0.6,
|
137 |
-
},
|
138 |
],
|
139 |
},
|
140 |
{
|
|
|
75 |
inputPrice: 3.0,
|
76 |
outputPrice: 12.0,
|
77 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
{
|
79 |
name: "GPT-4 Turbo",
|
80 |
inputPrice: 10.0,
|
|
|
105 |
inputPrice: 0.25,
|
106 |
outputPrice: 0.75,
|
107 |
},
|
|
|
|
|
|
|
|
|
|
|
108 |
{
|
109 |
name: "GPT-4o Mini Batch",
|
110 |
inputPrice: 0.075,
|
111 |
outputPrice: 0.3,
|
112 |
},
|
|
|
|
|
|
|
|
|
|
|
113 |
],
|
114 |
},
|
115 |
{
|