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

# Introduction to Models

> Understand how Bud Model Hub organizes cloud and local models with governance, security, and performance controls

Bud Model Hub is the control plane for discovering, onboarding, validating, and operating AI models across cloud providers and local infrastructure.

It unifies cloud models and local artifacts behind one lifecycle so teams can:

* onboard models from multiple sources,
* apply governance and verification checks,
* compare performance and evaluation outcomes, and
* route workloads to the best fit for cost, latency, and compliance.

<img src="https://mintcdn.com/budecosystem-b7b14df4/x2_P5cIlf4jublqF/images/image-14.png?fit=max&auto=format&n=x2_P5cIlf4jublqF&q=85&s=282141645ba8a2c8b914d87c5c9a91a6" alt="Image" width="1919" height="874" data-path="images/image-14.png" />

## Why the Models module matters

As teams scale GenAI usage, model operations become fragmented across providers, file stores, and environments. The Models module gives you a single operating model for:

* **Catalog consistency**: one inventory for cloud, Hugging Face, URL, and disk-based models.
* **Operational confidence**: scan and verification states tracked per model.
* **Deployment readiness**: model metadata aligned with modality and endpoint capabilities.
* **Decision support**: benchmark and evaluation views to choose the right model for production.

## Core capabilities

<CardGroup cols={2}>
  <Card icon="book-open" title="Unified catalog">
    Keep cloud and local models in one searchable repository with metadata, tags, and ownership context.
  </Card>

  <Card icon="arrow-down-to-bracket" title="Source flexibility">
    Add models from cloud providers, Hugging Face, signed URLs, or mounted disk paths.
  </Card>

  <Card icon="shield-check" title="Security and trust">
    Track scan and verification signals before exposing models for downstream use.
  </Card>

  <Card icon="chart-line" title="Performance visibility">
    Use benchmark history and evaluation outputs to compare throughput, latency, and quality trade-offs.
  </Card>
</CardGroup>

## High-level lifecycle

```mermaid theme={null}
graph LR
    A[Select Source] --> B[Register Model Metadata]
    B --> C[Ingest or Link Artifact]
    C --> D[Run Verification and Security Checks]
    D --> E[Evaluate and Benchmark]
    E --> F[Publish for Deployment and Projects]
```

## Who uses this module

* **Platform teams** to standardize onboarding, safety checks, and governance.
* **ML engineers** to compare variants and move approved versions toward production.
* **Application teams** to pick ready-to-use models with clear capabilities and constraints.

## Next steps

<CardGroup cols={2}>
  <Card icon="play" href="/models/quickstart" title="Quickstart">
    Add your first model in a few minutes.
  </Card>

  <Card icon="book" href="/models/model-concepts" title="Model concepts">
    Learn core entities and lifecycle states.
  </Card>

  <Card icon="wand-magic-sparkles" href="/models/creating-first-model" title="Create your first model">
    Follow a guided onboarding walkthrough.
  </Card>
</CardGroup>
