We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a005beb commit 05f982cCopy full SHA for 05f982c
packages/common/src/application/model.ts
@@ -526,6 +526,7 @@ export const BEDROCK_SPEECH_TO_SPEECH_MODELS = Object.keys(
526
// Prompt caching
527
// https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
528
export const SUPPORTED_CACHE_FIELDS: Record<string, PromptCacheField[]> = {
529
+ 'anthropic.claude-sonnet-4-5-20250929-v1:0': ['messages', 'system', 'tools'],
530
'anthropic.claude-opus-4-1-20250805-v1:0': ['messages', 'system', 'tools'],
531
'anthropic.claude-opus-4-20250514-v1:0': ['messages', 'system', 'tools'],
532
'anthropic.claude-sonnet-4-20250514-v1:0': ['messages', 'system', 'tools'],
0 commit comments