25 lines
453 B
TOML
25 lines
453 B
TOML
name = "GPT-4o Mini"
|
|
description = "Compact GPT model for low-latency assistance and high-volume workloads"
|
|
family = "gpt-mini"
|
|
release_date = "2024-07-18"
|
|
last_updated = "2024-07-18"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-10"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.15
|
|
output = 0.60
|
|
cache_read = 0.08
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|