AWS bedrock documentation change
Summary
Updated model lifecycle to Legacy with EOL date of June 30, 2026, and updated API example structure
Security assessment
Routine model lifecycle updates and API example formatting changes. No security vulnerabilities or security features mentioned.
Diff
diff --git a/bedrock/latest/userguide/model-card-amazon-titan-image-generator-g1-v2.md b/bedrock/latest/userguide/model-card-amazon-titan-image-generator-g1-v2.md index ca34f5090..d151d47fd 100644 --- a//bedrock/latest/userguide/model-card-amazon-titan-image-generator-g1-v2.md +++ b//bedrock/latest/userguide/model-card-amazon-titan-image-generator-g1-v2.md @@ -19 +19 @@ Titan Image Generator G1 v2 is Amazon's image generation model that creates and - * **Model EOL date:** Legacy: June 30, 2026 + * **Model EOL date:** June 30, 2026 @@ -23 +23 @@ Titan Image Generator G1 v2 is Amazon's image generation model that creates and - * **Model lifecycle:** Active + * **Model lifecycle:** Legacy @@ -102,2 +102,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 + }