Visión
La API de Visión permite que los modelos de NovaAI entiendan y analicen imágenes junto con texto. Úsela para extraer información, responder preguntas visuales, identificar objetos, describir escenas y crear aplicaciones de IA multimodales.
Overview
Unlike text-only models, Vision models can process images as input and combine visual understanding with natural language reasoning. Simply provide an image along with an optional prompt, and the model returns a structured response based on what it sees.
How Vision Works
Analyze an Image
Request Properties
model
string
requerido
Vision model identifier.
model
file / url
requerido
Image to analyze.
prompt
string
opcional
Additional instructions for the model.
Example Input & Output

Prompt
Common Use Cases
Image captioning
Object detection
UI and screenshot analysis
Document understanding
Product image analysis
Visual question answering
Next Step
Continue to Files to learn how to upload, manage, and reference files across NovaAI APIs.