diff --git a/internal/registry/model_definitions.go b/internal/registry/model_definitions.go index 6e7f4805..8698ced7 100644 --- a/internal/registry/model_definitions.go +++ b/internal/registry/model_definitions.go @@ -1007,6 +1007,18 @@ func GetGitHubCopilotModels() []*ModelInfo { func GetKiroModels() []*ModelInfo { return []*ModelInfo{ // --- Base Models --- + { + ID: "kiro-auto", + Object: "model", + Created: 1732752000, + OwnedBy: "aws", + Type: "kiro", + DisplayName: "Kiro Auto", + Description: "Automatic model selection by Kiro", + ContextLength: 200000, + MaxCompletionTokens: 64000, + Thinking: &ThinkingSupport{Min: 1024, Max: 32000, ZeroAllowed: true, DynamicAllowed: true}, + }, { ID: "kiro-claude-opus-4-5", Object: "model",