11 lines
167 B
TOML
11 lines
167 B
TOML
base_model = "openai/gpt-4o-mini"
|
|
base_model_omit = ["structured_output"]
|
|
|
|
[cost]
|
|
input = 0.15
|
|
output = 0.6
|
|
cache_read = 0.075
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|