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

25 lines
449 B
TOML

name = "OpenAI 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 = false
reasoning = false
temperature = true
tool_call = true
knowledge = "2024-05"
open_weights = false
[cost]
input = 2.5
output = 10
cache_read = 1.25
[limit]
context = 128000
output = 16384
[modalities]
input = ["text", "image"]
output = ["text"]