Skip to content

Commit 7a25a69

Browse files
authored
Merge pull request #28 from danfhernandez/feat/add-deep-research-models
feat: add OpenAI o3-deep-research and o4-mini-deep-research models
2 parents 3427662 + 9009a74 commit 7a25a69

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "o3-deep-research"
2+
release_date = "2024-06-26"
3+
last_updated = "2024-06-26"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
knowledge = "2024-05"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 10.00
13+
output = 40.00
14+
cache_read = 2.50
15+
16+
[limit]
17+
context = 200_000
18+
output = 100_000
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "o4-mini-deep-research"
2+
release_date = "2024-06-26"
3+
last_updated = "2024-06-26"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
knowledge = "2024-05"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 2.00
13+
output = 8.00
14+
cache_read = 0.50
15+
16+
[limit]
17+
context = 200_000
18+
output = 100_000
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]

0 commit comments

Comments
 (0)