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

25 lines
441 B
TOML

name = "GPT-4"
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
family = "gpt"
release_date = "2023-11-06"
last_updated = "2024-04-09"
attachment = true
reasoning = false
temperature = true
knowledge = "2023-11"
tool_call = true
structured_output = false
open_weights = false
[cost]
input = 30.00
output = 60.00
[limit]
context = 8192
output = 8192
[modalities]
input = ["text"]
output = ["text"]