15 lines
211 B
TOML
15 lines
211 B
TOML
base_model = "openai/o3-mini"
|
|
attachment = true
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 1.1
|
|
output = 4.4
|
|
cache_read = 0.55
|
|
|
|
[modalities]
|
|
input = ["text", "pdf"]
|