anomalyco--models.dev
20 行
287 B
TOML
20 行
287 B
TOML
base_model = "openai/o3-deep-research"
|
|
release_date = "2025-06-26"
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["medium"]
|
|
|
|
[cost]
|
|
input = 10
|
|
output = 40
|
|
cache_read = 2.5
|
|
|
|
[limit]
|
|
input = 100_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|