Files
anomalyco--models.dev/providers/helicone/models/gpt-5-mini.toml
T
2026-07-13 12:28:55 +08:00

25 lines
473 B
TOML

name = "OpenAI GPT-5 Mini"
description = "Compact GPT model for low-latency assistance and high-volume workloads"
family = "gpt-mini"
release_date = "2025-01-01"
last_updated = "2025-01-01"
attachment = false
reasoning = false
temperature = false
tool_call = true
knowledge = "2025-01"
open_weights = false
[cost]
input = 0.25
output = 2
cache_read = 0.024999999999999998
[limit]
context = 400000
output = 128000
[modalities]
input = ["text", "image"]
output = ["text"]