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.
1 parent b1a7246 commit e22ad89Copy full SHA for e22ad89
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