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
|
// // Bedrock
|
||||||
// BedrockClaude37Sonnet: {
|
BedrockClaude37Sonnet: {
|
||||||
// ID: BedrockClaude37Sonnet,
|
ID: BedrockClaude37Sonnet,
|
||||||
// Name: "Bedrock: Claude 3.7 Sonnet",
|
Name: "Bedrock: Claude 3.7 Sonnet",
|
||||||
// Provider: ProviderBedrock,
|
Provider: ProviderBedrock,
|
||||||
// APIModel: "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
APIModel: "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
||||||
// CostPer1MIn: 3.0,
|
CostPer1MIn: 3.0,
|
||||||
// CostPer1MInCached: 3.75,
|
CostPer1MInCached: 3.75,
|
||||||
// CostPer1MOutCached: 0.30,
|
CostPer1MOutCached: 0.30,
|
||||||
// CostPer1MOut: 15.0,
|
CostPer1MOut: 15.0,
|
||||||
// },
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue