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

25 lines
465 B
TOML

name = "gpt-4.1"
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
family = "gpt"
release_date = "2025-04-14"
last_updated = "2025-04-14"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = false
knowledge = "2024-04"
[cost]
input = 2.000
output = 8.000
[limit]
context = 1_047_576
output = 32_768
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]