> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/vision-models.md).

# 概览

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

## 可用指南

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

## 使用场景

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

## GPU 要求

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

## 相关指南

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
