Skip to content

Commit cfc51cb

Browse files
authored
Merge branch 'main' into custom-template-2
2 parents 9406328 + a6aa091 commit cfc51cb

34 files changed

+573
-617
lines changed

docs.json

Lines changed: 44 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,10 @@
145145
"pages": ["storage/network-volumes", "storage/s3-api"]
146146
},
147147
{
148-
"group": "Hub",
148+
"group": "Public Endpoints",
149149
"pages": [
150-
"hub/overview",
151150
"hub/public-endpoints",
152-
"hub/public-endpoint-reference",
153-
"hub/publishing-guide",
154-
"hub/revenue-sharing"
151+
"hub/public-endpoint-reference"
155152
]
156153
},
157154
{
@@ -173,6 +170,14 @@
173170
"group": "Fine-tuning",
174171
"pages": ["fine-tune"]
175172
},
173+
{
174+
"group": "Hub",
175+
"pages": [
176+
"hub/overview",
177+
"hub/publishing-guide",
178+
"hub/revenue-sharing"
179+
]
180+
},
176181
{
177182
"group": "Reference",
178183
"pages": [
@@ -335,31 +340,24 @@
335340
"tab": "CLI",
336341
"groups": [
337342
{
338-
"group": "Get started",
339-
"pages": ["runpodctl/overview", "runpodctl/install-runpodctl"]
343+
"group": "Runpod CLI",
344+
"pages": ["runpodctl/overview"]
340345
},
341346
{
342347
"group": "Reference",
343348
"pages": [
344-
"runpodctl/reference/runpodctl",
345349
"runpodctl/reference/runpodctl-config",
346-
"runpodctl/reference/runpodctl-create",
347350
"runpodctl/reference/runpodctl-create-pod",
348351
"runpodctl/reference/runpodctl-create-pods",
349-
"runpodctl/reference/runpodctl-get",
350352
"runpodctl/reference/runpodctl-get-cloud",
351353
"runpodctl/reference/runpodctl-get-pod",
352354
"runpodctl/reference/runpodctl-receive",
353-
"runpodctl/reference/runpodctl-remove",
354355
"runpodctl/reference/runpodctl-remove-pod",
355356
"runpodctl/reference/runpodctl-remove-pods",
356357
"runpodctl/reference/runpodctl-send",
357-
"runpodctl/reference/runpodctl-ssh",
358358
"runpodctl/reference/runpodctl-ssh-add-key",
359359
"runpodctl/reference/runpodctl-ssh-list-keys",
360-
"runpodctl/reference/runpodctl-start",
361360
"runpodctl/reference/runpodctl-start-pod",
362-
"runpodctl/reference/runpodctl-stop",
363361
"runpodctl/reference/runpodctl-stop-pod",
364362
"runpodctl/reference/runpodctl-update",
365363
"runpodctl/reference/runpodctl-version"
@@ -474,6 +472,10 @@
474472
},
475473

476474
"redirects": [
475+
{
476+
"source": "/runpodctl/install-runpodctl",
477+
"destination": "/runpodctl/overview"
478+
},
477479
{
478480
"source": "/references/faq",
479481
"destination": "/references/troubleshooting/zero-gpus"
@@ -643,6 +645,34 @@
643645
{
644646
"source": "/references/faq/manage-cards",
645647
"destination": "/references/troubleshooting/manage-payment-cards"
648+
},
649+
{
650+
"source": "/runpodctl/reference/create",
651+
"destination": "/runpodctl/overview"
652+
},
653+
{
654+
"source": "/runpodctl/reference/get",
655+
"destination": "/runpodctl/overview"
656+
},
657+
{
658+
"source": "/runpodctl/reference/remove",
659+
"destination": "/runpodctl/overview"
660+
},
661+
{
662+
"source": "/runpodctl/reference/start",
663+
"destination": "/runpodctl/overview"
664+
},
665+
{
666+
"source": "/runpodctl/reference/stop",
667+
"destination": "/runpodctl/overview"
668+
},
669+
{
670+
"source": "/runpodctl/reference/ssh",
671+
"destination": "/runpodctl/overview"
672+
},
673+
{
674+
"source": "/runpodctl/reference/runpodctl",
675+
"destination": "/runpodctl/overview"
646676
}
647677
]
648678
}

get-started/manage-accounts.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Runpod provides four distinct roles to control access within team accounts. Each
6363
| Send requests to Serverless endpoints |||||
6464
| Connect to existing Instant Clusters |||||
6565
| Create/delete/start/stop Instant Clusters |||||
66+
| Create/update/delete network volumes |||||
6667
| View billing information |||||
6768
| Manage payment methods |||||
6869
| Invite team members |||||
@@ -94,6 +95,10 @@ The admin role provides complete control over all account features and settings.
9495

9596
Administrators have unrestricted access to manage team members, configure account settings, handle billing, and control all team computing resources. This role should be reserved for team leaders and trusted members who need full account access.
9697

98+
## Account spend limits
99+
100+
By default, Runpod accounts have a spend limit of \$80 per hour across all resources. This limit protects your account from unexpected charges. If your workload requires higher spending capacity, you can [contact support](https://www.runpod.io/contact) to increase it.
101+
97102
## Monitor account activity
98103

99104
Runpod provides comprehensive audit logs to track all actions performed within your account. This feature helps maintain security and accountability across team operations.

hub/public-endpoint-reference.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Public Endpoint model reference"
3-
sidebarTitle: "Public Endpoint models"
4-
description: "Explore model-specific parameters for all of Runpod's Public Endpoints."
2+
title: "Model reference"
3+
sidebarTitle: "Model reference"
4+
description: "Explore model-specific parameters for Runpod's Public Endpoints."
55
tag: "NEW"
66
---
77

@@ -220,14 +220,10 @@ response = client.chat.completions.create(
220220
model=model_name,
221221
messages=messages,
222222
max_tokens=525,
223-
stream_options={"include_usage": True},
224223
stream=True
225224
)
226225
```
227226

228-
<Tip>
229-
`stream_options={"include_usage": True}` is required for streaming to work with vLLM Public Endpoints.
230-
</Tip>
231227
</Accordion>
232228

233229
<Accordion title="Response format">

hub/public-endpoints.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Public Endpoints"
3-
sidebarTitle: "Public Endpoints"
2+
title: "Overview"
3+
sidebarTitle: "Overview"
44
description: "Test and deploy production-ready AI models using Public Endpoints."
55
---
66

@@ -54,7 +54,7 @@ Under **Result**, you can use the dropdown menu to show either a preview of the
5454

5555
After inputting parameters using the playground, you can automatically generate an API request to use in your application.
5656

57-
1. Select the **API** tab in the UI (above the **Input** field).
57+
1. Click **API Playground** (above the **Prompt** field).
5858
2. Using the dropdown menu, select the programming language (Python, JavaScript, cURL, etc.) and POST command you want to use (`/run` or `/runsync`).
5959
3. Click the **Copy** icon to copy the code to your clipboard.
6060

pods/manage-pods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Create, start, stop, and terminate Pods using the Runpod console o
55

66
## Before you begin
77

8-
If you want to manage Pods using the Runpod CLI, you'll need to [install Runpod CLI](/runpodctl/install-runpodctl), and set your [API key](/get-started/api-keys) in the configuration.
8+
If you want to manage Pods using the Runpod CLI, you'll need to [install Runpod CLI](/runpodctl/overview), and set your [API key](/get-started/api-keys) in the configuration.
99

1010
Run the following command, replacing `RUNPOD_API_KEY` with your API key:
1111

pods/pricing.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ Runpod is not designed as a long-term cloud storage system. Storage is provided
152152

153153
When you [stop a Pod](/pods/manage-pods#stop-a-pod), you will no longer be charged for the Pod's hourly GPU cost, but will continue to be charged for the Pod's volume disk at a rate of \$0.20 per GB per month.
154154

155+
## Account spend limits
156+
157+
By default, Runpod accounts have a spend limit of \$80 per hour across all resources. This limit protects your account from unexpected charges. If your workload requires higher spending capacity, you can [contact support](https://www.runpod.io/contact) to increase it.
158+
155159
## Tracking costs and savings plans
156160

157161
You can monitor your active savings plans, including their associated Pods, commitment periods, and expiration dates, by visiting the dedicated [Savings plans](https://www.console.runpod.io/savings-plans) section in your Runpod console. General Pod usage and billing can be tracked through the [Billing section](https://www.console.runpod.io/user/billing).

pods/storage/transfer-files.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ Runpod supports four different file transfer methods, each optimized for specifi
1515
| **Cloud sync** | Backup, multi-environment sharing | Cloud provider setup | Provider dependent |
1616

1717
### runpodctl
18+
1819
The simplest option for occasional transfers. Uses secure one-time codes and requires no setup since it's pre-installed on all Pods. Perfect for quick file exchanges.
1920

20-
To install `runpodctl` on your local machine, see the [installation guide](/runpodctl/install-runpodctl).
21+
To install `runpodctl` on your local machine, see the [installation guide](/runpodctl/overview).
2122

2223
### SCP
24+
2325
A reliable, standard method that works over SSH. Ideal for users comfortable with command-line tools who need to transfer both individual files and directories.
2426

2527
To configure your Pod for SSH access, see the ([SSH setup guide](/pods/configuration/use-ssh)).
2628

2729
### rsync
30+
2831
The most powerful option, featuring incremental transfers, compression, and detailed progress reporting. Essential for large datasets, regular synchronization, and preserving file attributes.
2932

3033
To set up `rsync`:
@@ -33,6 +36,7 @@ To set up `rsync`:
3336
- Ensure your local machine is running a Linux or WSL environment.
3437

3538
### Cloud sync
39+
3640
Direct synchronization with cloud storage providers like AWS S3, Google Cloud Storage, or Dropbox. Best for creating backups or sharing files across multiple environments.
3741

3842
To learn more, see the [cloud sync configuration guide](/pods/storage/cloud-sync).

runpodctl/install-runpodctl.mdx

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)