From 3484396225135c6723fe1bae7c800d24d70b8aef Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 6 Mar 2026 13:48:29 -0700 Subject: [PATCH] Add BYOM guide: deploy open-source models on Vast.ai with Ollama Covers deploying Qwen3-Coder-Next (80B MoE) and GPT-OSS-20B via Ollama on Vast.ai GPU instances, with verified endpoint testing and connection instructions. --- docs.json | 1 + examples/ai-agents/claude-code-byom.mdx | 361 ++++++++++++++++++++++++ 2 files changed, 362 insertions(+) create mode 100644 examples/ai-agents/claude-code-byom.mdx diff --git a/docs.json b/docs.json index 41802d6..de7b0c6 100644 --- a/docs.json +++ b/docs.json @@ -206,6 +206,7 @@ "icon": "robot", "pages": [ "langflow-ollama", + "examples/ai-agents/claude-code-byom", "examples/ai-agents/browsesafe", "examples/ai-agents/overnight-ralph-loop" ] diff --git a/examples/ai-agents/claude-code-byom.mdx b/examples/ai-agents/claude-code-byom.mdx new file mode 100644 index 0000000..45e334e --- /dev/null +++ b/examples/ai-agents/claude-code-byom.mdx @@ -0,0 +1,361 @@ +--- +title: "BYOM: Bring Your Own Vast Hosted Model to Claude" +slug: claude-code-byom-vast +createdAt: Thu Mar 06 2026 00:00:00 GMT+0000 (Coordinated Universal Time) +updatedAt: Thu Mar 06 2026 00:00:00 GMT+0000 (Coordinated Universal Time) +--- + +