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

24 lines
437 B
TOML

name = "GPT-4o"
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
family = "gpt"
release_date = "2024-05-13"
last_updated = "2024-05-13"
attachment = true
reasoning = false
temperature = true
knowledge = "2023-10"
tool_call = true
open_weights = false
[cost]
input = 0.00
output = 0.00
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image", "audio"]
output = ["text"]