> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/universe/find-a-model-on-universe.md).

# Universe पर एक Model खोजें

Universe पर 50,000 से अधिक datasets के साथ भी प्रशिक्षित models जुड़े हुए हैं। इन models का उपयोग आपके computer vision project में के साथ [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md).

Universe पर कोई dataset खोजने के लिए, search bar में वह चीज़ टाइप करें जिसे आप identify करना चाहते हैं। search page पर, "Has a Model" बॉक्स चेक करें:

<figure><img src="/files/8cfc3d8413886617d381575032cceb77f61c2ea9" alt=""><figcaption></figcaption></figure>

यह आपकी search को केवल उन datasets तक सीमित कर देगा जिनमें trained models शामिल हैं।

project के बारे में अधिक जानने के लिए किसी result पर क्लिक करें।

dataset home page metrics दिखाएगा। ये metrics model type पर निर्भर करेंगे। उदाहरण के लिए, object detection के लिए आपको mAP, precision, और recall दिखाई देंगे; classification के लिए आपको accuracy दिखाई देगी।

<figure><img src="/files/8600bd16462697c4ca4074bab2913ea49e98fdd7" alt=""><figcaption></figcaption></figure>

आप सबसे हालिया model version आज़माने के लिए "Try This Model" section में एक image upload कर सकते हैं।

आप sidebar में "Models" पर भी क्लिक कर सकते हैं ताकि सभी trained models देख सकें और आज़माने के लिए एक चुन सकें:

<figure><img src="/files/480ccd1f47d06c9dd8bf57ccfdc64a8435b077ed" alt=""><figcaption></figcaption></figure>

जब आप Models page खोलते हैं, तो आप project test set में example image से मिले results image पर plotted हुए देखेंगे:

<figure><img src="/files/61ffb87cdf29c10773bb63ca2bdb690b27fe956b" alt=""><figcaption><p>image में class "occupied forklift" की पहचान की गई है।</p></figcaption></figure>

## Universe Model Deploy करें

प्रत्येक Universe model page पर एक "Deploy Model" button होता है जो कई deployment options के साथ एक modal खोलता है:

* Code Snippet: model को via the [Serverless API](/roboflow/roboflow-hi/deploy/serverless-hosted-api-v2.md). प्रत्येक snippet में एक "Copy prompt" button शामिल होता है, जो एक structured prompt को copy करता है जिसे आप किसी AI coding agent में paste कर सकते हैं।
* MCP: कनेक्ट करने के लिए setup instructions [Roboflow MCP Server](/roboflow/roboflow-hi/agents/agents.md) को Claude Code, Cursor, या Codex से। एक बार कनेक्ट होने के बाद, आपका agent Roboflow models पर सीधे inference चला सकता है।
* Custom Workflow: पहले से बने [Workflow](/roboflow/roboflow-hi/workflows/what-is-workflows.md) templates, जैसे detection, counting, या visualization जैसे सामान्य कार्यों के लिए।

आप modal के शीर्ष पर Roboflow Agent input में सीधे एक prompt भी टाइप कर सकते हैं ताकि model के साथ building के बारे में एक guided conversation शुरू हो सके।

### एक Workflow में Universe Model का उपयोग करें

आप Workflows में Universe models का उपयोग कर सकते हैं।

एक model का उपयोग करने के लिए, Roboflow Workflows खोलें, [एक Workflow बनाएं](/roboflow/roboflow-hi/workflows/create-a-workflow.md), फिर एक model block जोड़ें:

<figure><img src="/files/d8cdecd30278984f4fa01b92c3ba13cced583cd3" alt=""><figcaption></figcaption></figure>

एक model चुनने के लिए block editor में "Model" पर क्लिक करें:

<figure><img src="/files/0a03e46dddbe05b366ce092b8212ac45f0c8b58b" alt=""><figcaption></figcaption></figure>

फिर, Public Models tab पर क्लिक करें:

<figure><img src="/files/664421789c18d414cee7babd6ca4451a34143fac" alt=""><figcaption></figcaption></figure>

उस Universe model page पर वापस जाएँ जो उस model से संबंधित है जिसका आप उपयोग करना चाहते हैं, और model ID copy करने के लिए copy icon पर क्लिक करें। यह model page के शीर्ष पर दिखाई देता है:

<figure><img src="/files/1b53331af098f824f74a562fcfb42c10f2d51cc3" alt=""><figcaption></figcaption></figure>

फिर, model ID को Public Models search bar में paste करें:

<figure><img src="/files/3ab8325d56f80f96187082db107a96c410336728" alt=""><figcaption></figcaption></figure>

"Use model ID" पर क्लिक करके model का उपयोग करें।

अब आपका Workflow block Universe model का उपयोग करेगा।


---

# 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.roboflow.com/roboflow/roboflow-hi/universe/find-a-model-on-universe.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.
