> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/secure-ai-coding/ai-model-discovery/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# AI Model Discovery

> Discover and evaluate AI models with comprehensive scoring for security and quality.

An AI model is a computational system designed to simulate human intelligence by performing tasks such as recognizing patterns, making decisions, predicting outcomes, or generating content. Many open source AI models are freely available for use, modification, and distribution. Just like dependencies, these AI models can bring operational and security risks in the organization that uses them. Gaining visibility into these risks can minimize the vulnerabilities introduced by them.

Endor Labs picks the top ten thousand open source AI models available on Hugging Face and assigns Endor scores to them, so that you can make informed decisions before using them in your organization. See [AI Model scores](/scan/sca/scores) for more information.

You can search for AI models in the following ways:

* **View detected AI models**: Select **Inventory** > **AI Models** from the left sidebar to see AI models discovered in your namespace.

* **Search AI models from Hugging Face**: Select **Discover** > **AI Models** from the left sidebar to search and evaluate models.
  * Type in the search bar and click **Search AI Models**.

    <img src="https://mintcdn.com/endorlabs-b4795f4f/266r_aE9BWR2B51C/images/secure-ai-coding/ai-model-discovery/llm-lists.webp?fit=max&auto=format&n=266r_aE9BWR2B51C&q=85&s=ae74e63f0a6b3316801b59ab45864401" alt="View AI models" style={{width: '75%'}} width="1900" height="1396" data-path="images/secure-ai-coding/ai-model-discovery/llm-lists.webp" />

  * Select a result to view details such as security, activity, popularity, and quality score.

    <img src="https://mintcdn.com/endorlabs-b4795f4f/2CFeZIRm7eKUPEq0/images/releasenotes/previous-releases/llm-detail.webp?fit=max&auto=format&n=2CFeZIRm7eKUPEq0&q=85&s=7b151cfe628401e5f953621c96cadb6e" alt="View AI model details" style={{width: '75%'}} width="3092" height="1914" data-path="images/releasenotes/previous-releases/llm-detail.webp" />

  * Click **Go to Hugging Face to see more** to open the model on the Hugging Face website.
