AWS bedrock documentation change
Summary
Updated model EOL date, changed lifecycle status to 'Legacy (certain regions)', and updated API example structure
Security assessment
These are routine model lifecycle updates (end-of-life date and status changes) and API example formatting updates. No security implications are mentioned or implied in these changes.
Diff
diff --git a/bedrock/latest/userguide/model-card-amazon-nova-canvas.md b/bedrock/latest/userguide/model-card-amazon-nova-canvas.md index 300eb4d33..28e93a002 100644 --- a//bedrock/latest/userguide/model-card-amazon-nova-canvas.md +++ b//bedrock/latest/userguide/model-card-amazon-nova-canvas.md @@ -19 +19 @@ Nova Canvas is Amazon's image generation model that creates studio-quality image - * **Model EOL date:** No sooner than 12/4/2025 + * **Model EOL date:** September 30, 2026 @@ -23 +23 @@ Nova Canvas is Amazon's image generation model that creates studio-quality image - * **Model lifecycle:** Active + * **Model lifecycle:** Legacy (certain regions) @@ -103,2 +103,7 @@ Invoke API - 'messages': [{ 'role': 'user', 'content': 'Can you explain the features of Amazon Bedrock?'}], - 'max_tokens': 1024 + 'messages': [{ + 'role': 'user', + 'content': [{'text': 'Can you explain the features of Amazon Bedrock?'}] + }], + 'inferenceConfig': { + 'maxTokens': 1024 + }