# 概览

在 CLORE.AI GPU 上的计算机视觉和视觉-语言模型。

## 可用指南

| A100                                                                                     | 模型变体    |
| ---------------------------------------------------------------------------------------- | ------- |
| [LLaVA](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/llava-vision-language) | 视觉聊天与问答 |
| [Florence-2](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/florence2)        | 多任务视觉   |
| [SAM2](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/sam2-video)             | 视频分割    |
| [GroundingDINO](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/groundingdino) | 零样本检测   |

## 使用场景

* **图像理解** - LLaVA，Florence-2
* **目标检测** - GroundingDINO，YOLO
* **分割** - SAM2，Segment Anything
* **图像描述** - Florence-2，LLaVA

## GPU 要求

| A100          | 最低显存 |
| ------------- | ---- |
| LLaVA 7B      | 8GB  |
| Florence-2    | 8GB  |
| SAM2          | 8GB  |
| GroundingDINO | 6GB  |

## 相关指南

* [语言模型](https://docs.clore.ai/guides/guides_v2-zh/yu-yan-mo-xing/language-models)
* [计算机视觉](https://docs.clore.ai/guides/guides_v2-zh/ji-suan-ji-shi-jue/computer-vision)


---

# 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-zh/shi-jue-mo-xing/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.
