24 lines
413 B
TOML
24 lines
413 B
TOML
name = "Kimi-K2"
|
|
description = "Kimi model for long-context chat, coding, and agentic reasoning"
|
|
family = "kimi-k2"
|
|
release_date = "2024-12-01"
|
|
last_updated = "2024-12-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2024-10"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.0
|
|
output = 0.0
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|