anomalyco--models.dev
12 行
230 B
TOML
12 行
230 B
TOML
base_model = "openai/gpt-5.4-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
|