Skip to content

Commit 2e0a70b

Browse files
authored
o1-preview and o1-mini
1 parent c7e297c commit 2e0a70b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llm-prices.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ <h2>Presets</h2>
151151
'claude-3-opus': { name: 'Claude 3 Opus', input: 15.00, output: 75.00 },
152152
'claude-3-haiku': { name: 'Claude 3 Haiku', input: 0.25, output: 1.25 },
153153
'gpt-4o': { name: 'GPT-4o', input: 2.50, output: 10.00 },
154-
'gpt-4o-mini': { name: 'GPT-4o Mini', input: 0.150, output: 0.600 }
154+
'gpt-4o-mini': { name: 'GPT-4o Mini', input: 0.150, output: 0.600 },
155+
'o1-preview': { name: 'o1-preview', input: 15.00, output: 60.00 },
156+
'o1-mini': { name: 'o1-mini', input: 3.00, output: 12.00 }
155157
};
156158

157159
function calculateCost() {

0 commit comments

Comments
 (0)