Skip to content

Commit 9cab8d6

Browse files
authored
GPT-4.5 is eye-poppingly expensive
https://openai.com/api/pricing/
1 parent cb33238 commit 9cab8d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llm-prices.html

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ <h2>Preset prices (all per million tokens)</h2>
153153
'claude-3-opus': { name: 'Claude 3 Opus', input: 15.00, output: 75.00 },
154154
'claude-3-haiku': { name: 'Claude 3 Haiku', input: 0.25, output: 1.25 },
155155
'claude-3.5-haiku': { name: 'Claude 3.5 Haiku', input: 0.80, output: 4.00 },
156+
'gpt-4.5': { name: 'GPT-4.5', input: 75.00, output: 150.00 },
156157
'gpt-4o': { name: 'GPT-4o', input: 2.50, output: 10.00 },
157158
'gpt-4o-mini': { name: 'GPT-4o Mini', input: 0.150, output: 0.600 },
158159
'chatgpt-4o-latest': { name: 'ChatGPT 4o Latest', input: 5.00, output: 15.00 },

0 commit comments

Comments
 (0)