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

# Enabling premier models

Premier models, including GPT-5.4, are disabled by default. A tenant administrator must enable them by using ADK CLI version 2.13.0.

<Note>
  Usage of premier models incurs additional costs (MAUs). Administrators must communicate this to users before enabling. Premier models are not available in trial tenants. When premier models are disabled, all agents (live and draft) that use them stop working immediately.
</Note>

## Enabling premier models for a local or default tenant

Run the following command to enable premier models on your local or default tenant.

```bash theme={null}
orchestrate models config enable-premier-models
```

## Enabling premier models for a remote tenant (SaaS)

Before you run the enable command against a remote SaaS tenant, you must activate that remote environment. Otherwise, the command applies to your local context instead.

1. Activate the target remote environment.

   ```bash theme={null}
   orchestrate env activate <remote-environment-name>
   ```

2. Enable premier models on that tenant.

   ```bash theme={null}
   orchestrate models config enable-premier-models
   ```

## Confirming that premier models are enabled

Run the following command to check whether premier models are currently enabled on the active tenant.

```bash theme={null}
orchestrate models config are-premier-models-enabled
```

## Disabling premier models

To disable premier models on the active tenant, run the following command.

<Note>
  If you disable premier models, all agents (live and draft) that use them stop working immediately.
</Note>

```bash theme={null}
orchestrate models config disable-premier-models
```

## GPT-5.4 pricing

For pricing information, see [IBM watsonx Orchestrate (Added Premier LLM)](https://www.ibm.com/support/customer/csol/terms/?id=i126-9451\&lc=en) and [IBM watsonx Orchestrate on IBM Cloud (Premier LLM and Voice Terms)](https://www.ibm.com/support/customer/csol/terms/?id=i126-9844\&lc=en).
