15 lines
187 B
TOML
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"]
|