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 078ca72 commit 18c3dbdCopy full SHA for 18c3dbd
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/utils/Models.kt
@@ -78,8 +78,6 @@ object Models {
78
@JvmStatic
79
fun bedrockModels(): Stream<LLModel> {
80
return Stream.of(
81
- // BedrockModels.AI21JambaMini, // Disabled: Only available in us-east-2, workflow uses us-west-2
82
- BedrockModels.AmazonNovaLite,
83
BedrockModels.AnthropicClaude35Haiku,
84
BedrockModels.MetaLlama3_1_8BInstruct,
85
)
0 commit comments