anomalyco--models.dev
18 行
266 B
TOML
18 行
266 B
TOML
base_model = "openai/gpt-5.5-pro"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["medium", "high", "xhigh"]
|
|
|
|
[cost]
|
|
input = 30
|
|
output = 180
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 272_000 }
|
|
input = 60
|
|
output = 270
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|