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

# Introduction

> Welcome to the SynapsAI Cloud Documentation

# Build and run AI models without cold starts

SynapsAI Cloud is a low-latency model hosting platform designed for developers and teams who need **fast startup**, **predictable billing**, and **full control** over inference — without managing infrastructure.

We are currently in **public beta** and actively improving the platform based on user feedback.

<Columns cols={2}>
  <Card title="Get started in minutes" icon="rocket" href="/quickstart">
    Deploy your first model and run inference.
  </Card>

  <Card title="Explore the API" icon="terminal" href="/api-reference">
    Integrate SynapsAI Cloud into your app.
  </Card>
</Columns>

***

## Why SynapsAI Cloud?

<Columns cols={3}>
  <Card title="Ultra-low cold start latency" icon="zap">
    Models are kept warm and restored quickly to avoid long startup delays.
  </Card>

  <Card title="Transparent, predictable pricing" icon="credit-card">
    Clear billing, usage caps, and cost controls built for teams.
  </Card>

  <Card title="Built for long-running models" icon="server">
    Run models continuously without worrying about restarts or downtime.
  </Card>
</Columns>

***

<Callout type="info">
  We’re in public beta and would love your feedback.
  Send feature requests or questions via
  [feedback](/support/feedback-and-feature-request).
</Callout>

***

## Quickstart

Follow these steps to go from zero to inference:

<Steps>
  <Step title="Create an account">
    Sign up and generate your API key.
  </Step>

  <Step title="Deploy a model">
    Choose a model and launch it on SynapsAI Cloud.
  </Step>

  <Step title="Run inference">
    Send requests via the API or SDK.
  </Step>
</Steps>

<Card title="Start the quickstart guide" icon="rocket" href="/quickstart" horizontal>
  Step-by-step walkthrough to deploy your first model.
</Card>

***

## Core Documentation

<Columns cols={2}>
  <Card title="API Documentation" icon="code" href="/api-reference">
    Full reference for all endpoints.
  </Card>

  <Card title="Core Concepts" icon="cogs" href="/core-concepts">
    Learn how billing, memory, and storage work.
  </Card>

  <Card title="Deploy a Model" icon="box" href="/guides/deploy-model">
    Launch and configure your model.
  </Card>

  <Card title="Inference Quickstart" icon="play" href="/guides/inference-quickstart">
    Send requests and handle responses quickly.
  </Card>
</Columns>

***

## Guides

<Columns cols={2}>
  <Card title="Optimize Costs" icon="dollar-sign" href="/guides/optimizing-costs">
    Reduce spend and tune usage.
  </Card>

  <Card title="Teams & Access Control" icon="users" href="/guides/team">
    Manage teams, roles, and permissions.
  </Card>
</Columns>
