We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8843f1d + 3e409b8 commit eb3bedaCopy full SHA for eb3beda
.changeset/honest-jeans-design.md
@@ -0,0 +1,5 @@
1
+---
2
+"kilo-code": patch
3
4
+
5
+Added Amazon Bedrock as a provider for autocomplete
packages/types/src/kilocode/kilocode.ts
@@ -95,6 +95,7 @@ export const AUTOCOMPLETE_PROVIDER_MODELS = {
95
mistral: "codestral-latest",
96
kilocode: "mistralai/codestral-2508",
97
openrouter: "mistralai/codestral-2508",
98
+ bedrock: "mistral.codestral-2508-v1:0",
99
} as const
100
export type AutocompleteProviderKey = keyof typeof AUTOCOMPLETE_PROVIDER_MODELS
101
0 commit comments