11 lines
145 B
TOML
11 lines
145 B
TOML
base_model = "openai/o3"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 8
|
|
cache_read = 0.5
|