26 lines
527 B
TOML
26 lines
527 B
TOML
name = "GPT-5.5"
|
|
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
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = false
|
|
knowledge = "2025-08-31"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 2.5
|
|
output = 15
|
|
cache_read = 0.25
|
|
|
|
[limit]
|
|
context = 272_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|