# NEXUS AI Plans and Limits

Limits an agent should check before it plans work. Current prices and the full comparison are at https://nexusai.run/pricing.

## Plans

| Plan | Price | Active deployments | AI requests per day | Team |
|---|---|---|---|---|
| Free | $0 | 1 | 5 | Solo |
| Starter | $29 per month | 2 | 10 | Up to 3 |
| Pro | $149 per month | 5 (up to 10 concurrent containers) | 30 | Up to 10 |
| Enterprise | Custom | Unlimited | Custom | Unlimited |

Healthcare plans: Healthcare Starter ($49 per month, a sandbox not intended for production PHI) and Healthcare Pro ($299 per month). See https://nexusai.run/pricing/healthcare.

## What each plan includes

- **Free:** NEXUS AI managed infrastructure only, 3 secrets, public HTTPS endpoint, community support. No AWS, Google Cloud, or Azure targets, no versioned rollbacks, no custom domains. For testing and evaluation, not production business applications.
- **Starter:** custom domain, Google Cloud Run target, email support and support tickets, standalone managed databases.
- **Pro:** AWS, Google Cloud, and Azure targets, versioned deployments and one-click rollback, AES-256-GCM secrets vault, RBAC, phone support.
- **Enterprise:** customer-owned cloud accounts, private build and runtime isolation, SSO (SAML and OIDC), IP allowlisting, advanced audit logs, dedicated support and SLA. Enterprise On-Prem adds self-hosted and air-gapped deployment.

## How limits show up

A request past a plan limit fails with a clear error (for example `QUOTA_EXCEEDED` or `PROVIDER_NOT_ALLOWED` on the GPT API). Do not retry these; tell the user which limit was hit. See [Errors and rate limits](/docs/errors.md).

## Related resources

- [Billing](/docs/billing.md)
- [Providers](/docs/providers.md)
