From a09c0eed1f3e424d5aa5b8da6b5cfd8648a506e4 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 19:02:33 -0400 Subject: [PATCH 1/9] Redesign homepage to navigation hub --- home.mdx | 197 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 home.mdx diff --git a/home.mdx b/home.mdx new file mode 100644 index 00000000..228920bf --- /dev/null +++ b/home.mdx @@ -0,0 +1,197 @@ +--- +title: "Runpod Docs" +description: "Help for wherever you are in your AI/ML journey." +sidebarTitle: "Home" +mode: "wide" +--- + +## Get started + + + + Deploy your first GPU Pod in minutes. + + + Key terms and platform overview. + + + Authenticate API and SDK requests. + + + Browse available GPUs and compare specs. + + +--- + +## Pods + +Dedicated GPU or CPU instances — rent by the hour, stop when you're done. + +- [Overview](/pods/overview) +- [Connect with SSH](/pods/configuration/use-ssh) +- [Connect with VSCode or Cursor](/pods/configuration/connect-to-ide) +- [Expose ports](/pods/configuration/expose-ports) +- [Storage options](/pods/storage/types) +- [Templates](/pods/templates/overview) +- [Troubleshooting](/pods/troubleshooting/zero-gpus) +- [Pricing](/pods/pricing) +--- + +## Serverless + +Pay-per-second compute with autoscaling — no idle costs. + +- [Overview](/serverless/overview) +- [Quickstart](/serverless/quickstart) +- [Write a handler function](/serverless/workers/handler-functions) +- [Deploy workers from GitHub](/serverless/workers/github-integration) +- [Deploy vLLM for LLM inference](/serverless/vllm/get-started) +- [Load balancing endpoints](/serverless/load-balancing/overview) +- [Local testing](/serverless/development/local-testing) +- [Optimize your endpoints](/serverless/development/optimization) +- [Pricing](/serverless/pricing) +--- + +## Flash + +Run Python functions on remote GPUs directly from your local terminal. + +- [Overview](/flash/overview) +- [Quickstart](/flash/quickstart) +- [Create endpoints](/flash/create-endpoints) +- [Build apps](/flash/apps/overview) +- [CLI reference](/flash/cli/overview) +- [Pricing](/flash/pricing) +--- + +## Public Endpoints + +Instant API access to hosted AI models — no deployment or infrastructure required. + +- [Overview](/public-endpoints/overview) +- [Quickstart](/public-endpoints/quickstart) +- [Available models](/public-endpoints/reference) +- [Make API requests](/public-endpoints/requests) +- [Use with AI coding tools](/public-endpoints/ai-coding-tools) +- [Vercel AI SDK integration](/public-endpoints/ai-sdk) +--- + +## Instant Clusters + +Multi-node GPU clusters with high-speed networking for distributed training and inference. + +- [Overview](/instant-clusters) +- [Deploy a Slurm cluster](/instant-clusters/slurm-clusters) +- [Deploy a PyTorch cluster](/instant-clusters/pytorch) +- [Deploy with Axolotl](/instant-clusters/axolotl) +- [Configuration reference](/instant-clusters/configuration) +--- + +## Storage + +- [Network volumes](/storage/network-volumes) +- [High-performance storage](/storage/high-performance-storage) +- [S3-compatible API](/storage/s3-api) +- [Transfer files to Pods](/pods/storage/transfer-files) +- [Sync with cloud storage](/pods/storage/cloud-sync) +--- + +## Developer tools + +### CLIs + +- [Flash CLI](/flash/cli/overview) +- [runpodctl](/runpodctl/overview) +### APIs and SDKs + +- [REST API](/api-reference/overview) +- [GraphQL API](/sdks/graphql/configurations) +- [Serverless SDK (Python, JS, Go)](/serverless/sdks) +- [MCP servers](/get-started/mcp-servers) +- [Agent skills for AI coding tools](/get-started/agent-skills) +### Integrations + +- [dstack](/integrations/dstack) +- [SkyPilot](/integrations/skypilot) +- [Transformer Lab](/integrations/transformer-lab) +- [Mods](/integrations/mods) +--- + +## Models + + + + Flux, Seedream, Qwen Image, WAN, and more. + + + WAN, Kling, Seedance, Sora 2, Vidu, and more. + + + Qwen3, IBM Granite, and more. + + + Chatterbox, Minimax Speech, and Whisper. + + + Browse the full model catalog. + + +--- + +## Examples + + + + Serve LLM inference via API in minutes. + + + Deploy ComfyUI on a Pod and start generating. + + + Build a chatbot with Gemma 3 and the OpenAI API. + + + Generate images with SDXL from a local script. + + + REST API with automatic load balancing using Flash. + + + Chain multiple Public Endpoints for video generation. + + +[See all examples →](/tutorials/introduction/overview) + +--- + +## Hub and community + +- [Runpod Hub](/hub/overview) — Discover and deploy preconfigured AI repos +- [Publish to the Hub](/hub/publishing-guide) — Share your repos and earn credits +- [Community solutions](/community-solutions/overview) — Tools built by the Runpod community +- [Discord](https://discord.gg/cUpRmau42V) — Join the community +- [Release notes](/release-notes) — Latest platform updates +--- + +## Account and billing + +- [Billing overview](/accounts-billing/billing) +- [Manage accounts and teams](/accounts-billing/manage-accounts) +- [Cost centers](/accounts-billing/cost-centers) +- [Referral programs](/accounts-billing/referrals) +- [Security and compliance](/references/security-and-compliance) +--- + +## Support + + + + Submit a support request. + + + Check the status of Runpod services. + + + Join the Runpod community. + + From 688aa11d89d6594c0d6fda021c57cb9e7f1f186a Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 19:06:25 -0400 Subject: [PATCH 2/9] Update docs.json --- docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.json b/docs.json index a70e9368..b800e89b 100644 --- a/docs.json +++ b/docs.json @@ -33,6 +33,12 @@ "tabs": [ { "tab": "Docs", + { + "group": "Home", + "pages": [ + "home" + ] + }, "groups": [ { "group": "Get started", From fa23b8adcd10f16655d25dea78345bec847df0fb Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 19:12:13 -0400 Subject: [PATCH 3/9] Update docs.json --- docs.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index b800e89b..62915c1c 100644 --- a/docs.json +++ b/docs.json @@ -32,14 +32,15 @@ "navigation": { "tabs": [ { - "tab": "Docs", + "tab": "Docs", + "groups": [ { "group": "Home", "pages": [ "home" ] }, - "groups": [ + { "group": "Get started", "pages": [ From c6023659996e67d7abb08e1b561541e67cd45334 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 19:32:35 -0400 Subject: [PATCH 4/9] Update home.mdx --- home.mdx | 338 +++++++++++++++++++++++++------------------------------ 1 file changed, 154 insertions(+), 184 deletions(-) diff --git a/home.mdx b/home.mdx index 228920bf..fa6c8d52 100644 --- a/home.mdx +++ b/home.mdx @@ -1,197 +1,167 @@ --- title: "Runpod Docs" description: "Help for wherever you are in your AI/ML journey." -sidebarTitle: "Home" -mode: "wide" +mode: "custom" --- - + ## Get started - - - - Deploy your first GPU Pod in minutes. - - - Key terms and platform overview. - - - Authenticate API and SDK requests. - - - Browse available GPUs and compare specs. - + + + + + + + + ---- - -## Pods - -Dedicated GPU or CPU instances — rent by the hour, stop when you're done. - -- [Overview](/pods/overview) -- [Connect with SSH](/pods/configuration/use-ssh) -- [Connect with VSCode or Cursor](/pods/configuration/connect-to-ide) -- [Expose ports](/pods/configuration/expose-ports) -- [Storage options](/pods/storage/types) -- [Templates](/pods/templates/overview) -- [Troubleshooting](/pods/troubleshooting/zero-gpus) -- [Pricing](/pods/pricing) ---- - -## Serverless - -Pay-per-second compute with autoscaling — no idle costs. - -- [Overview](/serverless/overview) -- [Quickstart](/serverless/quickstart) -- [Write a handler function](/serverless/workers/handler-functions) -- [Deploy workers from GitHub](/serverless/workers/github-integration) -- [Deploy vLLM for LLM inference](/serverless/vllm/get-started) -- [Load balancing endpoints](/serverless/load-balancing/overview) -- [Local testing](/serverless/development/local-testing) -- [Optimize your endpoints](/serverless/development/optimization) -- [Pricing](/serverless/pricing) ---- - + ## Flash - -Run Python functions on remote GPUs directly from your local terminal. - -- [Overview](/flash/overview) -- [Quickstart](/flash/quickstart) -- [Create endpoints](/flash/create-endpoints) -- [Build apps](/flash/apps/overview) -- [CLI reference](/flash/cli/overview) -- [Pricing](/flash/pricing) ---- - + + + + + + + + + + +## Serverless + + + + + + + + + + +## Pods + + + + + + + + + + +## Storage + + + + + + + ## Public Endpoints - -Instant API access to hosted AI models — no deployment or infrastructure required. - -- [Overview](/public-endpoints/overview) -- [Quickstart](/public-endpoints/quickstart) -- [Available models](/public-endpoints/reference) -- [Make API requests](/public-endpoints/requests) -- [Use with AI coding tools](/public-endpoints/ai-coding-tools) -- [Vercel AI SDK integration](/public-endpoints/ai-sdk) ---- - + + + + + + + + + + ## Instant Clusters - -Multi-node GPU clusters with high-speed networking for distributed training and inference. - -- [Overview](/instant-clusters) -- [Deploy a Slurm cluster](/instant-clusters/slurm-clusters) -- [Deploy a PyTorch cluster](/instant-clusters/pytorch) -- [Deploy with Axolotl](/instant-clusters/axolotl) -- [Configuration reference](/instant-clusters/configuration) ---- - -## Storage - -- [Network volumes](/storage/network-volumes) -- [High-performance storage](/storage/high-performance-storage) -- [S3-compatible API](/storage/s3-api) -- [Transfer files to Pods](/pods/storage/transfer-files) -- [Sync with cloud storage](/pods/storage/cloud-sync) ---- - -## Developer tools - -### CLIs - -- [Flash CLI](/flash/cli/overview) -- [runpodctl](/runpodctl/overview) -### APIs and SDKs - -- [REST API](/api-reference/overview) -- [GraphQL API](/sdks/graphql/configurations) -- [Serverless SDK (Python, JS, Go)](/serverless/sdks) -- [MCP servers](/get-started/mcp-servers) -- [Agent skills for AI coding tools](/get-started/agent-skills) -### Integrations - -- [dstack](/integrations/dstack) -- [SkyPilot](/integrations/skypilot) -- [Transformer Lab](/integrations/transformer-lab) -- [Mods](/integrations/mods) ---- - + + + + + + + + + ## Models - - - - Flux, Seedream, Qwen Image, WAN, and more. - - - WAN, Kling, Seedance, Sora 2, Vidu, and more. - - - Qwen3, IBM Granite, and more. - - - Chatterbox, Minimax Speech, and Whisper. - - - Browse the full model catalog. - + + + + + + + ---- - + ## Examples - - - - Serve LLM inference via API in minutes. - - - Deploy ComfyUI on a Pod and start generating. - - - Build a chatbot with Gemma 3 and the OpenAI API. - - - Generate images with SDXL from a local script. - - - REST API with automatic load balancing using Flash. - - - Chain multiple Public Endpoints for video generation. - - -[See all examples →](/tutorials/introduction/overview) - ---- - -## Hub and community - -- [Runpod Hub](/hub/overview) — Discover and deploy preconfigured AI repos -- [Publish to the Hub](/hub/publishing-guide) — Share your repos and earn credits -- [Community solutions](/community-solutions/overview) — Tools built by the Runpod community -- [Discord](https://discord.gg/cUpRmau42V) — Join the community -- [Release notes](/release-notes) — Latest platform updates ---- - -## Account and billing - -- [Billing overview](/accounts-billing/billing) -- [Manage accounts and teams](/accounts-billing/manage-accounts) -- [Cost centers](/accounts-billing/cost-centers) -- [Referral programs](/accounts-billing/referrals) -- [Security and compliance](/references/security-and-compliance) ---- - -## Support - - - - Submit a support request. - - - Check the status of Runpod services. - - - Join the Runpod community. - + + + + + + + + + + +## CLI + + + + + + +## API + + + + + + + + + + +## Integrations + + + + + + + + + +## Hub + + + + + + + +## Community + + + + + + + + + + +## Accounts and billing + + + + + + + + + +## Reference + + + + + + + + From cf69b7262b36fd93b082ccc0f4fd1ae728d9b159 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 19:33:42 -0400 Subject: [PATCH 5/9] Update docs.json --- docs.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs.json b/docs.json index 62915c1c..92c219c7 100644 --- a/docs.json +++ b/docs.json @@ -30,17 +30,11 @@ "options": ["copy", "chatgpt", "claude", "cursor", "vscode"] }, "navigation": { + "landing": "home", "tabs": [ { "tab": "Docs", - "groups": [ - { - "group": "Home", - "pages": [ - "home" - ] - }, - + "groups": [ { "group": "Get started", "pages": [ From f6a786448bc6a788680531a6f84c085fbafe4061 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 20:40:23 -0400 Subject: [PATCH 6/9] Update home.mdx --- home.mdx | 348 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 187 insertions(+), 161 deletions(-) diff --git a/home.mdx b/home.mdx index fa6c8d52..8a14ae4d 100644 --- a/home.mdx +++ b/home.mdx @@ -4,164 +4,190 @@ description: "Help for wherever you are in your AI/ML journey." mode: "custom" --- -## Get started - - - - - - - - - - -## Flash - - - - - - - - - - -## Serverless - - - - - - - - - - -## Pods - - - - - - - - - - -## Storage - - - - - - - -## Public Endpoints - - - - - - - - - - -## Instant Clusters - - - - - - - - - -## Models - - - - - - - - - -## Examples - - - - - - - - - - -## CLI - - - - - - -## API - - - - - - - - - - -## Integrations - - - - - - - - - -## Hub - - - - - - - -## Community - - - - - - - - - - -## Accounts and billing - - - - - - - - - -## Reference - - - - - - - - - + +
+ ## 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) + + ## 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) + + ## 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) + + ## 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) + + ## Storage + - [Network volumes](/storage/network-volumes) + - [High-performance storage](/storage/high-performance-storage) + - [S3-compatible API](/storage/s3-api) + + ## 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) + + ## Instant Clusters + - [Overview](/instant-clusters) + - [Configuration](/instant-clusters/configuration) + - [Slurm clusters](/instant-clusters/slurm-clusters) + - [Deployment guides](/instant-clusters/pytorch) + + ## 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) + + ## Integrations + - [Overview](/integrations/overview) + - [Transformer Lab](/integrations/transformer-lab) + - [dstack](/integrations/dstack) + - [Mods](/integrations/mods) + - [SkyPilot](/integrations/skypilot) + + ## Hub + - [Overview](/hub/overview) + - [Publishing guide](/hub/publishing-guide) + - [Revenue sharing](/hub/revenue-sharing) + + ## Reference + - [GPU types](/references/gpu-types) + - [CPU types](/references/cpu-types) + - [Security and compliance](/references/security-and-compliance) + - [Migrations](/tutorials/migrations/openai/overview) + - [Intro to containers](/tutorials/introduction/containers) + - [GraphQL API](/sdks/graphql/configurations) +
+ +
+ ## Examples + - [Introduction](/tutorials/introduction/overview) + + **Serverless** + - [Generate images with SDXL](/tutorials/serverless/run-your-first) + - [Deploy ComfyUI](/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) + - [Image generation with SDXL](/tutorials/flash/image-generation-with-sdxl) + - [Build a REST API](/tutorials/flash/build-rest-api-with-load-balancer) + + **Pods** + - [Run your first LLM](/tutorials/pods/run-your-first) + - [Generate images with ComfyUI](/tutorials/pods/comfyui) + - [Run Ollama](/tutorials/pods/run-ollama) + - [Build Docker images](/tutorials/pods/build-docker-images) + + **Public Endpoints** + - [Text-to-video pipeline](/tutorials/public-endpoints/text-to-video-pipeline) + + ## 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) + + ## CLI + **Flash CLI** + - [Overview](/flash/cli/overview) + - [init](/flash/cli/init) + - [login](/flash/cli/login) + - [dev](/flash/cli/dev) + - [build](/flash/cli/build) + - [deploy](/flash/cli/deploy) + - [env](/flash/cli/env) + - [app](/flash/cli/app) + - [undeploy](/flash/cli/undeploy) + - [update](/flash/cli/update) + + **Runpod CLI** + - [Overview](/runpodctl/overview) + - [pod](/runpodctl/reference/runpodctl-pod) + - [serverless](/runpodctl/reference/runpodctl-serverless) + - [network-volume](/runpodctl/reference/runpodctl-network-volume) + - [template](/runpodctl/reference/runpodctl-template) + - [hub](/runpodctl/reference/runpodctl-hub) + - [gpu](/runpodctl/reference/runpodctl-gpu) + - [billing](/runpodctl/reference/runpodctl-billing) + + ## API + - [Overview](/api-reference/overview) + + **Pods** + - [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) + + **Serverless** + - [Create an endpoint](/api-reference/endpoints/POST/endpoints) + - [List endpoints](/api-reference/endpoints/GET/endpoints) + + **Network volumes** + - [Create a network volume](/api-reference/network-volumes/POST/networkvolumes) + - [List network volumes](/api-reference/network-volumes/GET/networkvolumes) + + **Templates** + - [Create a template](/api-reference/templates/POST/templates) + - [List templates](/api-reference/templates/GET/templates) + + **Billing** + - [Pod billing history](/api-reference/billing/GET/billing/pods) + - [Serverless billing history](/api-reference/billing/GET/billing/endpoints) + - [Network volume billing history](/api-reference/billing/GET/billing/networkvolumes) + + ## 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) + + ## Release notes + - [Product updates](/release-notes) +
+
From e2ccb21824f79f4204265b5fa4506a42d13af7d1 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 20:56:48 -0400 Subject: [PATCH 7/9] Update home.mdx --- home.mdx | 198 ++++++++++++++++++++++++++----------------------------- 1 file changed, 95 insertions(+), 103 deletions(-) diff --git a/home.mdx b/home.mdx index 8a14ae4d..42921acf 100644 --- a/home.mdx +++ b/home.mdx @@ -4,9 +4,9 @@ description: "Help for wherever you are in your AI/ML journey." mode: "custom" --- - -
- ## Get started + + + - [Welcome to Runpod](/overview) - [Deploy your first Pod](/get-started) - [Connect to Runpod](/get-started/connect-to-runpod) @@ -15,8 +15,9 @@ mode: "custom" - [Agent skills](/get-started/agent-skills) - [MCP servers](/get-started/mcp-servers) - [Early access](/get-started/early-access) + - ## Flash + - [Overview](/flash/overview) - [Quickstart](/flash/quickstart) - [Use Flash on Windows](/flash/windows-wsl2) @@ -27,8 +28,9 @@ mode: "custom" - [Build apps](/flash/apps/overview) - [Execution model](/flash/execution-model) - [Troubleshooting](/flash/troubleshooting) + - ## Serverless + - [Overview](/serverless/overview) - [Quickstart](/serverless/quickstart) - [SDKs](/serverless/sdks) @@ -40,8 +42,9 @@ mode: "custom" - [Load balancing](/serverless/load-balancing/overview) - [vLLM](/serverless/vllm/overview) - [Troubleshooting](/serverless/troubleshooting) + - ## Pods + - [Overview](/pods/overview) - [Pricing](/pods/pricing) - [Choose a Pod](/pods/choose-a-pod) @@ -50,135 +53,107 @@ mode: "custom" - [Storage](/pods/storage/types) - [Templates](/pods/templates/overview) - [Troubleshooting](/pods/troubleshooting/zero-gpus) + - ## Storage + - [Network volumes](/storage/network-volumes) - [High-performance storage](/storage/high-performance-storage) - [S3-compatible API](/storage/s3-api) + - ## 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) + - ## Instant Clusters + - [Overview](/instant-clusters) - [Configuration](/instant-clusters/configuration) - [Slurm clusters](/instant-clusters/slurm-clusters) - [Deployment guides](/instant-clusters/pytorch) + - ## 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) - - ## Integrations - - [Overview](/integrations/overview) - - [Transformer Lab](/integrations/transformer-lab) - - [dstack](/integrations/dstack) - - [Mods](/integrations/mods) - - [SkyPilot](/integrations/skypilot) - - ## Hub - - [Overview](/hub/overview) - - [Publishing guide](/hub/publishing-guide) - - [Revenue sharing](/hub/revenue-sharing) - - ## Reference - - [GPU types](/references/gpu-types) - - [CPU types](/references/cpu-types) - - [Security and compliance](/references/security-and-compliance) - - [Migrations](/tutorials/migrations/openai/overview) - - [Intro to containers](/tutorials/introduction/containers) - - [GraphQL API](/sdks/graphql/configurations) -
+ + - [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) + -
- ## Examples + - [Introduction](/tutorials/introduction/overview) - - **Serverless** - [Generate images with SDXL](/tutorials/serverless/run-your-first) - - [Deploy ComfyUI](/tutorials/serverless/comfyui) + - [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) - - [Image generation with SDXL](/tutorials/flash/image-generation-with-sdxl) - - [Build a REST API](/tutorials/flash/build-rest-api-with-load-balancer) - - **Pods** - - [Run your first LLM](/tutorials/pods/run-your-first) - - [Generate images with ComfyUI](/tutorials/pods/comfyui) - - [Run Ollama](/tutorials/pods/run-ollama) - - [Build Docker images](/tutorials/pods/build-docker-images) - - **Public Endpoints** + - [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) - - ## 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) - - ## CLI - **Flash CLI** - - [Overview](/flash/cli/overview) - - [init](/flash/cli/init) - - [login](/flash/cli/login) - - [dev](/flash/cli/dev) - - [build](/flash/cli/build) - - [deploy](/flash/cli/deploy) - - [env](/flash/cli/env) - - [app](/flash/cli/app) - - [undeploy](/flash/cli/undeploy) - - [update](/flash/cli/update) - - **Runpod CLI** - - [Overview](/runpodctl/overview) - - [pod](/runpodctl/reference/runpodctl-pod) - - [serverless](/runpodctl/reference/runpodctl-serverless) - - [network-volume](/runpodctl/reference/runpodctl-network-volume) - - [template](/runpodctl/reference/runpodctl-template) - - [hub](/runpodctl/reference/runpodctl-hub) - - [gpu](/runpodctl/reference/runpodctl-gpu) - - [billing](/runpodctl/reference/runpodctl-billing) - - ## API - - [Overview](/api-reference/overview) - - **Pods** + + + + - [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) + + + + - [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) - - **Serverless** - [Create an endpoint](/api-reference/endpoints/POST/endpoints) - [List endpoints](/api-reference/endpoints/GET/endpoints) - - **Network volumes** - [Create a network volume](/api-reference/network-volumes/POST/networkvolumes) - [List network volumes](/api-reference/network-volumes/GET/networkvolumes) - - **Templates** - [Create a template](/api-reference/templates/POST/templates) - - [List templates](/api-reference/templates/GET/templates) - - **Billing** - [Pod billing history](/api-reference/billing/GET/billing/pods) - [Serverless billing history](/api-reference/billing/GET/billing/endpoints) - - [Network volume billing history](/api-reference/billing/GET/billing/networkvolumes) + - [GraphQL API](/sdks/graphql/configurations) + + + + - [Overview](/integrations/overview) + - [Transformer Lab](/integrations/transformer-lab) + - [dstack](/integrations/dstack) + - [Mods](/integrations/mods) + - [SkyPilot](/integrations/skypilot) + - ## Community + + - [Overview](/hub/overview) + - [Publishing guide](/hub/publishing-guide) + - [Revenue sharing](/hub/revenue-sharing) + + + - [Overview](/community-solutions/overview) - [ComfyUI-to-API](/community-solutions/comfyui-to-api/overview) - [OhMyRunPod](/community-solutions/ohmyrunpod/overview) @@ -186,8 +161,25 @@ mode: "custom" - [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) + + + + - [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) + + + + - [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) + - ## Release notes - - [Product updates](/release-notes) -
-
+ From 943f8a9875de913243f213f9353cd2a17ea9cc76 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 21:00:53 -0400 Subject: [PATCH 8/9] Update home.mdx --- home.mdx | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/home.mdx b/home.mdx index 42921acf..62a0c575 100644 --- a/home.mdx +++ b/home.mdx @@ -4,6 +4,60 @@ description: "Help for wherever you are in your AI/ML journey." mode: "custom" --- +
+

Documentation

+

Help for wherever you are
in your AI/ML journey.

+

Deploy GPUs, scale models, and build AI — faster.

+ +
+ From 9280748aef6ebecc9a2430665a933b0145e36521 Mon Sep 17 00:00:00 2001 From: lgunreddi Date: Fri, 26 Jun 2026 21:06:43 -0400 Subject: [PATCH 9/9] Update docs.json --- docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index 92c219c7..0ca32da1 100644 --- a/docs.json +++ b/docs.json @@ -29,8 +29,8 @@ "contextual": { "options": ["copy", "chatgpt", "claude", "cursor", "vscode"] }, - "navigation": { - "landing": "home", + "landing": "home", + "navigation": { "tabs": [ { "tab": "Docs",