28 lines
583 B
TOML
28 lines
583 B
TOML
name = "GPT-4.1"
|
|
description = "Long-lived GPT workhorse for coding, instruction following, and production apps"
|
|
family = "gpt"
|
|
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 = 52.4
|
|
metric = "percent correct"
|
|
source = "https://aider.chat/docs/leaderboards/"
|
|
date = "2025-04-14"
|