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

28 lines
571 B
TOML

name = "GPT-4"
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
family = "gpt"
release_date = "2023-11-06"
last_updated = "2024-04-09"
attachment = true
reasoning = false
temperature = true
tool_call = true
structured_output = false
knowledge = "2023-11"
open_weights = false
[limit]
context = 8_192
output = 8_192
[modalities]
input = ["text"]
output = ["text"]
[[benchmarks]]
name = "Artificial Analysis Coding Index"
score = 13.1
metric = "index"
source = "https://openrouter.ai/openai/gpt-4/benchmarks"
date = "2026-03-11"