Skip to content

Commit c67908a

Browse files
authored
Merge pull request #331 from sutoiku/dev
Add `gpt-5-pro` model cards for openai and openrouter providers
2 parents 6aaec46 + 935abd6 commit c67908a

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "GPT-5 Pro"
2+
release_date = "2025-10-06"
3+
last_updated = "2025-10-06"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
knowledge = "2024-09-30"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 15.00
13+
output = 120.00
14+
15+
[limit]
16+
context = 400_000
17+
output = 272_000
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "GPT-5 Pro"
2+
release_date = "2025-10-06"
3+
last_updated = "2025-10-06"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
knowledge = "2024-09-30"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 15.00
13+
output = 120.00
14+
15+
[limit]
16+
context = 400_000
17+
output = 272_000
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]

0 commit comments

Comments
 (0)