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

25 lines
447 B
TOML

name = "OpenAI 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 = false
reasoning = false
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = false
[cost]
input = 2
output = 8
cache_read = 0.5
[limit]
context = 1047576
output = 32768
[modalities]
input = ["text", "image"]
output = ["text"]