8 lines
170 B
TOML
8 lines
170 B
TOML
base_model = "openai/gpt-5.1-codex-mini"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 2
|
|
cache_read = 0.025
|