22 lines
453 B
TOML
22 lines
453 B
TOML
# Live /models (2026-06-25): low|medium|high; no dedicated reasoning budget.
|
|
# https://api.venice.ai/api/v1/models?type=text (accessed 2026-06-25)
|
|
base_model = "moonshotai/kimi-k2.7-code"
|
|
release_date = "2026-06-13"
|
|
last_updated = "2026-06-16"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.75
|
|
output = 3.5
|
|
cache_read = 0.16
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|