11 lines
156 B
TOML
11 lines
156 B
TOML
base_model = "openai/gpt-4.1"
|
|
base_model_omit = ["structured_output"]
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 8
|
|
cache_read = 0.5
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|