27 lines
546 B
TOML
27 lines
546 B
TOML
name = "o3-mini"
|
|
description = "Smaller o-series reasoner for economical coding, math, and planning tasks"
|
|
family = "o-mini"
|
|
release_date = "2024-12-20"
|
|
last_updated = "2025-01-29"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = false
|
|
knowledge = "2024-05"
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.10
|
|
output = 4.40
|
|
cache_read = 0.55
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 100_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|