anomalyco--models.dev
13 行
181 B
TOML
13 行
181 B
TOML
base_model = "openai/o3-pro"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 20
|
|
output = 80
|
|
|
|
[modalities]
|
|
input = ["text", "pdf", "image"]
|