项目文件夹

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

28 行
590 B
TOML

name = "GPT-3.5-turbo"
description = "Compact GPT model for low-latency assistance and high-volume workloads"
family = "gpt"
release_date = "2023-03-01"
last_updated = "2023-11-06"
attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = false
knowledge = "2021-09-01"
open_weights = false
[limit]
context = 16_385
output = 4_096
[modalities]
input = ["text"]
output = ["text"]
[[benchmarks]]
name = "Artificial Analysis Coding Index"
score = 10.7
metric = "index"
source = "https://openrouter.ai/openai/gpt-3.5-turbo/benchmarks"
date = "2026-03-11"