fix: bedrock context window

pull/4/head
adamdottv 2025-05-02 13:34:50 -05:00 committed by Adam
parent f004a0b8c3
commit f90d6238ed
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ var SupportedModels = map[ModelID]Model{
CostPer1MInCached: 3.75,
CostPer1MOutCached: 0.30,
CostPer1MOut: 15.0,
ContextWindow: 200_000,
DefaultMaxTokens: 50_000,
CanReason: true,
},
}