28 lines
575 B
TOML
28 lines
575 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
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2023-09"
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|
|
|
|
[[benchmarks]]
|
|
name = "Aider Polyglot"
|
|
score = 23.1
|
|
metric = "percent correct"
|
|
source = "https://aider.chat/docs/leaderboards/"
|
|
date = "2024-12-30"
|