Upload a photo. Get a caption, tags, and detected objects. The same cell kind runs the same way on local models (CLIP, BLIP-2, YOLO) or remote (GPT-4V, Cloud Vision).
A vision cell is a value cell whose value is the result of running a model on an input image cell. The model can be local (WebGPU) or remote (HTTPS).
caption, text (OCR), faces, objects, tags, embed, segment, depth. Each is a vision operation expressed as a cell. The cell's model field says which model to use. The cell's value is the model's output.
The same cell shape runs against any model backend. Pick local for privacy, speed, or offline. Pick remote for accuracy, scale, or capability. The cell doesn't care.