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

# Model Availability by Platform

## Where to Find AI21's Jamba Models

AI21's Jamba models are available across multiple leading cloud platforms and model hubs. Choose the platform that best fits your infrastructure and deployment needs.

## Quick Platform Overview

<div className="centered-table">
  |       Platform       | Managed | Self-Deploy | Latest Version |
  | :------------------: | :-----: | :---------: | :------------: |
  |     **AI21 SaaS**    |    ✅    |      -      |        2       |
  |    **HuggingFace**   |    -    |      ✅      |        2       |
  |      **Kaggle**      |    -    |      ✅      |       1.7      |
  | **GCP Model Garden** |    -    |      ✅      |       1.6      |
  |  **Microsoft Azure** |    -    |      ✅      |       1.5      |
  |   **AWS SageMaker**  |    -    |      ✅      |       1.5      |
  |    **AWS Bedrock**   |    ✅    |      -      |       1.5      |
</div>

***

## HuggingFace

<CardGroup cols={2}>
  <Card title="Jamba Large 1.7" href="https://huggingface.co/ai21labs/AI21-Jamba-Large-1.7">
    **Platform:** HuggingFace\
    **Best for:** Research, open-source projects, local development, fine-tuning
  </Card>

  <Card title="Jamba2 Mini" href="https://huggingface.co/ai21labs/AI21-Jamba2-Mini">
    **Platform:** HuggingFace\
    **Best for:** Research, open-source projects, local development, fine-tuning
  </Card>

  <Card title="Jamba2 3B" href="https://huggingface.co/ai21labs/AI21-Jamba2-3B">
    **Platform:** HuggingFace\
    **Best for:** Research, open-source projects, local development, fine-tuning
  </Card>
</CardGroup>

***

## Kaggle

<CardGroup cols={2}>
  <Card title="Jamba 1.7" href="https://www.kaggle.com/models/ai21labs/ai21-jamba-1.7">
    **Platform:** Kaggle\
    **Best for:** Research, open-source projects, local development, fine-tuning
  </Card>
</CardGroup>

***

## Google Cloud Platform (GCP)

### Self-Deployment

<CardGroup cols={2}>
  <Card title="Jamba Large 1.6" href="https://console.cloud.google.com/vertex-ai/publishers/ai21/model-garden/jamba-large-1.6?hl=en">
    **Platform:** GCP Model Garden (Self-Deploy)\
    **Best for:** ML Engineers, Custom infrastructure, on-premises deployment
  </Card>
</CardGroup>

### Coming Soon

<CardGroup cols={2}>
  <Card title="Jamba Mini 1.6">
    **Platform:** GCP Model Garden (Self-Deploy)\
    **Status:** Coming Soon 🔄
  </Card>
</CardGroup>

***

## Microsoft

### Self-Deployment

<CardGroup cols={2}>
  <Card title="Jamba Large 1.5" href="https://ai.azure.com/catalog/models/AI21-Jamba-1.5-Large">
    **Platform:** Microsoft Foundry (Self-Deploy)\
    **Best for:** ML Engineers, Custom infrastructure, on-premises deployment
  </Card>
</CardGroup>

***

## Amazon Web Services (AWS)

### Managed Services

<CardGroup cols={2}>
  <Card title="Jamba Large 1.5" href="https://aws.amazon.com/blogs/aws/jamba-1-5-family-of-models-by-ai21-labs-is-now-available-in-amazon-bedrock/">
    **Platform:** AWS Bedrock (Managed)\
    **Best for:** Enterprise AWS users, serverless applications, pay-per-use pricing
  </Card>

  <Card title="Jamba Mini 1.5" href="https://aws.amazon.com/blogs/aws/jamba-1-5-family-of-models-by-ai21-labs-is-now-available-in-amazon-bedrock/">
    **Platform:** AWS Bedrock (Managed)\
    **Best for:** Enterprise AWS users, serverless applications, pay-per-use pricing
  </Card>
</CardGroup>

### Self-Deployment

<CardGroup cols={2}>
  <Card title="Jamba Large 1.5" href="https://aws.amazon.com/marketplace/pp/prodview-bf26px7gdisek?sr=0-2&ref_=beagle&applicationId=AWSMPContessa">
    **Platform:** AWS SageMaker\
    **Best for:** ML Engineers, Custom infrastructure, on-premises deployment
  </Card>

  <Card title="Jamba Mini 1.5" href="https://aws.amazon.com/marketplace/pp/prodview-fnof2toffbfbg?sr=0-1&ref_=beagle&applicationId=AWSMPContessa">
    **Platform:** AWS SageMaker\
    **Best for:** ML Engineers, Custom infrastructure, on-premises deployment
  </Card>
</CardGroup>

### Coming Soon

<CardGroup cols={2}>
  <Card title="Jamba Large 1.6">
    **Platform:** AWS Bedrock\
    **Status:** Coming Soon 🔄
  </Card>

  <Card title="Jamba Mini 1.6">
    **Platform:** AWS Bedrock\
    **Status:** Coming Soon 🔄
  </Card>
</CardGroup>

***

## Interested in Self-Deploy?

For self-deployment on your own infrastructure, check out our [vLLM deployment guide](/docs/vllm) for step-by-step instructions and examples.
