forked from Merit-Systems/echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtool_prices.json
More file actions
40 lines (40 loc) · 743 Bytes
/
tool_prices.json
File metadata and controls
40 lines (40 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"image_generation": {
"gpt_image_1": {
"low": {
"1024x1024": 0.011,
"1024x1536": 0.016,
"1536x1024": 0.016
},
"medium": {
"1024x1024": 0.042,
"1024x1536": 0.063,
"1536x1024": 0.063
},
"high": {
"1024x1024": 0.167,
"1024x1536": 0.25,
"1536x1024": 0.25
}
}
},
"code_interpreter": {
"cost_per_session": 0.03
},
"file_search": {
"cost_per_call": 0.00125,
"storage_cost_per_gb_per_day": 0.1,
"free_storage_gb": 1
},
"web_search_preview": {
"gpt_4o": {
"cost_per_call": 0.025
},
"gpt_5": {
"cost_per_call": 0.01
},
"o_series": {
"cost_per_call": 0.01
}
}
}