mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
add bedrock model
This commit is contained in:
parent
72afeb9f54
commit
bf8cd3bd12
1 changed files with 10 additions and 10 deletions
|
|
@ -80,16 +80,16 @@ var SupportedModels = map[ModelID]Model{
|
|||
// },
|
||||
//
|
||||
// // Bedrock
|
||||
// BedrockClaude37Sonnet: {
|
||||
// ID: BedrockClaude37Sonnet,
|
||||
// Name: "Bedrock: Claude 3.7 Sonnet",
|
||||
// Provider: ProviderBedrock,
|
||||
// APIModel: "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
||||
// CostPer1MIn: 3.0,
|
||||
// CostPer1MInCached: 3.75,
|
||||
// CostPer1MOutCached: 0.30,
|
||||
// CostPer1MOut: 15.0,
|
||||
// },
|
||||
BedrockClaude37Sonnet: {
|
||||
ID: BedrockClaude37Sonnet,
|
||||
Name: "Bedrock: Claude 3.7 Sonnet",
|
||||
Provider: ProviderBedrock,
|
||||
APIModel: "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
||||
CostPer1MIn: 3.0,
|
||||
CostPer1MInCached: 3.75,
|
||||
CostPer1MOutCached: 0.30,
|
||||
CostPer1MOut: 15.0,
|
||||
},
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue