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

# Serverless AI

Serverless AI is a Nebius AI Cloud service for running containerized AI workloads as interactive endpoints or non-interactive jobs. By deploying your workloads in Serverless AI, you can focus on them without worrying about the infrastructure: the service handles resource provisioning and lifecycle, and usage-based, per-second billing.

The service is available in all [Nebius AI Cloud regions](/overview/regions).

<CardGroup cols={2}>
  <Card title="About Serverless AI" icon="link" href="/serverless/overview">
    Read about how Serverless AI works and how to choose between endpoints and jobs
  </Card>

  <Card title="Getting started with jobs" icon="link" href="/serverless/quickstart/jobs">
    Create your first job that runs nvidia-smi and prints information about GPUs in use
  </Card>

  <Card title="Getting started with endpoints" icon="link" href="/serverless/quickstart/endpoints">
    Launch a simple endpoint and send authenticated requests to it
  </Card>

  <Card title="Deploying an LLM" icon="link" href="/serverless/tutorials/deploy-model">
    Deploy a large language model on an endpoint and chat with it
  </Card>

  <Card title="Fine-tuning an LLM" icon="link" href="/serverless/tutorials/fine-tuning">
    Run a job that fine-tunes a large language model by using Axolotl
  </Card>

  <Card title="Monitoring" icon="link" href="/serverless/monitoring">
    Track resource utilization to schedule quota increases and to quickly identify anomalies
  </Card>
</CardGroup>
