25 lines
433 B
TOML
25 lines
433 B
TOML
name = "Kimi K2"
|
|
description = "Kimi model for long-context chat, coding, and agentic reasoning"
|
|
family = "kimi-k2"
|
|
release_date = "2025-07-11"
|
|
last_updated = "2025-07-11"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.57
|
|
output = 2.3
|
|
cache_read = 0.5
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|