30 lines
561 B
TOML
30 lines
561 B
TOML
name = "GPT-5.4"
|
|
description = "Frontier GPT model for professional reasoning, coding, and multimodal work"
|
|
family = "gpt"
|
|
release_date = "2026-03-05"
|
|
last_updated = "2026-03-05"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = false
|
|
tool_call = true
|
|
knowledge = "2025-08-31"
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high", "xhigh", "max"]
|
|
|
|
[cost]
|
|
input = 2.50
|
|
output = 15.00
|
|
cache_read = 0.25
|
|
|
|
[limit]
|
|
context = 1_050_000
|
|
input = 922_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|