From ba3b66a3e52daf881b41bf111b3e0b33e31ba61c Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 18 Mar 2026 17:39:23 -0600 Subject: [PATCH 1/4] Add RunPod to Vast.ai migration guide Two-track guide (Pods and Serverless) with three-tab code examples showing RunPod API, Vast CLI, and Vast REST API side-by-side. Covers instance creation, Docker config, networking, storage, logs, lifecycle management, PyWorker migration, and a full API/CLI reference table. --- docs.json | 7 + examples/migrations/runpod-to-vast.mdx | 860 +++++++++++++++++++++++++ 2 files changed, 867 insertions(+) create mode 100644 examples/migrations/runpod-to-vast.mdx diff --git a/docs.json b/docs.json index 49168dd..4a50f73 100644 --- a/docs.json +++ b/docs.json @@ -201,6 +201,13 @@ "examples/serving-infrastructure/sglang-router-vast" ] }, + { + "group": "Migration Guides", + "icon": "arrow-right-arrow-left", + "pages": [ + "examples/migrations/runpod-to-vast" + ] + }, { "group": "AI Agents", "icon": "robot", diff --git a/examples/migrations/runpod-to-vast.mdx b/examples/migrations/runpod-to-vast.mdx new file mode 100644 index 0000000..8f93a03 --- /dev/null +++ b/examples/migrations/runpod-to-vast.mdx @@ -0,0 +1,860 @@ +--- +title: "Migrate from RunPod to Vast.ai" +slug: "migrate-from-runpod" +createdAt: "Mon Mar 17 2026 16:00:00 GMT+0000 (Coordinated Universal Time)" +updatedAt: "Tue Mar 18 2026 16:00:00 GMT+0000 (Coordinated Universal Time)" +--- + +