11 lines
159 B
TOML
11 lines
159 B
TOML
base_model = "openai/gpt-4o"
|
|
base_model_omit = ["structured_output"]
|
|
|
|
[cost]
|
|
input = 2.5
|
|
output = 10
|
|
cache_read = 1.25
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|