Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# See https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-moonshot-ai-kimi-k2-thinking.html
name = "Kimi K2 Thinking"
release_date = "2025-12-02"
family = "kimi-thinking"
Expand All @@ -15,8 +16,8 @@ input = 0.6
output = 2.5

[limit]
context = 256_000
output = 256_000
context = 262_143
output = 16_000

[modalities]
input = ["text"]
Expand Down
5 changes: 3 additions & 2 deletions providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# See https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-moonshot-ai-kimi-k2-5.html
name = "Kimi K2.5"
family = "kimi"
release_date = "2026-02-06"
Expand All @@ -14,8 +15,8 @@ input = 0.6
output = 3

[limit]
context = 256_000
output = 256_000
context = 262_143
output = 16_000

[modalities]
input = ["text", "image"]
Expand Down
Loading