Skip to content

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Jan 29, 2026

Summary

This PR restructures and rewrites documentation for two major product areas: Instant
Clusters
and Public Endpoints. The changes improve information architecture, add
comprehensive code examples, and move Public Endpoints to a dedicated top-level section.

Changes

Instant Clusters documentation rewrite

instant-clusters.mdx (overview) - Complete rewrite with improved structure:

  • Added "Why use Instant Clusters?" benefits section
  • Added "When to use Instant Clusters" use cases (moved from bottom of page)
  • Reorganized "Get started" CardGroup with clearer descriptions
  • Added "How it works" section with mermaid architecture diagram showing network topology
    (eth0 for external, ens1-ens8 for internal cluster communication)
  • Consolidated "Supported hardware" section (GPU types and networking speeds)
  • Added "Pricing" section with links
  • Moved enterprise CTA to end of page

instant-clusters/configuration.mdx - New technical reference page:

  • Environment variables table (PRIMARY_ADDR, NODE_RANK, NUM_NODES, etc.)
  • Network interfaces documentation (ens1-ens8 for internal, eth0 for external)
  • NCCL configuration section with required settings
  • Troubleshooting section for common issues

instant-clusters/pytorch.mdx - Enhanced deployment guide:

  • Added "What you'll learn" section
  • Added "Requirements" section
  • Added environment variables reference in Accordion
  • Added NCCL configuration details in Accordion
  • Added cross-references to configuration page

Public Endpoints documentation restructure

Moved all Public Endpoints docs from hub/ to new public-endpoints/ top-level directory:

Old path New path
hub/public-endpoints.mdx public-endpoints/overview.mdx
hub/public-endpoints-quickstart.mdx public-endpoints/quickstart.mdx
hub/public-endpoints-requests.mdx public-endpoints/requests.mdx
hub/public-endpoints-ai-sdk.mdx public-endpoints/ai-sdk.mdx
hub/ai-coding-tools.mdx public-endpoints/ai-coding-tools.mdx
hub/public-endpoint-reference.mdx public-endpoints/reference.mdx

public-endpoints/overview.mdx - Rewritten overview:

  • Added "Why use Public Endpoints?" benefits section
  • Added "When to use Public Endpoints" guidance
  • Added mermaid diagram showing request flow
  • Added pricing summary table
  • Reorganized navigation cards

public-endpoints/quickstart.mdx - New focused quickstart:

  • 5-minute guide using Flux Schnell (faster, cheaper for testing)
  • Step-by-step playground instructions
  • Tabbed code examples (cURL and Python)
  • Explicit instructions for running commands locally

public-endpoints/requests.mdx - New comprehensive API guide:

  • Playground usage instructions
  • Synchronous requests with cURL, Python, and JavaScript examples
  • Asynchronous requests with polling examples
  • Response format documentation
  • Best practices for prompts and performance

public-endpoints/ai-sdk.mdx - New dedicated Vercel AI SDK page:

  • Installation and configuration
  • Text generation and chat conversations
  • Streaming with callbacks
  • Image generation and editing
  • Provider options reference
  • Complete chat application example

public-endpoints/ai-coding-tools.mdx - AI coding tools integration:

  • OpenCode configuration with config file
  • Cursor setup instructions
  • Cline VS Code extension setup
  • Screenshots for each tool

@@ -0,0 +1,220 @@
---
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Configuration details for OpenCode (opencode.json structure), Cursor (API key and base URL settings, Qwen3 incompatibility note), and Cline (settings.json config and UI instructions) sourced directly from Mo King's detailed setup guide.
View source

@muhsinking muhsinking changed the title docs: Add tutorial for integrating Runpod endpoints with AI coding tools docs: Add how-to page for integrating Runpod endpoints with AI coding tools Feb 2, 2026
@muhsinking muhsinking changed the title docs: Add how-to page for integrating Runpod endpoints with AI coding tools docs: Add how to for powering AI coding tools with Public Endpoints Feb 2, 2026
@muhsinking muhsinking force-pushed the promptless/ai-coding-tools-integration-tutorial branch from c1911bb to 6f5c3dc Compare February 2, 2026 22:04
@velaraptor-runpod
Copy link
Contributor

@velaraptor-runpod
Copy link
Contributor

for text models remove cogito and gpt-oss since they are not live to public

Copy link
Contributor

@velaraptor-runpod velaraptor-runpod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from the pe side. approved

@promptless
Copy link
Contributor Author

promptless bot commented Feb 10, 2026

Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.)

@muhsinking muhsinking self-requested a review February 11, 2026 14:12
@muhsinking muhsinking force-pushed the promptless/ai-coding-tools-integration-tutorial branch from c16eb2b to 605392e Compare February 11, 2026 14:13
@muhsinking muhsinking merged commit 6eec4c9 into main Feb 11, 2026
3 checks passed
@muhsinking muhsinking deleted the promptless/ai-coding-tools-integration-tutorial branch February 11, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants