24 lines
418 B
TOML
24 lines
418 B
TOML
name = "o4-mini"
|
|
description = "O-series reasoning model for hard analysis, math, coding, and planning"
|
|
family = "o"
|
|
release_date = "2026-01"
|
|
last_updated = "2026-01"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.1
|
|
output = 4.4
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 100000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|