We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615932a commit 31f20f9Copy full SHA for 31f20f9
lib/openai/data.js
@@ -2,6 +2,8 @@
2
3
const models = {
4
completion: {
5
+ 'gpt-4o': { prices: { prompt: 5.0, completion: 15.0 } },
6
+ 'gpt-4o-2024-05-13': { prices: { prompt: 5.0, completion: 15.0 } },
7
'gpt-4-turbo-2024-04-09': { prices: { prompt: 10.0, completion: 30.0 } },
8
'gpt-4-1106-preview': { prices: { prompt: 10.0, completion: 30.0 } },
9
'gpt-3.5-turbo-0125': { prices: { prompt: 0.5, completion: 1.5 } },
0 commit comments