Files
2026-07-13 12:28:55 +08:00

32 lines
643 B
TOML

name = "GPT-5.4 Pro"
description = "More exact GPT-5.4 tier for demanding professional reasoning and agent tasks"
family = "gpt-pro"
release_date = "2026-03-05"
last_updated = "2026-03-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["medium", "high", "xhigh"] }]
temperature = false
knowledge = "2025-08-31"
tool_call = true
structured_output = false
open_weights = false
[cost]
input = 30.00
output = 180.00
[[cost.tiers]]
tier = { size = 272_000 }
input = 60.00
output = 270.00
[limit]
context = 1_050_000
input = 922_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]