19 lines
263 B
TOML
19 lines
263 B
TOML
base_model = "openai/o3-pro"
|
|
name = "o3 Pro"
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 20
|
|
output = 80
|
|
|
|
[limit]
|
|
input = 100_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|