24 lines
528 B
TOML
24 lines
528 B
TOML
name = "OpenAI: o4 Mini"
|
|
description = "O-series reasoning model for hard analysis, math, coding, and planning"
|
|
release_date = "2025-04-16"
|
|
last_updated = "2026-03-15"
|
|
attachment = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high", "xhigh"] }]
|
|
reasoning = true
|
|
temperature = false
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.1
|
|
output = 4.4
|
|
cache_read = 0.275
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 100000
|
|
|
|
[modalities]
|
|
input = ["image", "pdf", "text"]
|
|
output = ["text"]
|