Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
"contextual": {
"options": ["copy", "chatgpt", "claude", "cursor", "vscode"]
},
"navigation": {
"landing": "home",
"navigation": {
"tabs": [
{
"tab": "Docs",
"groups": [
"tab": "Docs",
"groups": [
{
"group": "Get started",
"pages": [
Expand Down
239 changes: 239 additions & 0 deletions home.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,239 @@
---
title: "Runpod Docs"
description: "Help for wherever you are in your AI/ML journey."
mode: "custom"
---

<div style={{
background: "#0A0A14",
padding: "56px 40px",
borderRadius: "16px",
marginBottom: "2rem",
textAlign: "center",
border: "1px solid rgba(95, 76, 254, 0.25)"
}}>
<p style={{
color: "#9289FE",
fontSize: "0.8rem",
fontWeight: "500",
letterSpacing: "0.1em",
textTransform: "uppercase",
margin: "0 0 0.75rem"
}}>Documentation</p>
<h1 style={{
background: "linear-gradient(135deg, #ffffff 40%, #9289FE 100%)",
WebkitBackgroundClip: "text",
WebkitTextFillColor: "transparent",
backgroundClip: "text",
fontSize: "2.5rem",
fontWeight: "700",
margin: "0 0 1rem",
lineHeight: "1.2"
}}>Help for wherever you are<br/>in your AI/ML journey.</h1>
<p style={{
color: "rgba(255,255,255,0.5)",
fontSize: "1rem",
margin: "0 0 2rem"
}}>Deploy GPUs, scale models, and build AI — faster.</p>
<div style={{ display: "flex", gap: "12px", justifyContent: "center", flexWrap: "wrap" }}>
<a href="/get-started" style={{
background: "#5F4CFE",
color: "white",
padding: "10px 24px",
borderRadius: "8px",
textDecoration: "none",
fontWeight: "500",
fontSize: "0.9rem"
}}>Get started →</a>
<a href="/overview" style={{
background: "rgba(255,255,255,0.07)",
color: "rgba(255,255,255,0.75)",
padding: "10px 24px",
borderRadius: "8px",
textDecoration: "none",
fontWeight: "500",
fontSize: "0.9rem",
border: "1px solid rgba(255,255,255,0.12)"
}}>Browse all docs</a>
</div>
</div>

<AccordionGroup>

<Accordion title="Get started">
- [Welcome to Runpod](/overview)
- [Deploy your first Pod](/get-started)
- [Connect to Runpod](/get-started/connect-to-runpod)
- [Concepts](/get-started/concepts)
- [Manage API keys](/get-started/api-keys)
- [Agent skills](/get-started/agent-skills)
- [MCP servers](/get-started/mcp-servers)
- [Early access](/get-started/early-access)
</Accordion>

<Accordion title="Flash">
- [Overview](/flash/overview)
- [Quickstart](/flash/quickstart)
- [Use Flash on Windows](/flash/windows-wsl2)
- [Pricing](/flash/pricing)
- [Create endpoints](/flash/create-endpoints)
- [Use custom containers](/flash/custom-docker-images)
- [Configure resources](/flash/configuration/storage)
- [Build apps](/flash/apps/overview)
- [Execution model](/flash/execution-model)
- [Troubleshooting](/flash/troubleshooting)
</Accordion>

<Accordion title="Serverless">
- [Overview](/serverless/overview)
- [Quickstart](/serverless/quickstart)
- [SDKs](/serverless/sdks)
- [Pricing](/serverless/pricing)
- [Create handler functions](/serverless/workers/handler-functions)
- [Deploy workers](/serverless/workers/overview)
- [Manage endpoints](/serverless/endpoints/overview)
- [Monitor and debug](/serverless/development/logs)
- [Load balancing](/serverless/load-balancing/overview)
- [vLLM](/serverless/vllm/overview)
- [Troubleshooting](/serverless/troubleshooting)
</Accordion>

<Accordion title="Pods">
- [Overview](/pods/overview)
- [Pricing](/pods/pricing)
- [Choose a Pod](/pods/choose-a-pod)
- [Manage Pods](/pods/manage-pods)
- [Connect to Pods](/pods/connect-to-a-pod)
- [Storage](/pods/storage/types)
- [Templates](/pods/templates/overview)
- [Troubleshooting](/pods/troubleshooting/zero-gpus)
</Accordion>

<Accordion title="Storage">
- [Network volumes](/storage/network-volumes)
- [High-performance storage](/storage/high-performance-storage)
- [S3-compatible API](/storage/s3-api)
</Accordion>

<Accordion title="Public Endpoints">
- [Overview](/public-endpoints/overview)
- [Quickstart](/public-endpoints/quickstart)
- [Available models](/public-endpoints/reference)
- [Make API requests](/public-endpoints/requests)
- [Vercel AI SDK](/public-endpoints/ai-sdk)
- [AI coding tools](/public-endpoints/ai-coding-tools)
</Accordion>

<Accordion title="Instant Clusters">
- [Overview](/instant-clusters)
- [Configuration](/instant-clusters/configuration)
- [Slurm clusters](/instant-clusters/slurm-clusters)
- [Deployment guides](/instant-clusters/pytorch)
</Accordion>

<Accordion title="Models">
- [Image models](/public-endpoints/models/flux-dev)
- [Video models](/public-endpoints/models/wan-2-6-t2v)
- [Text models](/public-endpoints/models/qwen3-32b)
- [Audio models](/public-endpoints/models/chatterbox-turbo)
- [All models](/public-endpoints/reference)
</Accordion>

<Accordion title="Examples">
- [Introduction](/tutorials/introduction/overview)
- [Generate images with SDXL](/tutorials/serverless/run-your-first)
- [Deploy ComfyUI on Serverless](/tutorials/serverless/comfyui)
- [Deploy Phi-3 with model caching](/tutorials/serverless/model-caching-text)
- [Integrate with a web app](/tutorials/serverless/generate-sdxl-turbo)
- [Deploy Gemma 3 chatbot](/tutorials/serverless/run-gemma-7b)
- [Flash: text generation with transformers](/tutorials/flash/text-generation-with-transformers)
- [Flash: image generation with SDXL](/tutorials/flash/image-generation-with-sdxl)
- [Flash: build a REST API](/tutorials/flash/build-rest-api-with-load-balancer)
- [Pods: run your first LLM](/tutorials/pods/run-your-first)
- [Pods: generate images with ComfyUI](/tutorials/pods/comfyui)
- [Pods: run Ollama](/tutorials/pods/run-ollama)
- [Pods: build Docker images](/tutorials/pods/build-docker-images)
- [Text-to-video pipeline](/tutorials/public-endpoints/text-to-video-pipeline)
</Accordion>

<Accordion title="CLI">
- [Flash CLI overview](/flash/cli/overview)
- [flash init](/flash/cli/init)
- [flash login](/flash/cli/login)
- [flash dev](/flash/cli/dev)
- [flash build](/flash/cli/build)
- [flash deploy](/flash/cli/deploy)
- [flash env](/flash/cli/env)
- [flash app](/flash/cli/app)
- [flash undeploy](/flash/cli/undeploy)
- [flash update](/flash/cli/update)
- [Runpod CLI overview](/runpodctl/overview)
- [runpodctl pod](/runpodctl/reference/runpodctl-pod)
- [runpodctl serverless](/runpodctl/reference/runpodctl-serverless)
- [runpodctl network-volume](/runpodctl/reference/runpodctl-network-volume)
- [runpodctl template](/runpodctl/reference/runpodctl-template)
- [runpodctl hub](/runpodctl/reference/runpodctl-hub)
- [runpodctl gpu](/runpodctl/reference/runpodctl-gpu)
- [runpodctl billing](/runpodctl/reference/runpodctl-billing)
</Accordion>

<Accordion title="API">
- [REST API overview](/api-reference/overview)
- [Create a Pod](/api-reference/pods/POST/pods)
- [List Pods](/api-reference/pods/GET/pods)
- [Start a Pod](/api-reference/pods/POST/pods/podId/start)
- [Stop a Pod](/api-reference/pods/POST/pods/podId/stop)
- [Create an endpoint](/api-reference/endpoints/POST/endpoints)
- [List endpoints](/api-reference/endpoints/GET/endpoints)
- [Create a network volume](/api-reference/network-volumes/POST/networkvolumes)
- [List network volumes](/api-reference/network-volumes/GET/networkvolumes)
- [Create a template](/api-reference/templates/POST/templates)
- [Pod billing history](/api-reference/billing/GET/billing/pods)
- [Serverless billing history](/api-reference/billing/GET/billing/endpoints)
- [GraphQL API](/sdks/graphql/configurations)
</Accordion>

<Accordion title="Integrations">
- [Overview](/integrations/overview)
- [Transformer Lab](/integrations/transformer-lab)
- [dstack](/integrations/dstack)
- [Mods](/integrations/mods)
- [SkyPilot](/integrations/skypilot)
</Accordion>

<Accordion title="Hub">
- [Overview](/hub/overview)
- [Publishing guide](/hub/publishing-guide)
- [Revenue sharing](/hub/revenue-sharing)
</Accordion>

<Accordion title="Community">
- [Overview](/community-solutions/overview)
- [ComfyUI-to-API](/community-solutions/comfyui-to-api/overview)
- [OhMyRunPod](/community-solutions/ohmyrunpod/overview)
- [SSH migration tools](/community-solutions/ssh-password-migration/overview)
- [CopyParty file manager](/community-solutions/copyparty-file-manager/overview)
- [Network volume storage tool](/community-solutions/runpod-network-volume-storage-tool)
- [Tips and tricks: tmux](/tips-and-tricks/tmux)
</Accordion>

<Accordion title="Accounts and billing">
- [Manage accounts](/accounts-billing/manage-accounts)
- [Billing](/accounts-billing/billing)
- [Cost centers](/accounts-billing/cost-centers)
- [Referrals](/accounts-billing/referrals)
- [Manage payment cards](/accounts-billing/manage-payment-cards)
</Accordion>

<Accordion title="Reference">
- [GPU types](/references/gpu-types)
- [CPU types](/references/cpu-types)
- [Security and compliance](/references/security-and-compliance)
- [Migrate from Cog](/tutorials/migrations/cog/overview)
- [Migrate from OpenAI](/tutorials/migrations/openai/overview)
- [Intro to containers](/tutorials/introduction/containers)
- [GraphQL API spec](/references/graphql-spec)
- [Release notes](/release-notes)
</Accordion>

</AccordionGroup>
Loading