Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions providers/openai/models/gpt-5-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "GPT-5 Pro"
release_date = "2025-10-06"
last_updated = "2025-10-06"
attachment = true
reasoning = true
temperature = false
knowledge = "2024-09-30"
tool_call = true
open_weights = false

[cost]
input = 15.00
output = 120.00

[limit]
context = 400_000
output = 272_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/openrouter/models/openai/gpt-5-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "GPT-5 Pro"
release_date = "2025-10-06"
last_updated = "2025-10-06"
attachment = true
reasoning = true
temperature = false
knowledge = "2024-09-30"
tool_call = true
open_weights = false

[cost]
input = 15.00
output = 120.00

[limit]
context = 400_000
output = 272_000

[modalities]
input = ["text", "image"]
output = ["text"]