17 lines
233 B
TOML
17 lines
233 B
TOML
base_model = "moonshotai/kimi-k2.7-code"
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 0.95
|
|
output = 4.0
|
|
cache_read = 0.19
|
|
|
|
[limit]
|
|
context = 256_000
|
|
input = 224_000
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|