Skip to content

Commit 31f20f9

Browse files
committed
Add gpt-4o models
PR-URL: #6
1 parent 615932a commit 31f20f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/openai/data.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
const models = {
44
completion: {
5+
'gpt-4o': { prices: { prompt: 5.0, completion: 15.0 } },
6+
'gpt-4o-2024-05-13': { prices: { prompt: 5.0, completion: 15.0 } },
57
'gpt-4-turbo-2024-04-09': { prices: { prompt: 10.0, completion: 30.0 } },
68
'gpt-4-1106-preview': { prices: { prompt: 10.0, completion: 30.0 } },
79
'gpt-3.5-turbo-0125': { prices: { prompt: 0.5, completion: 1.5 } },

0 commit comments

Comments
 (0)