Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit bf8cd3b

Browse files
committed
add bedrock model
1 parent 72afeb9 commit bf8cd3b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

internal/llm/models/models.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ var SupportedModels = map[ModelID]Model{
8080
// },
8181
//
8282
// // Bedrock
83-
// BedrockClaude37Sonnet: {
84-
// ID: BedrockClaude37Sonnet,
85-
// Name: "Bedrock: Claude 3.7 Sonnet",
86-
// Provider: ProviderBedrock,
87-
// APIModel: "anthropic.claude-3-7-sonnet-20250219-v1:0",
88-
// CostPer1MIn: 3.0,
89-
// CostPer1MInCached: 3.75,
90-
// CostPer1MOutCached: 0.30,
91-
// CostPer1MOut: 15.0,
92-
// },
83+
BedrockClaude37Sonnet: {
84+
ID: BedrockClaude37Sonnet,
85+
Name: "Bedrock: Claude 3.7 Sonnet",
86+
Provider: ProviderBedrock,
87+
APIModel: "anthropic.claude-3-7-sonnet-20250219-v1:0",
88+
CostPer1MIn: 3.0,
89+
CostPer1MInCached: 3.75,
90+
CostPer1MOutCached: 0.30,
91+
CostPer1MOut: 15.0,
92+
},
9393
}
9494

9595
func init() {

0 commit comments

Comments
 (0)