13 lines
233 B
TOML
13 lines
233 B
TOML
base_model = "microsoft/mai-code-1-flash"
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
|
|
[cost]
|
|
input = 0.75
|
|
output = 4.5
|
|
cache_read = 0.075
|
|
|
|
[limit]
|
|
context = 256_000
|
|
input = 128_000
|
|
output = 128_000
|