InputImage - Amazon Bedrock

InputImage

Contains the image data for multimodal knowledge base queries, including format and content.

This data type is used in the following API operations:

Contents

format

The format of the input image. Supported formats include png, gif, jpeg, and webp.

Type: String

Valid Values: png | jpeg | gif | webp

Required: Yes

inlineContent

The base64-encoded image data for inline image content. Maximum size is 5MB.

Type: Base64-encoded binary data object

Length Constraints: Minimum length of 1. Maximum length of 5242880.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: