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

# Overview

> Welcome to the Nscale docs. Discover how to get started and unlock the full potential of Nscale.

export const GPUIcon = ({size = 24}) => <svg width={size} height={size} viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg" className="text-primary dark:text-primary-light">
    <path d="M42.0486 28.9512C43.5712 30.4667 43.5757 32.9299 42.0587 34.4508L29.8498 46.6917C28.505 48.04 26.6789 48.7977 24.7746 48.7977L18.5151 48.7977C17.7168 48.7977 17.317 47.8326 17.8815 47.2681L36.1923 28.958C37.8087 27.3417 40.4284 27.3386 42.0486 28.9512Z" fill="currentColor" />
    <path d="M7.16797 44.2032C7.16797 48.206 12.0031 50.2153 14.84 47.3916L47.5602 14.8232C50.3925 12.004 48.396 7.16803 44.3997 7.16803L14.336 7.16839C10.3772 7.16839 7.16797 10.3776 7.16797 14.3364L7.16797 44.2032Z" fill="currentColor" />
  </svg>;

<img src="https://mintcdn.com/nscale/eHooAh3A-xA3WCln/images/overview.png?fit=max&auto=format&n=eHooAh3A-xA3WCln&q=85&s=7841645ff7979c1a1c82390e9c7733be" className="rounded-lg" width="1920" height="1080" data-path="images/overview.png" />

## Building with Nscale

We make it easy to integrate AI into your applications. Nscale is a high-performance compute platform designed to simplify AI development, from fine-tuning to inference. It provides on-demand AI services that enable you to fine-tune, evaluate, deploy, and run AI models at scale—without the complexity of managing infrastructure. Built on Nscale’s powerful compute technology, these services are accessible in a self-serve, prepaid model. Whether you're optimising models for production or running large-scale inference, Nscale delivers the flexibility and performance needed to power AI-driven applications.

## Quick links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" iconType="solid" href="/docs/getting-started/quickstart">
    Learn how to get started with Nscale
  </Card>

  <Card title="Serverless Inference" icon="cloud" iconType="solid" href="/docs/ai-services/models">
    Get started with Serverless Inference
  </Card>

  <Card title="Contact Support" icon="headset" iconType="solid" href="mailto:helpdesk@nscale.com">
    Get help from our support team
  </Card>

  <Card title="Get GPU Clusters" icon="server" iconType="solid" href="https://www.nscale.com/contact/sales">
    Slurm, Kubernetes and Bare metal clusters
  </Card>
</CardGroup>

## Nscale's capabilities

* **Serverless inference** – Run popular LLMs effortlessly with our API, without worrying about infrastructure management.
* **Fine-tuning** – Customise open-source models with fine-tuning and deploy them on a dedicated endpoint for high-performance inference.
* **Evaluation (Coming soon)** – Evaluate model performance with tools designed to meet your specific requirements.
* **GPU clusters** – Accelerate your workflow with cutting-edge infrastructure like NKS (Nscale Kubernetes Service), Slurm, or bare metal machines. [Contact sales to learn more](https://www.nscale.com/contact/sales).

## Quickstart

<Steps>
  <Step title="Create an account">
    Head to [console.nscale.com](https://console.nscale.com/login) and create an account
  </Step>

  <Step title="Add credit to your account">
    From the dashboard, add a minimum of \$5 of credit to start using our service
  </Step>

  <Step title="Call your first endpoint">
    Call the [inference endpoint](/api-reference/inference/create-chat-completion) with your Service token
  </Step>
</Steps>

Head to the quickstart page for a more detailed view on how to get started with Nscale.

## Platform Infrastructure

Provision and manage compute, networking, and storage resources directly in the Nscale Console.

<CardGroup cols={2}>
  <Card title="Instances" icon="rectangle-history-circle-plus" iconType="solid" href="/docs/compute/create-new-instances">
    Create GPU and CPU virtual machines with SSH access
  </Card>

  <Card title="VPC Networks" icon="earth-europe" iconType="solid" href="/docs/network/vpc-networks">
    Isolated private networks for your resources
  </Card>

  <Card title="Filesystem" icon="files" iconType="solid" href="/docs/storage/file-storage">
    Shared persistent NFS storage for instances and clusters
  </Card>

  <Card title="Managed Kubernetes" icon="cloud" iconType="solid" href="/docs/compute/managed-kubernetes">
    Provision isolated Kubernetes clusters for container workloads
  </Card>

  <Card title="Security Groups" icon="shield" iconType="solid" href="/docs/network/security-groups">
    Firewall rules controlling inbound and outbound traffic
  </Card>

  <Card title="Terraform Provider" icon="cube" iconType="solid" href="/docs/manage/terraform">
    Manage Nscale infrastructure as code
  </Card>
</CardGroup>

## Get help

<Card title="Contact Support" icon="headset" iconType="solid" href="mailto:helpdesk@nscale.com">
  For technical issues or assistance with our platform.
</Card>
