Files
2026-07-13 12:28:55 +08:00

35 lines
741 B
TOML

name = "GPT-4o mini"
description = "Small omni GPT for cheap multimodal assistance and production-scale traffic"
family = "gpt-mini"
release_date = "2024-07-18"
last_updated = "2024-07-18"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
knowledge = "2023-09"
open_weights = false
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
[[benchmarks]]
name = "Aider Polyglot"
score = 3.6
metric = "percent correct"
source = "https://aider.chat/docs/leaderboards/"
date = "2024-12-21"
[[benchmarks]]
name = "SciCode"
score = 22.9
metric = "percent correct"
source = "https://openrouter.ai/openai/gpt-4o-mini/benchmarks"
date = "2026-03-11"