26 lines
491 B
TOML
26 lines
491 B
TOML
name = "GPT-4o mini"
|
|
description = "Small omni GPT for cheap multimodal assistance and production-scale traffic"
|
|
family = "gpt-mini"
|
|
release_date = "2024-07-18"
|
|
last_updated = "2024-07-18"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2023-09"
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.15
|
|
output = 0.60
|
|
cache_read = 0.075
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|