fix: bedrock context window

This commit is contained in:
adamdottv
2025-05-02 13:34:50 -05:00
committed by Adam
parent b09f4eb711
commit 77f0ea69ee
+3
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,
},
}