项目文件夹

文件
2026-07-13 12:28:55 +08:00

35 行
747 B
TOML

name = "GPT-4 Turbo"
description = "Compact GPT model for low-latency assistance and high-volume workloads"
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-12"
open_weights = false
[limit]
context = 128_000
output = 4_096
[modalities]
input = ["text", "image"]
output = ["text"]
[[benchmarks]]
name = "Artificial Analysis Coding Index"
score = 21.5
metric = "index"
source = "https://openrouter.ai/openai/gpt-4-turbo/benchmarks"
date = "2026-03-11"
[[benchmarks]]
name = "SciCode"
score = 31.9
metric = "percent correct"
source = "https://openrouter.ai/openai/gpt-4-turbo/benchmarks"
date = "2026-03-11"