Skip to content

Commit 05f982c

Browse files
authored
sonnet 4.5 cache 有効化 (#1298)
1 parent a005beb commit 05f982c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/application/model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ export const BEDROCK_SPEECH_TO_SPEECH_MODELS = Object.keys(
526526
// Prompt caching
527527
// https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
528528
export const SUPPORTED_CACHE_FIELDS: Record<string, PromptCacheField[]> = {
529+
'anthropic.claude-sonnet-4-5-20250929-v1:0': ['messages', 'system', 'tools'],
529530
'anthropic.claude-opus-4-1-20250805-v1:0': ['messages', 'system', 'tools'],
530531
'anthropic.claude-opus-4-20250514-v1:0': ['messages', 'system', 'tools'],
531532
'anthropic.claude-sonnet-4-20250514-v1:0': ['messages', 'system', 'tools'],

0 commit comments

Comments
 (0)