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

# Model access and billing

> Choose a model provided by Millwork or connect an account your organization already pays for.

There are two ways to reach a model. Your model catalog shows which paths are
available to your organization now.

<CardGroup cols={2}>
  <Card title="Provided by Millwork" icon="building">
    Millwork owns the provider account. Availability and pricing must be
    confirmed for your organization.
  </Card>

  <Card title="Your provider key" icon="key-round">
    Your organization owns the account, keeps the provider relationship, and
    pays the provider directly.
  </Card>
</CardGroup>

| Question                                  | Model provided by Millwork                          | Your provider key                              |
| ----------------------------------------- | --------------------------------------------------- | ---------------------------------------------- |
| Who owns the provider account?            | Millwork                                            | Your organization                              |
| Where is the credential kept?             | Inside the Millwork service                         | In the secure provider connection              |
| Who pays the provider?                    | Millwork; customer pricing is not yet published     | Your organization                              |
| What appears in the catalog?              | Models Millwork made available to your organization | Tested models visible to the connected account |
| Can Millwork silently switch access type? | No                                                  | No                                             |

Pricing for models provided by Millwork is not published. Credits and limits
can still stop a run. [Email support](mailto:support@getmillwork.dev)
before planning production use.

<Note>
  In API responses, `millwork` identifies access paid for by Millwork and
  `customer` identifies your provider account.
</Note>

## When a model appears

A model appears only when:

1. Millwork knows the model release;
2. the exact provider route passed its required checks;
3. the required provider account is connected and ready; and
4. the model matches your organization's rules.

If the catalog is empty, connect and test a provider account or
[email support](mailto:support@getmillwork.dev). A provider name elsewhere in
the docs does not mean a model is available to your organization.
