项目文件夹

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

24 行
511 B
TOML

name = "OpenAI: GPT-5 Mini"
description = "Compact GPT model for low-latency assistance and high-volume workloads"
release_date = "2025-08-07"
last_updated = "2026-03-15"
attachment = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
reasoning = true
temperature = false
tool_call = true
open_weights = false
[cost]
input = 0.25
output = 2
cache_read = 0.025
[limit]
context = 400000
output = 128000
[modalities]
input = ["image", "pdf", "text"]
output = ["text"]