8 lines
151 B
TOML
8 lines
151 B
TOML
base_model = "openai/o1"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 15
|
|
output = 60
|
|
cache_read = 7.5
|