What is the maximum number of images that can be sent in a single request to Cloud?	100 images
How is an image included within a user message when sending it to Cloud?	By including an image block
What two options can be provided inside an image block?	Raw image data or a URL to a hosted image
How are images charged when sent to Cloud?	They count as tokens, with the charge calculated based on the image height and width in pixels.
Why is strong prompting crucial when using images with Cloud?	Simple prompts often result in poor or inaccurate outputs, even if the image content is clear.
Name two specific prompting techniques that can dramatically increase Cloud's accuracy when working with images.	Providing guidelines/analysis steps, or using one-shot/multi-shot examples.
How does providing analysis steps improve image analysis?	It guides the model through a structured process (e.g., identify, count, verify, compare) rather than asking for a single answer.
What is a sample use case for Cloud's image support capability?	A fire risk assessment using high-resolution satellite imagery to detect residences and evaluate tree density/access.
In the technical implementation, what format must an image be converted to before being placed in the image block?	Base64
What is the primary goal of using advanced prompting techniques with images?	To move beyond simple requests and achieve highly accurate and detailed results from Cloud.
