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