# Обзор

Компьютерное зрение и модели «зрение-язык» на GPU CLORE.AI.

## Доступные руководства

| Модель                                                                | Случай использования                 |
| --------------------------------------------------------------------- | ------------------------------------ |
| [LLaVA](/guides/guides_v2-ru/modeli-zreniya/llava-vision-language.md) | Визуальный чат и вопросы-ответы      |
| [Florence-2](/guides/guides_v2-ru/modeli-zreniya/florence2.md)        | Многозадачное зрение                 |
| [SAM2](/guides/guides_v2-ru/modeli-zreniya/sam2-video.md)             | Сегментация видео                    |
| [GroundingDINO](/guides/guides_v2-ru/modeli-zreniya/groundingdino.md) | Обнаружение без обучения (zero-shot) |

## Сценарии использования

* **Понимание изображений** - LLaVA, Florence-2
* **Обнаружение объектов** - GroundingDINO, YOLO
* **Segmentation** - SAM2, Segment Anything
* **Создание подписей (captioning)** - Florence-2, LLaVA

## Требования к GPU

| Модель        | Минимальная VRAM |
| ------------- | ---------------- |
| LLaVA 7B      | 8GB              |
| Florence-2    | 8GB              |
| SAM2          | 8GB              |
| GroundingDINO | 6 ГБ             |

## Связанные руководства

* [Языковые модели](/guides/guides_v2-ru/yazykovye-modeli/language-models.md)
* [Компьютерное зрение](/guides/guides_v2-ru/kompyuternoe-zrenie/computer-vision.md)


---

# 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/guides_v2-ru/modeli-zreniya/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.
