Files
2026-07-13 12:28:55 +08:00

15 lines
187 B
TOML

base_model = "openai/gpt-4o-mini"
reasoning = false
[cost]
input = 0.15
output = 0.6
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]