> 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.md).

# 视觉模型

- [概览](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/vision-models.md)
- [Llama 3.2 Vision](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/llama-vision.md): 在 Clore.ai 上运行 Meta 的 Llama 3.2 Vision 进行图像理解
- [LLaVA](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/llava-vision-language.md): 在 Clore.ai 上使用 LLaVA 视觉语言模型与图像对话
- [Qwen2.5-VL 视觉语言模型](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/qwen-vl.md): 在 Clore.ai 的 GPU 上运行 Qwen2.5-VL——领先的开源视觉语言模型，用于图像/视频/文档理解。
- [Florence-2](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/florence2.md): 微软 Florence-2，用于图像描述、检测和分割
- [SAM2 视频](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/sam2-video.md): 在 Clore.ai 上使用 Meta 的 SAM2 跟踪并分割视频中的物体
- [GroundingDINO](https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing/groundingdino.md): 使用文本描述检测任意对象的 GroundingDINO


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-zh/shi-jue-mo-xing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
