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

26 lines
468 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-08-06"
attachment = true
reasoning = false
temperature = true
knowledge = "2023-09"
tool_call = true
structured_output = true
open_weights = false
[cost]
input = 2.5
output = 10
cache_read = 1.25
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]