-
Notifications
You must be signed in to change notification settings - Fork 30
Rewrite instant clusters & public endpoint docs; add AI coding tools integration guide #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite instant clusters & public endpoint docs; add AI coding tools integration guide #517
Conversation
| @@ -0,0 +1,220 @@ | |||
| --- | |||
There was a problem hiding this comment.
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
c1911bb to
6f5c3dc
Compare
|
one small thing: https://runpod-b18f5ded-promptless-ai-coding-tools-integration-tuto.mintlify.app/public-endpoints/models/wan-2-5 |
|
for text models remove cogito and gpt-oss since they are not live to public |
velaraptor-runpod
left a comment
There was a problem hiding this 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
|
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.) |
c16eb2b to
605392e
Compare

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:(eth0 for external, ens1-ens8 for internal cluster communication)
instant-clusters/configuration.mdx- New technical reference page:instant-clusters/pytorch.mdx- Enhanced deployment guide:Public Endpoints documentation restructure
Moved all Public Endpoints docs from
hub/to newpublic-endpoints/top-level directory:hub/public-endpoints.mdxpublic-endpoints/overview.mdxhub/public-endpoints-quickstart.mdxpublic-endpoints/quickstart.mdxhub/public-endpoints-requests.mdxpublic-endpoints/requests.mdxhub/public-endpoints-ai-sdk.mdxpublic-endpoints/ai-sdk.mdxhub/ai-coding-tools.mdxpublic-endpoints/ai-coding-tools.mdxhub/public-endpoint-reference.mdxpublic-endpoints/reference.mdxpublic-endpoints/overview.mdx- Rewritten overview:public-endpoints/quickstart.mdx- New focused quickstart:public-endpoints/requests.mdx- New comprehensive API guide:public-endpoints/ai-sdk.mdx- New dedicated Vercel AI SDK page:public-endpoints/ai-coding-tools.mdx- AI coding tools integration: