This commit is contained in:
Frank
2026-04-24 02:05:22 -04:00
parent 4712f0f3c1
commit f4616c8268
@@ -53,9 +53,7 @@ export const anthropicHelper: ProviderHelper = ({ reqModel, providerModel }) =>
anthropic_version: "bedrock-2023-05-31", anthropic_version: "bedrock-2023-05-31",
anthropic_beta: supports1m ? ["context-1m-2025-08-07"] : undefined, anthropic_beta: supports1m ? ["context-1m-2025-08-07"] : undefined,
} }
: { : {}),
service_tier: "standard_only",
}),
}), }),
createBinaryStreamDecoder: () => { createBinaryStreamDecoder: () => {
if (!isBedrock) return undefined if (!isBedrock) return undefined