image + context
HTTPS URL or base64 image. Optional caller-supplied OCR and layout metadata.
Laya Vision turns an image and a bounded question into a typed answer with a probability. We ran the complete public POPE benchmark to show exactly where that promise holds—and where it does not.
Laya Vision is most useful when the output space is known: a choice, a score, or a yes/no probability. It does not generate an open-ended answer and the benchmark does not prove OCR, fine-grained localization, or safety-critical reliability.
Is there a bicycle in the image?
Encode the image once, fan out bounded questions, and return probabilities your application can threshold. The contract stays visible; uncertainty stays machine-readable.
HTTPS URL or base64 image. Optional caller-supplied OCR and layout metadata.
Questions about the same image are grouped to amortize vision work.
Yes/no, choice, or bounded score with a probability for every decision.