AWS Security ChangesHomeSearch

AWS nova documentation change

Service: nova · 2026-03-19 · Documentation low

File: nova/latest/nova2-userguide/using-multimodal-models.md

Summary

Formatting corrections, typo fixes, removal of redundant example section, and brand alignment (changing 'Nova' to 'Amazon Nova') in multimodal models documentation

Security assessment

Changes involve formatting adjustments and clarifications without introducing new security content. Mentions of content policies and healthcare limitations are existing security-adjacent documentation, but no vulnerabilities or new security features are addressed.

Diff

diff --git a/nova/latest/nova2-userguide/using-multimodal-models.md b/nova/latest/nova2-userguide/using-multimodal-models.md
index 0c84b5422..39de3fa0d 100644
--- a//nova/latest/nova2-userguide/using-multimodal-models.md
+++ b//nova/latest/nova2-userguide/using-multimodal-models.md
@@ -5 +5 @@
-Supported-content-type-by-modalityImage understandingVideo understandingDocument understandingExamples: Using Nova's document understanding via API and S3
+Supported content type by modalityImage understandingVideo understandingDocument understanding
@@ -9 +9 @@ Supported-content-type-by-modalityImage understandingVideo understandingDocument
-Amazon Nova 2 Lite can understand multiple input modalities. This model is equipped with vision capabilities that enable it to comprehend and analyze images, documents, videos and speech to infer and answer questions based on the content provided.
+Amazon Nova 2 Lite can understand multiple input modalities. This model is equipped with vision capabilities that enable it to comprehend and analyze images, documents, videos, and speech to infer and answer questions based on the content provided.
@@ -11 +11 @@ Amazon Nova 2 Lite can understand multiple input modalities. This model is equip
-This section outlines guidelines for working with images, documents and videos in Amazon Nova including preprocessing strategies employed, code examples and relevant limitations to consider.
+This section outlines guidelines for working with images, documents, and videos in Amazon Nova including preprocessing strategies employed, code examples and relevant limitations to consider.
@@ -13 +13 @@ This section outlines guidelines for working with images, documents and videos i
-## Supported-content-type-by-modality
+## Supported content type by modality
@@ -15 +15 @@ This section outlines guidelines for working with images, documents and videos i
-The following information details the file formats supported by media file and the accepted input method.
+The following information details the file formats supported by each media file type and the accepted input method.
@@ -32,2 +31,0 @@ Amazon S3 URI | 1 GB | 1
-  * Examples: Using Nova's document understanding via API and S3
-
@@ -106 +104 @@ For an example of how to embed image data directly in the request, refer to the
-To upload large image files or multiple image files, where the overall payload is greater than 25 MB, use Amazon S3. For a full example of how use Amazon S3 URI references for image input, refer to refer to the Multimodal input using S3 URI - Converse API (non-streaming) example in the [Code library](./code-library.html).
+To upload large image files or multiple image files, where the overall payload is greater than 25 MB, use Amazon S3. For a full example of how to use Amazon S3 URI references for image input, refer to the Multimodal input using S3 URI - Converse API (non-streaming) example in the [Code library](./code-library.html).
@@ -112 +110 @@ When using S3, ensure the Amazon Bedrock service has permission to access the bu
-### Limitations
+### Key limitations
@@ -195 +193 @@ The following are key model limitations, where model accuracy and performance mi
-  * **Inappropriate content** : The Nova models will not process inappropriate or explicit images that violate the Acceptable Use Policy.
+  * **Inappropriate content** : The Amazon Nova models will not process inappropriate or explicit images that violate the Acceptable Use Policy.
@@ -197 +195 @@ The following are key model limitations, where model accuracy and performance mi
-  * **Healthcare applications** : Due to the sensitive nature of these artifacts, even though Nova models could give general analysis on some healthcare images or videos, we do not recommend their use to interpret sensitive medical images like complex diagnostic scans. The response of Nova models should never be considered a substitute for professional medical advice.
+  * **Healthcare applications** : Due to the sensitive nature of these artifacts, even though Amazon Nova models could give general analysis on some healthcare images or videos, we do not recommend their use to interpret sensitive medical images like complex diagnostic scans. The response of Amazon Nova models should never be considered a substitute for professional medical advice.
@@ -231 +229 @@ Supported file formats include common document types such as:
-  * PDFs that contain image encodings, such as CYMK or SVG are not supported.
+  * PDFs that contain image encodings, such as CMYK or SVG are not supported.
@@ -251 +249 @@ Amazon Nova uses token-based pricing: you pay for input tokens (everything you s
-## Examples: Using Nova's document understanding via API and S3
+### Examples: Using Nova's document understanding via API and S3