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

# Get Started with AWS Marketplace

> Learn how to subscribe to Cerebras Inference through AWS Marketplace and integrate it with your applications for seamless billing through your AWS account.

## Overview

Cerebras Inference is available through AWS Marketplace, allowing you to access our ultra-fast inference models with billing consolidated through your AWS account. This integration is ideal for organizations that want to:

* Consolidate AI infrastructure costs with existing AWS spending
* Leverage AWS Enterprise Discount Programs (EDP) and committed spend
* Simplify procurement and billing processes
* Access Cerebras models without separate vendor management

All usage is billed monthly through your AWS account as a marketplace line item, making it easy to track and manage costs alongside your other AWS services.

## Prerequisites

Before you begin, ensure you have:

* **AWS Account** - An active AWS account with permissions to subscribe to Marketplace offerings. Visit [AWS Marketplace](https://aws.amazon.com/marketplace?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc) if you need to create an account.
* **Cerebras Cloud Account** - You'll create or link this during the subscription process

<Note>
  The email addresses for your AWS and Cerebras accounts do not need to match. You can link any existing Cerebras account to your AWS Marketplace subscription.
</Note>

## Subscribe to Cerebras on AWS Marketplace

<Steps>
  <Step title="Find Cerebras in AWS Marketplace">
    Navigate to the AWS Marketplace and locate the Cerebras Inference listing:

    1. Log in to the [AWS Marketplace](https://aws.amazon.com/marketplace?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)
    2. Search for "Cerebras" in the marketplace search bar
    3. Select the **Cerebras Fast Inference Cloud** listing from the search results
  </Step>

  <Step title="Review and subscribe">
    Review the pricing details and complete your subscription:

    1. On the Cerebras listing page, select **View purchase options**
    2. Review the pricing details and terms carefully
    3. Click **Subscribe** to proceed with your subscription

    <Warning>
      Make sure you understand the pricing model before subscribing. Charges are based on API usage (per million tokens) and billed monthly through your AWS account.
    </Warning>
  </Step>

  <Step title="Set up your Cerebras account">
    After subscribing, you'll be redirected to link or create your Cerebras account:

    1. Click **Set up your account** on the confirmation page
    2. You'll be redirected to `https://cloud.cerebras.ai/dashboard`
    3. Either log in to your existing Cerebras account or create a new one
    4. Your Cerebras account will automatically be linked to your AWS Marketplace subscription

    <Note>
      If you already have a Cerebras account, simply log in with your existing credentials. The system will link it to your AWS subscription automatically.
    </Note>
  </Step>

  <Step title="Generate your API key">
    Once logged in to your Cerebras dashboard, create an API key for authentication:

    1. Navigate to the [API Keys page](https://cloud.cerebras.ai/platform?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)
    2. Click **Create API Key**
    3. Give your key a descriptive name (e.g., "Production API Key" or "AWS Marketplace Key")
    4. Copy and securely store your API key - you won't be able to see it again

    <Warning>
      Treat your API key like a password. Never commit it to version control or share it publicly.
    </Warning>
  </Step>
</Steps>

## Using Cerebras Inference

Once you've completed the subscription and setup, you can start using Cerebras Inference with your API key. For detailed integration instructions, code examples, and API documentation, visit:

* [Cerebras Quickstart Guide](https://inference-docs.cerebras.ai/quickstart?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)
* [API Reference Documentation](https://inference-docs.cerebras.ai/api-reference/chat-completions?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)

<Note>
  When making API requests, include the header `X-Cerebras-3rd-Party-Integration: aws-marketplace` to ensure your usage is properly tracked for AWS Marketplace billing.
</Note>

## Available Models

Cerebras offers several state-of-the-art models through AWS Marketplace:

| Model            | Description                   | Best For                                                         |
| ---------------- | ----------------------------- | ---------------------------------------------------------------- |
| **gpt-oss-120b** | Large open-source model       | Largest model for the most demanding tasks                       |
| **zai-glm-4.7**  | Advanced 357B parameter model | Advanced 357B parameter model with strong reasoning capabilities |

For the latest model availability, specifications, and performance benchmarks, visit our [models documentation](https://inference-docs.cerebras.ai/models?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc).

## Account and Billing Management

### Viewing Usage

You can monitor your API usage in two places:

**Cerebras Dashboard**

Visit the [Usage page](https://cloud.cerebras.ai/platform?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc) to view detailed metrics:

* Total requests and tokens processed
* Usage breakdown by model
* Usage breakdown by API key
* Real-time usage metrics and trends
* Historical usage data

**AWS Marketplace Console**

Access subscription details through AWS:

1. Go to your [AWS Marketplace subscriptions](https://console.aws.amazon.com/marketplace/home#/subscriptions?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)
2. Select your username in the upper-right corner
3. Choose **Your AWS Marketplace Software**
4. Select **Manage Subscriptions**
5. Find Cerebras Inference in your active subscriptions

### Understanding Billing

All billing is handled through your AWS account with transparent, usage-based pricing:

* **Billing Location**: AWS Billing and Cost Management console
* **Billing Frequency**: Monthly, based on API usage
* **Pricing Model**: Per-million tokens for inputs and outputs (varies by model)
* **AWS Integration**: Charges appear as AWS Marketplace line items
* **Payment Method**: Uses your existing AWS payment method

To view your Cerebras charges:

1. In the AWS Console, select your username in the upper-right corner
2. Choose **Billing and Cost Management**
3. Navigate to **Bills** or **Cost Explorer**
4. Look for Cerebras charges under AWS Marketplace

<Note>
  AWS Marketplace uses a \$0.01 SKU for one-to-one conversion of API charges. For detailed pricing by model, see our [pricing page](https://cerebras.ai/pricing?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc).
</Note>

### Managing Your Subscription

To modify or cancel your subscription:

1. Navigate to the [AWS Marketplace console](https://console.aws.amazon.com/marketplace/home#/subscriptions?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)
2. Select **Manage Subscriptions**
3. Find your Cerebras Inference subscription
4. Choose the action you want to take (modify, cancel, etc.)

<Warning>
  Canceling your AWS Marketplace subscription will immediately revoke access to Cerebras Inference. Any in-flight API requests may fail, and you will no longer be able to make new requests.
</Warning>

## Next Steps

Now that you're set up with Cerebras through AWS Marketplace, explore these resources to get the most out of your integration:

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="https://inference-docs.cerebras.ai/api-reference/chat-completions?utm_source=3pi_aws-marketplace&utm_campaign=partner_doc">
    Complete API documentation with all endpoints and parameters
  </Card>

  <Card title="Model Documentation" icon="brain" href="https://inference-docs.cerebras.ai/models?utm_source=3pi_aws-marketplace&utm_campaign=partner_doc">
    Detailed model specifications, capabilities, and benchmarks
  </Card>

  <Card title="Best Practices" icon="lightbulb" href="https://inference-docs.cerebras.ai/best-practices?utm_source=3pi_aws-marketplace&utm_campaign=partner_doc">
    Optimize your inference requests for performance and cost
  </Card>

  <Card title="GLM4.7 Migration Guide" icon="arrow-right" href="https://inference-docs.cerebras.ai/resources/glm-47-migration?utm_source=3pi_aws-marketplace&utm_campaign=partner_doc">
    Guide for migrating to the GLM-4.7 model
  </Card>
</CardGroup>

## FAQ

<Accordion title="Do my AWS and Cerebras account emails need to match?">
  No, the email addresses for your AWS and Cerebras accounts do not need to match. During the subscription setup process, you can link any existing Cerebras account to your AWS Marketplace subscription, regardless of the email address used for either account.
</Accordion>

<Accordion title="How long does it take for charges to appear in AWS billing?">
  Charges are billed monthly based on your usage. After you use the API, allow 24-48 hours for charges to appear in your AWS Billing and Cost Management console. Usage metrics are available in real-time on the Cerebras dashboard, but AWS billing is processed on a monthly cycle.
</Accordion>

<Accordion title="Can I use my AWS Enterprise Discount Program (EDP) credits?">
  Yes! Cerebras Inference charges through AWS Marketplace typically count toward your AWS committed spend and can be covered by EDP credits. Consult with your AWS account manager to confirm how marketplace purchases apply to your specific agreement.
</Accordion>

<Accordion title="What happens if I cancel my AWS Marketplace subscription?">
  Canceling your subscription will immediately revoke access to Cerebras Inference. Your API keys will stop working, and any in-flight requests may fail. You will be billed for any usage up to the cancellation point. If you need to resume service, you'll need to subscribe again through AWS Marketplace.
</Accordion>

<Accordion title="Can I have multiple API keys for the same AWS subscription?">
  Yes, you can create multiple API keys within your Cerebras account. All usage across these keys will be consolidated and billed to your AWS account. This is useful for separating development, staging, and production environments or tracking usage by team or project.
</Accordion>

<Accordion title="How do I increase my rate limits?">
  Rate limits are set per account. If you need higher rate limits for production workloads, contact [sales@cerebras.ai](mailto:sales@cerebras.ai) to discuss your requirements. Enterprise customers can access significantly higher throughput limits.
</Accordion>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Authentication Errors">
    **Problem**: Getting 401 Unauthorized errors

    **Solution**:

    * Verify your API key is correct in your `.env` file
    * Ensure your AWS Marketplace subscription is active
    * Check that your Cerebras account is properly linked to AWS
    * Confirm you're using the correct base URL: `https://api.cerebras.ai/v1`
    * Try generating a new API key from the Cerebras dashboard
    * Verify the `X-Cerebras-3rd-Party-Integration` header is set to `aws-marketplace`
  </Accordion>

  <Accordion title="Billing Questions">
    **Problem**: Not seeing charges in AWS billing

    **Solution**:

    * Charges appear monthly, not in real-time
    * Check the AWS Marketplace section of your billing console
    * Allow 24-48 hours for charges to appear after usage
    * Verify your subscription is active in AWS Marketplace
    * Contact AWS Support for billing-specific questions
  </Accordion>

  <Accordion title="Account Linking Issues">
    **Problem**: Unable to link Cerebras account to AWS subscription

    **Solution**:

    * Clear your browser cache and cookies
    * Try the setup process in an incognito/private browser window
    * Ensure you're logged into the correct AWS account
    * Verify you completed the subscription process in AWS Marketplace
    * Try logging out of both AWS and Cerebras, then start fresh
  </Accordion>

  <Accordion title="Rate Limiting">
    **Problem**: Receiving 429 Too Many Requests errors

    **Solution**:

    * Review our [rate limits documentation](https://inference-docs.cerebras.ai/rate-limits?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)
    * Implement exponential backoff in your retry logic
    * Consider distributing requests across multiple API keys
    * Monitor your usage patterns in the Cerebras dashboard
    * Contact sales to discuss higher rate limits for production workloads
  </Accordion>

  <Accordion title="Model Not Found Errors">
    **Problem**: Getting 404 errors when specifying a model

    **Solution**:

    * Ensure you're using the correct model name format: `model-name`
    * Verify the model is available in your region
    * Check the [models documentation](https://inference-docs.cerebras.ai/models?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc) for current model availability
    * Some models may have limited availability - contact support for details
  </Accordion>
</AccordionGroup>

## Support

For technical support and questions:

**Cerebras Technical Issues**

* Email: [support@cerebras.ai](mailto:support@cerebras.ai)
* Documentation: [inference-docs.cerebras.ai](https://inference-docs.cerebras.ai?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)

**AWS Marketplace Issues**

* Use AWS Support through your AWS Console
* Visit the [AWS Marketplace Help Center](https://aws.amazon.com/marketplace/help?utm_source=3pi_aws-marketplace\&utm_campaign=partner_doc)

***

**Ready to experience the fastest inference in the world?** Start building with Cerebras through AWS Marketplace today and see the difference that purpose-built AI hardware makes.
