File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
OAI_PRICE1K = {
16
16
# https://openai.com/pricing
17
17
# gpt-4-turbo
18
- "gpt-4-0125-preview" : (0.01 , 0.03 ),
19
- "gpt-4-1106-preview" : (0.01 , 0.03 ),
20
- "gpt-4-1106-vision-preview" : (0.01 , 0.03 ), # TODO: support vision pricing of images
18
+ "gpt-4-turbo-2024-04-09" : (0.01 , 0.03 ),
21
19
# gpt-4
22
20
"gpt-4" : (0.03 , 0.06 ),
23
21
"gpt-4-32k" : (0.06 , 0.12 ),
29
27
"davinci-002" : 0.002 ,
30
28
"babbage-002" : 0.0004 ,
31
29
# old model
30
+ "gpt-4-0125-preview" : (0.01 , 0.03 ),
31
+ "gpt-4-1106-preview" : (0.01 , 0.03 ),
32
+ "gpt-4-1106-vision-preview" : (0.01 , 0.03 ), # TODO: support vision pricing of images
32
33
"gpt-3.5-turbo-1106" : (0.001 , 0.002 ),
33
34
"gpt-3.5-turbo-0613" : (0.0015 , 0.002 ),
34
35
# "gpt-3.5-turbo-16k": (0.003, 0.004),
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.24 "
1
+ __version__ = "0.2.25 "
You can’t perform that action at this time.
0 commit comments