28 lines
584 B
TOML
28 lines
584 B
TOML
name = "GPT-4.1 mini"
|
|
description = "Affordable GPT-4.1 lane for fast coding help and structured extraction"
|
|
family = "gpt-mini"
|
|
release_date = "2025-04-14"
|
|
last_updated = "2025-04-14"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2024-04"
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 1_047_576
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|
|
|
|
[[benchmarks]]
|
|
name = "Aider Polyglot"
|
|
score = 32.4
|
|
metric = "percent correct"
|
|
source = "https://aider.chat/docs/leaderboards/"
|
|
date = "2025-04-14"
|