@@ -1007,6 +1007,38 @@ export const BEDROCK_TEXT_GEN_MODELS: {
10071007 extractConverseOutput : extractConverseOutput ,
10081008 extractConverseStreamOutput : extractConverseStreamOutput ,
10091009 } ,
1010+ 'global.anthropic.claude-haiku-4-5-20251001-v1:0' : {
1011+ defaultParams : CLAUDE_SONNET_4_DEFAULT_PARAMS ,
1012+ usecaseParams : USECASE_DEFAULT_PARAMS ,
1013+ createConverseCommandInput : createConverseCommandInput ,
1014+ createConverseStreamCommandInput : createConverseStreamCommandInput ,
1015+ extractConverseOutput : extractConverseOutput ,
1016+ extractConverseStreamOutput : extractConverseStreamOutput ,
1017+ } ,
1018+ 'us.anthropic.claude-haiku-4-5-20251001-v1:0' : {
1019+ defaultParams : CLAUDE_SONNET_4_DEFAULT_PARAMS ,
1020+ usecaseParams : USECASE_DEFAULT_PARAMS ,
1021+ createConverseCommandInput : createConverseCommandInput ,
1022+ createConverseStreamCommandInput : createConverseStreamCommandInput ,
1023+ extractConverseOutput : extractConverseOutput ,
1024+ extractConverseStreamOutput : extractConverseStreamOutput ,
1025+ } ,
1026+ 'eu.anthropic.claude-haiku-4-5-20251001-v1:0' : {
1027+ defaultParams : CLAUDE_SONNET_4_DEFAULT_PARAMS ,
1028+ usecaseParams : USECASE_DEFAULT_PARAMS ,
1029+ createConverseCommandInput : createConverseCommandInput ,
1030+ createConverseStreamCommandInput : createConverseStreamCommandInput ,
1031+ extractConverseOutput : extractConverseOutput ,
1032+ extractConverseStreamOutput : extractConverseStreamOutput ,
1033+ } ,
1034+ 'jp.anthropic.claude-haiku-4-5-20251001-v1:0' : {
1035+ defaultParams : CLAUDE_SONNET_4_DEFAULT_PARAMS ,
1036+ usecaseParams : USECASE_DEFAULT_PARAMS ,
1037+ createConverseCommandInput : createConverseCommandInput ,
1038+ createConverseStreamCommandInput : createConverseStreamCommandInput ,
1039+ extractConverseOutput : extractConverseOutput ,
1040+ extractConverseStreamOutput : extractConverseStreamOutput ,
1041+ } ,
10101042 'global.anthropic.claude-sonnet-4-20250514-v1:0' : {
10111043 defaultParams : CLAUDE_SONNET_4_DEFAULT_PARAMS ,
10121044 usecaseParams : USECASE_DEFAULT_PARAMS ,
0 commit comments