anomalyco--models.dev
14 行
283 B
TOML
14 行
283 B
TOML
base_model = "openai/gpt-5.2"
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
|
|
[cost]
|
|
input = 1.75
|
|
output = 14
|
|
cache_read = 0.175
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|