# Vision Models

- [Overview](https://docs.clore.ai/guides/vision-models/vision-models.md)
- [Llama 3.2 Vision](https://docs.clore.ai/guides/vision-models/llama-vision.md): Run Meta's Llama 3.2 Vision for image understanding on Clore.ai
- [LLaVA](https://docs.clore.ai/guides/vision-models/llava-vision-language.md): Chat with images using LLaVA vision-language model on Clore.ai
- [Qwen2.5-VL Vision Language Model](https://docs.clore.ai/guides/vision-models/qwen-vl.md): Run Qwen2.5-VL, the leading open vision-language model, for image/video/document understanding on Clore.ai GPUs.
- [Florence-2](https://docs.clore.ai/guides/vision-models/florence2.md): Microsoft Florence-2 for captioning, detection, and segmentation
- [SAM2 Video](https://docs.clore.ai/guides/vision-models/sam2-video.md): Track and segment objects in video with Meta's SAM2 on Clore.ai
- [GroundingDINO](https://docs.clore.ai/guides/vision-models/groundingdino.md): Detect any object using text descriptions with GroundingDINO


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clore.ai/guides/vision-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
