25 lines
456 B
TOML
25 lines
456 B
TOML
name = "GPT-4.1 Mini"
|
|
description = "Compact GPT model for low-latency assistance and high-volume workloads"
|
|
family = "gpt-mini"
|
|
release_date = "2025-04-14"
|
|
last_updated = "2025-04-14"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-04"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.40
|
|
output = 1.60
|
|
cache_read = 0.10
|
|
|
|
[limit]
|
|
context = 1_047_576
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|