24 lines
436 B
TOML
24 lines
436 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
|
|
knowledge = "2024-04"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|