# Workspace Plans

DeGirum Workspaces let you choose a plan, manage seats and devices, and control usage and add-ons for your team. For plan pricing and a full feature comparison, see the [Pricing page](https://degirum.com/pricing).

## Plans at a glance

**Free** is for individuals exploring. It includes 20k AI Hub inferences per month, 1 included user, and 1 local device license.

**Professional** is for developers building and testing. It includes 100k AI Hub inferences per month, 1 included user, 3 local device licenses, Cloud Compiler access, model storage, and community plus email support.

**Enterprise** is for teams deploying at scale. It includes 1M AI Hub inferences per month, 5 included users, 10 local device licenses, offline licensing, and priority support with SLAs.

### What the key terms mean

**AI Hub inferences**: AI Hub inferences are the monthly inference runs included with your plan.

**PySDK local runtimes**: all plans include access to PySDK local runtimes. Your plan’s local device licenses determine how many devices can run local runtimes under your Workspace.

**Local device licenses**: a local device license allows a device to run supported PySDK local runtimes under your Workspace.

* Free: 1 device license included
* Professional: 3 device licenses included, then $4.99 per additional device per month
* Enterprise: 10 device licenses included, then $1.99 per additional device per month

**Cloud Compiler**: Cloud Compiler is available on Professional and Enterprise and is billed at $4.99 per successful compile. A successful compile is a job that completes successfully and produces a usable compiled output artifact for the selected target. Failed, canceled, or timed-out compiles are not billed.

**Model storage**: model storage is the number of models you can store in your Workspace.

* Professional: 5 models included
* Enterprise: 15 models included
* Additional model storage: $1.99 per 5 models per month (Professional and Enterprise)

**Application packages**: Application packages are pip-installable packages with PySDK-style APIs for complete workflows.

* Free: [trial available upon request](https://forms.degirum.com/trial-application-packages)
* Professional and Enterprise: [see pricing](https://degirum.com/pricing)

**Offline licensing**: offline licensing is included with Enterprise. It supports license activation and periodic subscription validation without internet connectivity for air-gapped or restricted deployments, with customer-specific provisioning.

## Upgrade your Workspace plan

{% hint style="warning" %}
Only Workspace owners can upgrade a Workspace plan. If you do not see billing options, ask a Workspace owner to upgrade or to grant you owner access.
{% endhint %}

{% embed url="<https://youtu.be/Ub23cBSRM8k?si=BP8B02iIUArj6Yaf>" %}

{% stepper %}
{% step %}
**Confirm you have a Workspace**

On the AI Hub home page, click the Workspace dropdown on the left-hand side and select the Workspace that you would like to upgrade. If you do not have a Workspace, click Create New.

{% hint style="info" %}
Workspace names must be globally unique. Use letters, numbers, underscores, and dashes.

Do not use spaces and avoid generic names like *test*, *example*, or *myspace*.

Choose a name the same way you would choose an organization name on GitHub or a username for email. If the name is already taken, you will need to pick a different one.
{% endhint %}
{% endstep %}

{% step %}
**Open Workspace Settings**

Click on Workspace Settings in the left-hand menu. Click on the Billing tab, and then click on Manage Billing to manage the Billing Portal.
{% endstep %}

{% step %}
**Add payment method**

Click on Payment Methods, add your payment information (e.g., credit card), and click Add.
{% endstep %}

{% step %}
**Manage your subscription**

Under Manage Subscriptions, click on your current plan to view Subscription Details. From Subscription Details, click on Edit Subscription.
{% endstep %}

{% step %}
**Change and confirm the upgrade**

From Edit Subscription Details, click Change and select your desired plan from the dropdown. Click Update. After reviewing the updated Subscription Details, click Update Subscription.
{% endstep %}
{% endstepper %}

## Manage users

Each plan includes a set number of users. Additional users are billed per user per month.

To add users:

{% stepper %}
{% step %}
**Open Workspace Settings**

Click on Workspace Settings in the left-hand menu. Click on the Members tab to view the Workspace members.
{% endstep %}

{% step %}
**Add new member**

Type the email of the new Workspace member and choose their permission level from the dropdown. Click Invite.
{% endstep %}

{% step %}
**Manage existing members**

Owners can manage existing members from the table and change permissions in the Permissions dropdown.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.degirum.com/ai-hub/workspace-plans.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
