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

26 lines
480 B
TOML

name = "GPT-4o"
description = "Omni-era GPT for multimodal chat, practical coding, and general assistants"
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.50
output = 10.00
cache_read = 1.25
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]