12 lines
229 B
TOML
12 lines
229 B
TOML
base_model = "openai/o3"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
base_model_omit = ["structured_output"]
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 8
|
|
cache_read = 0.5
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|