> ## 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 Devlabs for coding, jobs that are executed to completion, or endpoints that serve the users. 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) except for `eu-north2`<Tooltip href="/https/docs.nebius.com/overview/regions" cta="Private region">\*</Tooltip>, `eu-south1`<Tooltip href="/https/docs.nebius.com/overview/regions" cta="Private region">\*</Tooltip> and `us-north1`<Tooltip href="/https/docs.nebius.com/overview/regions" cta="Private region">\*</Tooltip>.

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

  <Card title="Getting started with Devlabs" icon="link" href="/https/docs.nebius.com/serverless/quickstart/devlabs">
    Deploy JupyterLab on your first Devlab and connect to it
  </Card>

  <Card title="Getting started with jobs" icon="link" href="/https/docs.nebius.com/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="/https/docs.nebius.com/serverless/quickstart/endpoints">
    Launch a simple endpoint and send authenticated requests to it
  </Card>

  <Card title="Deploying an LLM" icon="link" href="/https/docs.nebius.com/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="/https/docs.nebius.com/serverless/tutorials/fine-tuning">
    Run a job that fine-tunes a large language model by using Axolotl
  </Card>

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