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

26 lines
487 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
knowledge = "2024-04"
tool_call = true
structured_output = true
open_weights = false
[cost]
input = 2.00
output = 8.00
cache_read = 0.50
[limit]
context = 1_047_576
output = 32_768
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]