项目文件夹

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

25 行
463 B
TOML

name = "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 = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = false
knowledge = "2023-09"
[cost]
input = 2.500
output = 10.000
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]