14 lines
203 B
TOML
14 lines
203 B
TOML
base_model = "openai/o4-mini"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 1.1
|
|
output = 4.4
|
|
cache_read = 0.275
|
|
|
|
[modalities]
|
|
input = ["image", "text", "pdf"]
|