项目文件夹

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

20 行
268 B
TOML

base_model = "openai/gpt-5-pro"
name = "GPT-5 pro"
family = "gpt"
temperature = true
knowledge = "2024-10"
[[reasoning_options]]
type = "effort"
values = ["high"]
[cost]
input = 15
output = 120
[limit]
input = 128_000
[modalities]
input = ["text", "image", "pdf"]