Características

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.

Note: Vision models support common image formats including PNG, JPEG, and WebP.

Note: Vision models support common image formats including PNG, JPEG, and WebP.

How Vision Works

Rendering diagram…

Analyze an Image

const response = await client.vision.analyze({
model: "nova-vision-1",
image: "./workspace.jpg",
prompt: "Describe everything visible in this workspace."
});
 
console.log(response.output);

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

Image Analyse Prompt

Copiar indicador

Image Analyse Prompt

Copiar indicador

Common Use Cases

  • Image captioning

  • Object detection

  • UI and screenshot analysis

  • Document understanding

  • Product image analysis

  • Visual question answering

Tip: Pair an image with a clear prompt to receive more focused and accurate results.

Tip: Pair an image with a clear prompt to receive more focused and accurate results.

Next Step

Continue to Files to learn how to upload, manage, and reference files across NovaAI APIs.

Documentación relacionada

¿Te resultó útil?

¿Te resultó útil?

Create a free website with Framer, the website builder loved by startups, designers and agencies.