项目文件夹

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

23 行
433 B
TOML

name = "OpenAI: GPT-5 Chat"
description = "Chat-tuned GPT model for conversational assistance, writing, and tool workflows"
release_date = "2025-08-07"
last_updated = "2026-03-15"
attachment = true
reasoning = false
temperature = false
tool_call = false
open_weights = false
[cost]
input = 1.25
output = 10
cache_read = 0.125
[limit]
context = 128000
output = 16384
[modalities]
input = ["image", "pdf", "text"]
output = ["text"]