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

22 lines
385 B
TOML

name = "OpenAI: GPT-4"
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
release_date = "2023-03-14"
last_updated = "2024-04-09"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = false
[cost]
input = 30.0
output = 60.0
[limit]
context = 8191
output = 4096
[modalities]
input = ["text"]
output = ["text"]