llava

Unify a vision encoder with a language model for multimodal image understanding.

1.0k|117|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill llava-openlair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llava
Source: https://github.com/OpenLAIR/dr-claw/tree/main/skills/multimodal/llava
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill llava-openlair

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

LLaVA enables interactive vision-language reasoning by uniting a vision encoder with a large language model, allowing natural, image-grounded conversations.

Core Features & Use Cases

  • Multi-turn image chat: Engage in back-and-forth discussions about content in an image.
  • Visual Question Answering (VQA): Provide accurate answers with reasoning based on visual input.
  • Visual instruction following: Follow visual prompts to perform tasks described by images.
  • Document understanding with images: Interpret figures, charts, and embedded images in documents.

Quick Start

Install the LLaVA package, load a pretrained model, and start a multi-turn image chat session with an input image.

Frequently Asked Questions about llava

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a vision-language chat application for image-based conversations?

To build a vision-language chat application, LLaVA unifies a vision encoder with a language model to enable natural, multi-turn image-grounded conversations. You need a compatible inference pipeline that processes input images and prompts.

What is visual instruction tuning and how does it apply to visual question answering?

Visual instruction tuning trains a unified vision encoder and language model to follow visual prompts. This mechanism allows visual question answering (VQA) systems to provide accurate answers with reasoning based on visual input from an image.

Can I interpret figures and charts in document understanding tasks using multimodal models?

Yes, you can interpret figures, charts, and embedded images in document understanding tasks using multimodal models. LLaVA applies a vision encoder and language model to process visual content and text prompts across research and product prototypes.

Do I need a specific GPU VRAM capacity to run multimodal image understanding pipelines?

Yes, running multimodal image understanding pipelines requires adequate GPU VRAM depending on the model size. You must provision sufficient hardware to load the pretrained language model and vision encoder for inference.

What are the limitations of using a unified vision encoder and language model for image chat?

Limitations of unifying a vision encoder and language model for image chat include high GPU VRAM requirements depending on model size, and the need for a compatible inference pipeline to properly process images and prompts.