anomalyco--models.dev
29 行
566 B
TOML
29 行
566 B
TOML
# Live /models (2026-06-25): none|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.5"
|
|
release_date = "2026-01-27"
|
|
last_updated = "2026-06-11"
|
|
attachment = true
|
|
knowledge = "2024-04"
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["none", "low", "medium", "high"]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.56
|
|
output = 3.5
|
|
cache_read = 0.22
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|