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

# Account Management

> Create and configure your Hyperbolic account, API keys, and SSH keys

## Plan

This is where you view and manage your plan. Your plan determines your level of access to the platform and your API rate limits. There is never a monthly commitment to maintaining a plan. For all plans, you purchase “compute credits” which sit as a balance on your account. You use your compute credit balance for services on the platform, e.g. making inference API calls, launching GPU instances, and creating storage volumes.

<Frame>
  <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/plan-overview.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=eb488775bc07c14ef1f4ce1053642b3b" alt="Account Settings Plan page showing the Current Plan section, a phone-verification credit banner, and the Free Tier card" width="3196" height="1350" data-path="images/plan-overview.png" />
</Frame>

We offer three plan tiers: free, pro, and enterprise.

**Free tier:** The default plan for new accounts. There is no minimum spend amount required. You may not launch GPU instances nor storage volumes with a free-tier account. API rate limits are restrictive.

<Frame>
  <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/free-tier.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=deb499acaff96cc7dde97ac8830313a9" alt="Free Tier plan card showing $0.00/month, 60 RPM rate limit, 100 IP limit, and a prompt to deposit $5 to reach Pro Tier" width="550" data-path="images/free-tier.png" />
</Frame>

**Pro:** You must deposit at least \$5 one-time to automatically become a pro-tier user. You may access all features of the platform including GPU instances and storage volumes. Your API rate limits are much higher.

<Frame>
  <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/pro-tier.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=1ff068d0fd3a5918c480b9088445986c" alt="Pro Tier plan card showing $0.00/month, 600 RPM rate limit, 100 IP limit, on-demand compute, pay as you go, and an Upgrade Now button" width="550" data-path="images/pro-tier.png" />
</Frame>

**Enterprise:** For any custom plan, please reach out to us.

<Frame>
  <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/enterprise-tier.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=1f92783020c4fc431d5625c2ad98208d" alt="Enterprise Tier plan card showing Custom Pricing with enterprise-grade security, unlimited rate limit, unlimited IP limit, dedicated instances, dedicated support, fine-tuning services, and a Contact Us to Upgrade button" width="550" data-path="images/enterprise-tier.png" />
</Frame>

## Billing

This is where you view and edit your billing details.

<Frame>
  <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/billing-overview.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=b261a528132b4cf19e4ff8f9f2ceeb14" alt="Billing Overview showing My Balance, Next Auto Top-Up, and Hourly Cost cards with an Add Funds button" width="2458" height="592" data-path="images/billing-overview.png" />
</Frame>

We do not keep your payment method on file unless you have chosen to store a card by enabling [Auto Top-Up](/docs/general/auto-top-up).

## API Keys

This is where you create and manage your API Keys.

<Frame>
  <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/api-keys.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=aa3243278193ee287f7246ab0adb434c" alt="Personal API Keys settings page with a Create API Key button and an empty API key list" width="3190" height="1048" data-path="images/api-keys.png" />
</Frame>

After creation, API keys cannot be viewed or recovered - make sure you copy and save your key immediately after creating it!

API keys may be revoked at any time. An account may have any number of API keys.

## SSH Keys

This is where you manage your SSH Key.

<Frame>
  <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/ssh-keys.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=0dbb8b703c854223b5b7ebe24c93b309" alt="SSH Public Key settings page with options to paste or upload a public key" width="3058" height="1160" data-path="images/ssh-keys.png" />
</Frame>

This is your SSH public key (eg, id\_rsa.pub), not your private key. Never upload a private key!

An SSH Key is required to provision GPU instances. At this time, an account may only have one active SSH key at a time. Instances are provisioned with the public key configured on the account at the time of instance creation. If you plan to change the public key on file, make sure that you retain the keypair on your machine or you may lose access to your instance.

You may view, copy, and reset your SSH Key at any time.
