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

# Automated Model License Analysis

> Use Bud AI Foundry to evaluate whether model licenses match your intended usage before deployment

If you are deciding between model families like LLAMA and Qwen—or even between close variants like LLAMA 3.1 and LLAMA 3.2—licensing often becomes the deciding factor.

Bud AI Foundry includes a built-in license analysis experience so your team can review license details directly in the model workflow, instead of manually parsing long legal text each time.

## What this feature solves

* Reduces manual license interpretation work.
* Gives teams a repeatable review step before deployment.
* Surfaces license details and FAQs in one place for faster decisions.

<img src="https://mintcdn.com/budecosystem-b7b14df4/x2_P5cIlf4jublqF/images/image-17.png?fit=max&auto=format&n=x2_P5cIlf4jublqF&q=85&s=79a6ef0f4253718d984aa5a56ef1c181" alt="Image" width="1920" height="871" data-path="images/image-17.png" />

## How it works in Bud

The model details flow supports viewing license details and FAQs, including license files/URLs and structured Q\&A content.

```mermaid theme={null}
flowchart LR
    A[Select Candidate Models] --> B[Open Model License Details]
    B --> C[Review License Summary]
    C --> D[Check License FAQ and File]
    D --> E{Aligned With Use Case?}
    E -->|Yes| F[Approve for Deployment]
    E -->|No| G[Select Alternate Model]
```

## Recommended decision workflow

1. Identify candidate models for the task.
2. Open each model's license details page.
3. Compare usage constraints against your product scenario.
4. Record your approval/rejection outcome with rationale.
5. Continue onboarding/deployment only for approved candidates.

<Tip>
  Treat license review as a required quality gate, alongside performance and security checks.
</Tip>

## Practical examples

* **Commercial SaaS feature**: confirm redistribution and commercial usage rights.
* **Internal enterprise assistant**: verify internal-use allowances and attribution obligations.
* **Fine-tuned derivative model**: validate derivative-use terms before publishing.

## Related docs

* [Model Operations Reference](/models/reference/model-operations-reference)
* [Model Security and Verification](/models/guides/model-security-and-verification)
* [Troubleshooting](/models/troubleshooting)
