From 0c2e47e8ba400d70c34ebd0a283db2e2608bad62 Mon Sep 17 00:00:00 2001 From: Mike Sukmanowsky Date: Tue, 28 Apr 2026 17:45:59 -0400 Subject: [PATCH 1/2] Fix token limits for Amazon Bedrock Kimi K2 models MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct context and output limits for moonshot.kimi-k2-thinking and moonshotai.kimi-k2.5 on Amazon Bedrock: - context: 256_000 → 262_143 - output: 256_000 → 16_000 --- .../amazon-bedrock/models/moonshot.kimi-k2-thinking.toml | 4 ++-- providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml b/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml index c872ea95e..7489b4cdd 100644 --- a/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml +++ b/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml @@ -15,8 +15,8 @@ input = 0.6 output = 2.5 [limit] -context = 256_000 -output = 256_000 +context = 262_143 +output = 16_000 [modalities] input = ["text"] diff --git a/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml b/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml index 84c1a925e..6900269e7 100644 --- a/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml +++ b/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml @@ -14,8 +14,8 @@ input = 0.6 output = 3 [limit] -context = 256_000 -output = 256_000 +context = 262_143 +output = 16_000 [modalities] input = ["text", "image"] From 2cb5a99b98034e43438524442a250b5bb49424a6 Mon Sep 17 00:00:00 2001 From: Mike Sukmanowsky Date: Wed, 29 Apr 2026 09:29:36 -0400 Subject: [PATCH 2/2] fix: add model card links for Kimi K2 and Kimi K2.5 --- providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml | 1 + providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml b/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml index 7489b4cdd..83d8dde59 100644 --- a/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml +++ b/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml @@ -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" diff --git a/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml b/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml index 6900269e7..69ac67064 100644 --- a/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml +++ b/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml @@ -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"