30 lines
563 B
TOML
30 lines
563 B
TOML
name = "GPT-5 Mini"
|
|
description = "Compact GPT model for low-latency assistance and high-volume workloads"
|
|
family = "gpt-mini"
|
|
release_date = "2025-08-07"
|
|
last_updated = "2025-08-07"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = false
|
|
tool_call = true
|
|
knowledge = "2024-05-30"
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high", "xhigh", "max"]
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 2.00
|
|
cache_read = 0.025
|
|
|
|
[limit]
|
|
context = 400_000
|
|
input = 272_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|