项目文件夹

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

23 行
419 B
TOML

name = "OpenAI: GPT-4o"
description = "GPT model for general reasoning, writing, coding, and tool-assisted tasks"
release_date = "2024-05-13"
last_updated = "2026-03-15"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false
[cost]
input = 2.5
output = 10
cache_read = 1.25
[limit]
context = 128000
output = 16384
[modalities]
input = ["image", "pdf", "text"]
output = ["text"]