Skip to content

Commit c29b973

Browse files
authored
o1-mini price drop to match o3-mini
1 parent 4f18635 commit c29b973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm-prices.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h2>Preset prices (all per million tokens)</h2>
153153
'gpt-4o': { name: 'GPT-4o', input: 2.50, output: 10.00 },
154154
'gpt-4o-mini': { name: 'GPT-4o Mini', input: 0.150, output: 0.600 },
155155
'o1-preview': { name: 'o1 and o1-preview', input: 15.00, output: 60.00 },
156-
'o1-mini': { name: 'o1-mini', input: 3.00, output: 12.00 },
156+
'o1-mini': { name: 'o1-mini', input: 1.10, output: 4.40 },
157157
'o3-mini': { name: 'o3-mini', input: 1.10, output: 4.40 },
158158
'amazon-nova-micro': { name: 'Amazon Nova Micro', input: 0.035, output: 0.14 },
159159
'amazon-nova-lite': { name: 'Amazon Nova Lite', input: 0.06, output: 0.24 },

0 commit comments

Comments
 (0)