Skip to content

Commit cbba875

Browse files
authored
o1 and o1-preview same cost
1 parent ee48769 commit cbba875

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
@@ -154,7 +154,7 @@ <h2>Presets</h2>
154154
'claude-3.5-haiku': { name: 'Claude 3.5 Haiku', input: 0.80, output: 4.00 },
155155
'gpt-4o': { name: 'GPT-4o', input: 2.50, output: 10.00 },
156156
'gpt-4o-mini': { name: 'GPT-4o Mini', input: 0.150, output: 0.600 },
157-
'o1-preview': { name: 'o1-preview', input: 15.00, output: 60.00 },
157+
'o1-preview': { name: 'o1 and o1-preview', input: 15.00, output: 60.00 },
158158
'o1-mini': { name: 'o1-mini', input: 3.00, output: 12.00 },
159159
'amazon-nova-micro': { name: 'Amazon Nova Micro', input: 0.035, output: 0.14 },
160160
'amazon-nova-lite': { name: 'Amazon Nova Lite', input: 0.06, output: 0.24 },

0 commit comments

Comments
 (0)