diff --git a/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml b/providers/amazon-bedrock/models/moonshot.kimi-k2-thinking.toml index c872ea95e..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" @@ -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"] diff --git a/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml b/providers/amazon-bedrock/models/moonshotai.kimi-k2.5.toml index 84c1a925e..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" @@ -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"]