diff --git a/accounts-billing/billing.mdx b/accounts-billing/billing.mdx index 134f13e1d..50270c4ad 100644 --- a/accounts-billing/billing.mdx +++ b/accounts-billing/billing.mdx @@ -1,7 +1,7 @@ --- title: "Billing overview" sidebarTitle: "Billing overview" -description: "Understand how Runpod billing works, manage your credits, and configure payment methods." +description: "Understand how Runpod billing works, manage your credits, and configure payment methods. Review account, billing, and management details for Runpod." --- Runpod uses a credit-based billing system where you add funds to your account and charges are deducted as you use resources. All compute and storage charges are billed per second, with no fees for data transfer. diff --git a/accounts-billing/cost-centers.mdx b/accounts-billing/cost-centers.mdx index 7f7e4b1c5..961f48864 100644 --- a/accounts-billing/cost-centers.mdx +++ b/accounts-billing/cost-centers.mdx @@ -1,6 +1,6 @@ --- title: "Cost centers" -description: "Track and organize Runpod spending by team, project, or department." +description: "Track and organize Runpod spending by team, project, or department. Review account, billing, and management details for Runpod." tag: "NEW" --- diff --git a/accounts-billing/manage-accounts.mdx b/accounts-billing/manage-accounts.mdx index 6e89f0b0b..8d8726b07 100644 --- a/accounts-billing/manage-accounts.mdx +++ b/accounts-billing/manage-accounts.mdx @@ -1,6 +1,6 @@ --- title: "Manage accounts" -description: "Create accounts, manage teams, and configure user permissions in Runpod." +description: "Create accounts, manage teams, and configure user permissions in Runpod. Review account, billing, and management details for Runpod." --- To access Runpod resources, you need to either create your own account or join an existing team through an invitation. This guide explains how to set up and manage accounts, teams, and user roles. diff --git a/accounts-billing/manage-payment-cards.mdx b/accounts-billing/manage-payment-cards.mdx index 7cd4ac89f..ed47574e6 100644 --- a/accounts-billing/manage-payment-cards.mdx +++ b/accounts-billing/manage-payment-cards.mdx @@ -1,7 +1,7 @@ --- title: "Troubleshoot payment card declines" sidebarTitle: "Payment card declines" -description: "Resolve declined payment cards and prevent service interruptions on Runpod." +description: "Resolve declined payment cards and prevent service interruptions on Runpod. Review account, billing, and management details for Runpod." --- Payment card declines can occur when adding funds to your Runpod account. This guide explains common causes and how to resolve them. diff --git a/accounts-billing/referrals.mdx b/accounts-billing/referrals.mdx index 6c52aed55..37a9f113d 100644 --- a/accounts-billing/referrals.mdx +++ b/accounts-billing/referrals.mdx @@ -1,7 +1,7 @@ --- title: "Referral, affiliate, and creator programs" sidebarTitle: "Referral programs" -description: "Earn additional revenue through Runpod's referral, affiliate, and creator programs" +description: "Earn additional revenue through Runpod's referral, affiliate, and creator programs. Review account, billing, and management details for Runpod." --- Runpod offers three programs that help you earn additional revenue while helping us grow our community. Whether you're referring new users, creating popular templates, or driving significant traffic, there's a program that fits your contribution style. diff --git a/api-reference/openapi.json b/api-reference/openapi.json index 027c7a6cb..3876d878b 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -70,7 +70,7 @@ } }, "summary": "OpenAPI 3.0 schema", - "description": "The OpenAPI 3.0 schema.", + "description": "The OpenAPI 3.0 schema. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "GetOpenAPI" } }, @@ -106,7 +106,7 @@ "pods" ], "summary": "Create a new Pod", - "description": "Creates a new [Pod](#/components/schemas/Pod) and optionally deploys it.", + "description": "Creates a new [Pod](#/components/schemas/Pod) and optionally deploys it. Review parameters and responses for this Runpod API operation.", "operationId": "CreatePod", "requestBody": { "description": "Input for Pod creation.", @@ -140,7 +140,7 @@ "pods" ], "summary": "List Pods", - "description": "Returns a list of Pods.", + "description": "Returns a list of Pods. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "ListPods", "parameters": [ { @@ -350,7 +350,7 @@ "pods" ], "summary": "Find a Pod by ID", - "description": "Returns a single Pod.", + "description": "Returns a single Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "GetPod", "parameters": [ { @@ -437,7 +437,7 @@ "pods" ], "summary": "Update a Pod", - "description": "Update a Pod, potentially triggering a reset.", + "description": "Update a Pod, potentially triggering a reset. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "UpdatePod", "requestBody": { "description": "Form data to update a Pod.", @@ -482,7 +482,7 @@ "pods" ], "summary": "Delete a Pod", - "description": "Delete a Pod.", + "description": "Delete a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "DeletePod", "parameters": [ { @@ -514,7 +514,7 @@ "pods" ], "summary": "Update a Pod", - "description": "Update a Pod - synonym for PATCH /pods/{podId}.", + "description": "Update a Pod - synonym for PATCH /pods/{podId}. Review request parameters, response fields, and errors for this Runpod API operation.", "operationId": "UpdatePod", "requestBody": { "description": "Form data to update a Pod.", @@ -561,7 +561,7 @@ "pods" ], "summary": "Start or resume a Pod", - "description": "Start or resume a Pod.", + "description": "Start or resume a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "StartPod", "parameters": [ { @@ -593,7 +593,7 @@ "pods" ], "summary": "Stop a Pod", - "description": "Stop a Pod.", + "description": "Stop a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "StopPod", "parameters": [ { @@ -625,7 +625,7 @@ "pods" ], "summary": "Reset a Pod", - "description": "Reset a Pod.", + "description": "Reset a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "ResetPod", "parameters": [ { @@ -657,7 +657,7 @@ "pods" ], "summary": "Restart a Pod", - "description": "Restart a Pod.", + "description": "Restart a Pod. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "RestartPod", "parameters": [ { @@ -686,7 +686,7 @@ "endpoints" ], "summary": "Create a new endpoint", - "description": "Create a new endpoint.", + "description": "Create a new endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "CreateEndpoint", "requestBody": { "description": "Create a new endpoint.", @@ -720,7 +720,7 @@ "endpoints" ], "summary": "List endpoints", - "description": "Returns a list of endpoints.", + "description": "Returns a list of endpoints. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "ListEndpoints", "parameters": [ { @@ -770,7 +770,7 @@ "endpoints" ], "summary": "Find an endpoint by ID", - "description": "Returns a single endpoint.", + "description": "Returns a single endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "GetEndpoint", "parameters": [ { @@ -827,7 +827,7 @@ "endpoints" ], "summary": "Update an endpoint", - "description": "Update an endpoint.", + "description": "Update an endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "UpdateEndpoint", "requestBody": { "description": "Update an endpoint.", @@ -872,7 +872,7 @@ "endpoints" ], "summary": "Delete an endpoint", - "description": "Delete an endpoint.", + "description": "Delete an endpoint. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "DeleteEndpoint", "parameters": [ { @@ -904,7 +904,7 @@ "endpoints" ], "summary": "Update an endpoint", - "description": "Update an endpoint - synonym for PATCH /endpoints/{endpointId}.", + "description": "Update an endpoint - synonym for PATCH /endpoints/{endpointId}. Review request parameters, response fields, and errors for this Runpod API operation.", "operationId": "UpdateEndpoint", "requestBody": { "description": "Update an endpoint.", @@ -951,7 +951,7 @@ "templates" ], "summary": "Create a new template", - "description": "Create a new template.", + "description": "Create a new template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "CreateTemplate", "requestBody": { "description": "Create a new template.", @@ -985,7 +985,7 @@ "templates" ], "summary": "List templates", - "description": "Returns a list of templates.", + "description": "Returns a list of templates. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "ListTemplates", "parameters": [ { @@ -1045,7 +1045,7 @@ "templates" ], "summary": "Find a template by ID", - "description": "Returns a single template.", + "description": "Returns a single template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "GetTemplate", "parameters": [ { @@ -1112,7 +1112,7 @@ "templates" ], "summary": "Update a template", - "description": "Update a template.", + "description": "Update a template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "UpdateTemplate", "requestBody": { "description": "Update a template.", @@ -1157,7 +1157,7 @@ "templates" ], "summary": "Delete a template", - "description": "Delete a template.", + "description": "Delete a template. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "DeleteTemplate", "parameters": [ { @@ -1189,7 +1189,7 @@ "templates" ], "summary": "Update a template", - "description": "Update a template - synonym for PATCH /templates/{templateId}.", + "description": "Update a template - synonym for PATCH /templates/{templateId}. Review request parameters, response fields, and errors for this Runpod API operation.", "operationId": "UpdateTemplate", "requestBody": { "description": "Update a template.", @@ -1236,7 +1236,7 @@ "network volumes" ], "summary": "Create a new network volume", - "description": "Create a new network volume.", + "description": "Create a new network volume. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "CreateNetworkVolume", "requestBody": { "description": "Create a new network volume.", @@ -1270,7 +1270,7 @@ "network volumes" ], "summary": "List network volumes", - "description": "Returns a list of network volumes.", + "description": "Returns a list of network volumes. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "ListNetworkVolumes", "responses": { "200": { @@ -1298,7 +1298,7 @@ "network volumes" ], "summary": "Find a network volume by ID", - "description": "Returns a single network volume.", + "description": "Returns a single network volume. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "GetNetworkVolume", "parameters": [ { @@ -1335,7 +1335,7 @@ "network volumes" ], "summary": "Update a network volume", - "description": "Update a network volume.", + "description": "Update a network volume. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "UpdateNetworkVolume", "requestBody": { "description": "Update a network volume.", @@ -1380,7 +1380,7 @@ "network volumes" ], "summary": "Delete a network volume", - "description": "Delete a network volume.", + "description": "Delete a network volume. Use this API reference to review authentication, request parameters, response fields, and errors for this Runpod operation.", "operationId": "DeleteNetworkVolume", "parameters": [ { @@ -1412,7 +1412,7 @@ "network volumes" ], "summary": "Update a network volume", - "description": "Update a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}.", + "description": "Update a network volume - synonym for PATCH /networkvolumes/{networkVolumeId}. Review parameters and responses for this Runpod API operation.", "operationId": "UpdateNetworkVolume", "requestBody": { "description": "Update a network volume.", @@ -1459,7 +1459,7 @@ "container registry auths" ], "summary": "Create a new container registry auth", - "description": "Create a new container registry auth.", + "description": "Create a new container registry auth. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "CreateContainerRegistryAuth", "requestBody": { "description": "Create a new container registry auth.", @@ -1493,7 +1493,7 @@ "container registry auths" ], "summary": "List container registry auths", - "description": "Returns a list of container registry auths.", + "description": "Returns a list of container registry auths. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "ListContainerRegistryAuths", "responses": { "200": { @@ -1521,7 +1521,7 @@ "container registry auths" ], "summary": "Find a container registry auth by ID", - "description": "Returns a single container registry auth.", + "description": "Returns a single container registry auth. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "GetContainerRegistryAuth", "parameters": [ { @@ -1558,7 +1558,7 @@ "container registry auths" ], "summary": "Delete a container registry auth", - "description": "Delete a container registry auth.", + "description": "Delete a container registry auth. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "DeleteContainerRegistryAuth", "parameters": [ { @@ -1590,7 +1590,7 @@ "billing" ], "summary": "Pod billing history", - "description": "Retrieve billing information about your Pods.", + "description": "Retrieve billing information about your Pods. Review authentication, request parameters, response fields, and errors for this Runpod API operation.", "operationId": "PodBilling", "parameters": [ { @@ -1732,7 +1732,7 @@ "billing" ], "summary": "Serverless billing history", - "description": "Retrieve billing information about your Serverless endpoints.", + "description": "Retrieve billing information about your Serverless endpoints. Review request parameters, response fields, and errors for this Runpod API operation.", "operationId": "EndpointBilling", "parameters": [ { @@ -1967,7 +1967,7 @@ "billing" ], "summary": "Network volume billing history", - "description": "Retrieve billing information about your network volumes.", + "description": "Retrieve billing information about your network volumes. Review request parameters, response fields, and errors for this Runpod API operation.", "operationId": "NetworkVolumeBilling", "parameters": [ { diff --git a/api-reference/overview.mdx b/api-reference/overview.mdx index cf5223835..b2b2b005d 100644 --- a/api-reference/overview.mdx +++ b/api-reference/overview.mdx @@ -1,6 +1,6 @@ --- title: "Overview" -description: "Use the Runpod API to programmatically manage your compute resources." +description: "Use the Runpod API to programmatically manage your compute resources. Review authentication, request formats, and response details for the Runpod API." --- The Runpod REST API provides programmatic access to all Runpod compute resources. Integrate GPU infrastructure into your applications, workflows, and automation systems. diff --git a/community-solutions/copyparty-file-manager/overview.mdx b/community-solutions/copyparty-file-manager/overview.mdx index be678ba0e..3f711505a 100644 --- a/community-solutions/copyparty-file-manager/overview.mdx +++ b/community-solutions/copyparty-file-manager/overview.mdx @@ -1,6 +1,6 @@ --- title: CopyParty file manager -description: Web-based GUI for easy file browsing, uploading, downloading, and media viewing on Runpod +description: "Web-based GUI for easy file browsing, uploading, downloading, and media viewing on Runpod. Review setup and usage guidance for this Runpod community solution." icon: "party-horn" --- diff --git a/community-solutions/ohmyrunpod/overview.mdx b/community-solutions/ohmyrunpod/overview.mdx index 74b15e8cc..5021a5ea9 100644 --- a/community-solutions/ohmyrunpod/overview.mdx +++ b/community-solutions/ohmyrunpod/overview.mdx @@ -1,6 +1,6 @@ --- title: "OhMyRunpod" -description: "Community solution for easy (SFTP) setup on Runpod" +description: "Community solution for easy (SFTP) setup on Runpod. Review installation, configuration, and usage guidance for this community solution on Runpod." icon: "rocket" --- diff --git a/community-solutions/overview.mdx b/community-solutions/overview.mdx index 72ea0f466..89ccd9fdd 100644 --- a/community-solutions/overview.mdx +++ b/community-solutions/overview.mdx @@ -1,6 +1,6 @@ --- title: "Introduction" -description: "Community-created tools and solutions by and for Runpod users" +description: "Community-created tools and solutions by and for Runpod users. Review setup and usage guidance for this Runpod community solution." icon: "flask" --- diff --git a/community-solutions/runpod-network-volume-storage-tool.mdx b/community-solutions/runpod-network-volume-storage-tool.mdx index 806ca3c66..f0822ded7 100644 --- a/community-solutions/runpod-network-volume-storage-tool.mdx +++ b/community-solutions/runpod-network-volume-storage-tool.mdx @@ -1,7 +1,7 @@ --- title: Network volume storage tool sidebar_label: Network volume storage tool -description: A command-line tool for managing Runpod network storage volumes and files +description: "A command-line tool for managing Runpod network storage volumes and files. Review setup and usage guidance for this Runpod community solution." icon: "floppy-disk" --- diff --git a/community-solutions/ssh-password-migration/overview.mdx b/community-solutions/ssh-password-migration/overview.mdx index a3f31155c..7fbe34cac 100644 --- a/community-solutions/ssh-password-migration/overview.mdx +++ b/community-solutions/ssh-password-migration/overview.mdx @@ -1,6 +1,6 @@ --- title: "SSH password setup & migration tools" -description: "Simple tools for migrating data between Runpod instances" +description: "Simple tools for migrating data between Runpod instances. Review installation, configuration, and usage guidance for this community solution on Runpod." icon: "arrows-rotate" --- diff --git a/fine-tune.mdx b/fine-tune.mdx index 09cfea8a2..0e03e424b 100644 --- a/fine-tune.mdx +++ b/fine-tune.mdx @@ -1,6 +1,6 @@ --- title: "Fine-tune a model" -description: "Learn how to fine-tune a large language model on Runpod using Axolotl." +description: "Learn how to fine-tune a large language model on Runpod using Axolotl. Review setup and usage guidance in the Runpod documentation." --- import { InferenceTooltip } from "/snippets/tooltips.jsx"; diff --git a/flash/apps/build-app.mdx b/flash/apps/build-app.mdx index 292eb7482..99c8acec1 100644 --- a/flash/apps/build-app.mdx +++ b/flash/apps/build-app.mdx @@ -1,7 +1,7 @@ --- title: "Build a Flash app" sidebarTitle: "Build a Flash app" -description: "Create a Flash app, test it locally, and deploy it to production." +description: "Create a Flash app, test it locally, and deploy it to production. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- Flash apps let you build APIs to serve AI/ML workloads on Runpod Serverless. This guide walks you through the process of building a Flash app from scratch, from project initialization and local testing to production deployment. diff --git a/flash/apps/customize-app.mdx b/flash/apps/customize-app.mdx index b213d73c4..5bae29c58 100644 --- a/flash/apps/customize-app.mdx +++ b/flash/apps/customize-app.mdx @@ -1,7 +1,7 @@ --- title: "Customize your Flash app" sidebarTitle: "Customize your app" -description: "Modify the Flash project template to build your application." +description: "Modify the Flash project template to build your application. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- import { LoadBalancingEndpointsTooltip, QueueBasedEndpointsTooltip } from "/snippets/tooltips.jsx"; diff --git a/flash/apps/deploy-apps.mdx b/flash/apps/deploy-apps.mdx index da54d2229..049a6dac6 100644 --- a/flash/apps/deploy-apps.mdx +++ b/flash/apps/deploy-apps.mdx @@ -1,7 +1,7 @@ --- title: "Deploy Flash apps to Runpod" sidebarTitle: "Deploy to Runpod" -description: "Build and deploy your Flash app for production serving." +description: "Build and deploy your Flash app for production serving. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- When you're satisfied with your endpoint functions and ready to move to production, use `flash deploy` to build and deploy your Flash application: diff --git a/flash/apps/initialize-project.mdx b/flash/apps/initialize-project.mdx index 2e7058f2c..4a07e6423 100644 --- a/flash/apps/initialize-project.mdx +++ b/flash/apps/initialize-project.mdx @@ -1,7 +1,7 @@ --- title: "Initialize a Flash app project" sidebarTitle: "Initialize a project" -description: "Use flash init to create a new Flash project with a ready-to-use structure." +description: "Use flash init to create a new Flash project with a ready-to-use structure. Review configuration and usage details for Runpod Flash." --- import { LoadBalancingEndpointsTooltip, QueueBasedEndpointsTooltip } from "/snippets/tooltips.jsx"; diff --git a/flash/apps/local-testing.mdx b/flash/apps/local-testing.mdx index e2653b846..4ecfbbedb 100644 --- a/flash/apps/local-testing.mdx +++ b/flash/apps/local-testing.mdx @@ -1,7 +1,7 @@ --- title: "Test Flash apps locally" sidebarTitle: "Test locally" -description: "Use flash dev to test your Flash application locally before deploying." +description: "Use flash dev to test your Flash application locally before deploying. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- The `flash dev` command starts a local development server that lets you test your Flash application before deploying to production. The development server runs locally and updates automatically as you edit files. diff --git a/flash/apps/overview.mdx b/flash/apps/overview.mdx index fc42fe6f7..b8e32cfe6 100644 --- a/flash/apps/overview.mdx +++ b/flash/apps/overview.mdx @@ -1,7 +1,7 @@ --- title: "Overview" sidebarTitle: "Overview" -description: "Understand the Flash app development lifecycle." +description: "Understand the Flash app development lifecycle. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- import { ServerlessTooltip } from "/snippets/tooltips.jsx"; diff --git a/flash/cli/overview.mdx b/flash/cli/overview.mdx index f9afb0d7f..b0b2c6f6f 100644 --- a/flash/cli/overview.mdx +++ b/flash/cli/overview.mdx @@ -1,7 +1,7 @@ --- title: "CLI overview" sidebarTitle: "Overview" -description: "Learn how to use the Flash CLI for local development and deployment." +description: "Learn how to use the Flash CLI for local development and deployment. Review setup, configuration, deployment, and usage guidance for Runpod Flash." tag: "BETA" --- diff --git a/flash/configuration/best-practices.mdx b/flash/configuration/best-practices.mdx index 022b16907..5f2630680 100644 --- a/flash/configuration/best-practices.mdx +++ b/flash/configuration/best-practices.mdx @@ -1,7 +1,7 @@ --- title: "Configuration best practices" sidebarTitle: "Best practices" -description: "Recommended configurations for production, development, and cost optimization." +description: "Recommended configurations for production, development, and cost optimization. Review configuration and usage details for Runpod Flash." --- This guide provides best practices for configuring Flash endpoints based on your use case. Recommendations are organized by workload type and optimization goal. diff --git a/flash/configuration/cpu-types.mdx b/flash/configuration/cpu-types.mdx index 086df51c6..fe51dab2c 100644 --- a/flash/configuration/cpu-types.mdx +++ b/flash/configuration/cpu-types.mdx @@ -1,7 +1,7 @@ --- title: "CPU types" sidebarTitle: "CPU types" -description: "Available CPU instance types for Flash endpoints." +description: "Available CPU instance types for Flash endpoints. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- Flash provides access to CPU-only compute instances for workloads that don't require GPU acceleration. This reference lists all available CPU instance types. diff --git a/flash/configuration/gpu-types.mdx b/flash/configuration/gpu-types.mdx index c1396243f..91889b89c 100644 --- a/flash/configuration/gpu-types.mdx +++ b/flash/configuration/gpu-types.mdx @@ -1,7 +1,7 @@ --- title: "GPU types" sidebarTitle: "GPU types" -description: "Available GPU pools and specific GPU types for Flash endpoints." +description: "Available GPU pools and specific GPU types for Flash endpoints. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- Flash provides access to a wide range of NVIDIA GPUs through both pool-based and specific GPU selection. This page lists all available GPU types and explains how to use them. diff --git a/flash/configuration/parameters.mdx b/flash/configuration/parameters.mdx index 2408900b3..b89f784f7 100644 --- a/flash/configuration/parameters.mdx +++ b/flash/configuration/parameters.mdx @@ -1,7 +1,7 @@ --- title: "Endpoint parameters" sidebarTitle: "Parameters" -description: "Complete reference for all Endpoint class parameters." +description: "Complete reference for all Endpoint class parameters. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- This page provides a complete reference for all parameters available on the `Endpoint` class. diff --git a/flash/configuration/storage.mdx b/flash/configuration/storage.mdx index 1593afc00..51df6fe04 100644 --- a/flash/configuration/storage.mdx +++ b/flash/configuration/storage.mdx @@ -1,7 +1,7 @@ --- title: "Storage" sidebarTitle: "Storage" -description: "Understand container disk and network volume storage for Flash workloads." +description: "Understand container disk and network volume storage for Flash workloads. Review configuration and usage details for Runpod Flash." --- import { NetworkVolumesTooltip, WorkerContainerDiskTooltip } from "/snippets/tooltips.jsx" diff --git a/flash/create-endpoints.mdx b/flash/create-endpoints.mdx index b52ff4963..ee89bf094 100644 --- a/flash/create-endpoints.mdx +++ b/flash/create-endpoints.mdx @@ -1,7 +1,7 @@ --- title: "Create endpoints" sidebarTitle: "Create endpoints" -description: "Learn how to create and configure hardware and scaling behavior with the Flash Endpoint class." +description: "Learn how to create and configure hardware and scaling behavior with the Flash Endpoint class. Review configuration and usage details for Runpod Flash." --- import { WorkerTooltip, ServerlessTooltip } from "/snippets/tooltips.jsx"; diff --git a/flash/custom-docker-images.mdx b/flash/custom-docker-images.mdx index 85779823e..4181e0f9a 100644 --- a/flash/custom-docker-images.mdx +++ b/flash/custom-docker-images.mdx @@ -1,7 +1,7 @@ --- title: "Use custom containers with Flash" sidebarTitle: "Custom containers" -description: "Deploy pre-built Docker images with Flash using Endpoint." +description: "Deploy pre-built Docker images with Flash using Endpoint. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- The `@Endpoint` decorator handles most use cases, allowing you to execute arbitrary Python code remotely without managing Docker images. diff --git a/flash/execution-model.mdx b/flash/execution-model.mdx index b6c6fd981..f980f2402 100644 --- a/flash/execution-model.mdx +++ b/flash/execution-model.mdx @@ -1,7 +1,7 @@ --- title: "Execution model" sidebarTitle: "Execution model" -description: "Understand how Flash executes your code on Runpod's infrastructure." +description: "Understand how Flash executes your code on Runpod's infrastructure. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- import { MachineTooltip } from "/snippets/tooltips.jsx"; diff --git a/flash/overview.mdx b/flash/overview.mdx index c7bf41680..887582a87 100644 --- a/flash/overview.mdx +++ b/flash/overview.mdx @@ -1,7 +1,7 @@ --- title: "Overview" sidebarTitle: "Overview" -description: "Build autoscaling AI/ML apps using local code with Runpod Flash." +description: "Build autoscaling AI/ML apps using local code with Runpod Flash. Review setup, configuration, deployment, and usage guidance for Runpod Flash." mode: "wide" --- diff --git a/flash/pricing.mdx b/flash/pricing.mdx index a02eacd3b..683c74c41 100644 --- a/flash/pricing.mdx +++ b/flash/pricing.mdx @@ -1,7 +1,7 @@ --- title: "Pricing" sidebarTitle: "Pricing" -description: "Understand Flash pricing and optimize your costs." +description: "Understand Flash pricing and optimize your costs. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- Flash follows the same pricing model as [Runpod Serverless](/serverless/pricing). You pay per second of compute time, with no charges when your code isn't running. Pricing depends on the GPU or CPU type you configure for your endpoints. diff --git a/flash/quickstart.mdx b/flash/quickstart.mdx index 104266214..c981f0f8a 100644 --- a/flash/quickstart.mdx +++ b/flash/quickstart.mdx @@ -1,7 +1,7 @@ --- title: "Get started with Flash" sidebarTitle: "Quickstart" -description: "Run your first GPU workload with Flash in less than 5 minutes." +description: "Run your first GPU workload with Flash in less than 5 minutes. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- This quickstart gets you running GPU workloads on Runpod in minutes. You'll execute a function on a remote GPU and see the results immediately. diff --git a/flash/troubleshooting.mdx b/flash/troubleshooting.mdx index a1c3c7f97..43cdec2c8 100644 --- a/flash/troubleshooting.mdx +++ b/flash/troubleshooting.mdx @@ -1,7 +1,7 @@ --- title: "Troubleshooting" sidebarTitle: "Troubleshooting" -description: "Monitor, debug, and troubleshoot Flash deployments." +description: "Monitor, debug, and troubleshoot Flash deployments. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- This guide covers how to monitor your Flash deployments, debug issues, and resolve common errors. diff --git a/flash/windows-wsl2.mdx b/flash/windows-wsl2.mdx index 70a803e44..f2d2249d5 100644 --- a/flash/windows-wsl2.mdx +++ b/flash/windows-wsl2.mdx @@ -1,7 +1,7 @@ --- title: "Use Flash on Windows" sidebarTitle: "Windows prerequisites" -description: "Set up WSL2 with Ubuntu to run Flash on Windows." +description: "Set up WSL2 with Ubuntu to run Flash on Windows. Review setup, configuration, deployment, and usage guidance for Runpod Flash." --- Flash runs natively on macOS and Linux. On Windows, you can run Flash through Windows Subsystem for Linux (WSL2), which provides a full Linux environment on your machine. diff --git a/get-started.mdx b/get-started.mdx index 2cf2e9f92..cd4454ed3 100644 --- a/get-started.mdx +++ b/get-started.mdx @@ -1,7 +1,7 @@ --- title: "Deploy your first Pod" sidebarTitle: "Quickstart" -description: "Run code on a remote GPU in minutes." +description: "Run code on a remote GPU in minutes. Review setup steps, core concepts, and recommended next actions for building on Runpod." --- import { PodTooltip, NetworkVolumeTooltip, TemplateTooltip, PyTorchTooltip } from "/snippets/tooltips.jsx"; diff --git a/get-started/agent-skills.mdx b/get-started/agent-skills.mdx index 5d719a9b1..9d8b83935 100644 --- a/get-started/agent-skills.mdx +++ b/get-started/agent-skills.mdx @@ -1,7 +1,7 @@ --- title: "Agent skills for AI coding tools" sidebarTitle: "Agent skills" -description: "Manage GPU workloads on Runpod with coding agents like Claude Code, Codex, and Cursor." +description: "Manage GPU workloads on Runpod with coding agents like Claude Code, Codex, and Cursor. Review setup steps and core concepts for building on Runpod." tag: "NEW" --- diff --git a/get-started/api-keys.mdx b/get-started/api-keys.mdx index 230493e4b..8d23f4173 100644 --- a/get-started/api-keys.mdx +++ b/get-started/api-keys.mdx @@ -1,6 +1,6 @@ --- title: "Manage API keys" -description: "Create, edit, and disable Runpod API keys." +description: "Create, edit, and disable Runpod API keys. Review setup steps, core concepts, and recommended next actions for building on Runpod." --- import { ServerlessTooltip } from "/snippets/tooltips.jsx"; diff --git a/get-started/concepts.mdx b/get-started/concepts.mdx index a1a11b02f..d72176051 100644 --- a/get-started/concepts.mdx +++ b/get-started/concepts.mdx @@ -1,6 +1,6 @@ --- title: "Concepts" -description: "Key concepts and terminology for understanding Runpod's platform and products." +description: "Key concepts and terminology for understanding Runpod's platform and products. Review setup steps and core concepts for building on Runpod." --- ## [Runpod console](https://console.runpod.io) diff --git a/get-started/connect-to-runpod.mdx b/get-started/connect-to-runpod.mdx index 118af80af..8232438f2 100644 --- a/get-started/connect-to-runpod.mdx +++ b/get-started/connect-to-runpod.mdx @@ -1,6 +1,6 @@ --- title: "Choose a workflow" -description: "Review available methods for accessing and managing Runpod resources." +description: "Review available methods for accessing and managing Runpod resources. Review setup steps and core concepts for building on Runpod." --- import { PodsTooltip, EndpointTooltip, ServerlessTooltip } from "/snippets/tooltips.jsx"; diff --git a/get-started/early-access.mdx b/get-started/early-access.mdx index 6116d011a..e27f0560c 100644 --- a/get-started/early-access.mdx +++ b/get-started/early-access.mdx @@ -1,7 +1,7 @@ --- title: "Early access features" sidebarTitle: "Early access" -description: "Opt in to experimental Runpod console features before they're generally available." +description: "Opt in to experimental Runpod console features before they're generally available. Review setup steps and core concepts for building on Runpod." tag: "NEW" --- diff --git a/hub/overview.mdx b/hub/overview.mdx index 717a94cde..096a77c4f 100644 --- a/hub/overview.mdx +++ b/hub/overview.mdx @@ -1,7 +1,7 @@ --- title: "Overview" sidebarTitle: "Overview" -description: "Discover, deploy, and share preconfigured AI repos using the Runpod Hub." +description: "Discover, deploy, and share preconfigured AI repos using the Runpod Hub. Review publishing and management guidance for the Runpod Hub." mode: "wide" --- diff --git a/hub/publishing-guide.mdx b/hub/publishing-guide.mdx index ef78c3a63..269196f62 100644 --- a/hub/publishing-guide.mdx +++ b/hub/publishing-guide.mdx @@ -1,7 +1,7 @@ --- title: "Runpod Hub publishing guide" sidebarTitle: "Hub publishing guide" -description: "Publish your repositories to the Runpod Hub." +description: "Publish your repositories to the Runpod Hub. Review setup, publishing, and management guidance for resources in the Runpod Hub." --- Learn how to publish your repositories to the [Runpod Hub](https://www.runpod.io/console/hub), including how to configure your repository with the required `hub.json` and `tests.json` files. diff --git a/hub/revenue-sharing.mdx b/hub/revenue-sharing.mdx index e6fe9f736..c4e813d96 100644 --- a/hub/revenue-sharing.mdx +++ b/hub/revenue-sharing.mdx @@ -1,7 +1,7 @@ --- title: "Revenue sharing" sidebarTitle: "Revenue sharing" -description: "Earn Runpod credits from your repositories published to the Runpod Hub." +description: "Earn Runpod credits from your repositories published to the Runpod Hub. Review publishing and management guidance for the Runpod Hub." --- Starting in September 2025, every repository [published to the Runpod Hub](/hub/publishing-guide) automatically generates revenue for its maintainers. When users deploy your repositories from the Hub to run on Runpod infrastructure, you earn up to 7% of the compute revenue they generate, paid directly to your Runpod credit balance. diff --git a/instant-clusters.mdx b/instant-clusters.mdx index 8ed9816ae..c4c00b98b 100644 --- a/instant-clusters.mdx +++ b/instant-clusters.mdx @@ -1,7 +1,7 @@ --- title: "Overview" sidebarTitle: "Overview" -description: "Fully managed compute clusters for multi-node training and AI inference." +description: "Fully managed compute clusters for multi-node training and AI inference. Review configuration and operations guidance for Runpod Clusters." mode: "wide" --- diff --git a/instant-clusters/configuration.mdx b/instant-clusters/configuration.mdx index 3ead1782c..cb052c913 100644 --- a/instant-clusters/configuration.mdx +++ b/instant-clusters/configuration.mdx @@ -1,7 +1,7 @@ --- title: "Configuration reference" sidebarTitle: "Configuration" -description: "Environment variables, network interfaces, and NCCL configuration for Instant Clusters." +description: "Environment variables, network interfaces, and NCCL configuration for Clusters. Review configuration and operations guidance for Runpod Clusters." --- This page provides reference information for configuring and troubleshooting Instant Clusters. diff --git a/instant-clusters/scale-clusters.mdx b/instant-clusters/scale-clusters.mdx index 74ca6f157..e54d618ff 100644 --- a/instant-clusters/scale-clusters.mdx +++ b/instant-clusters/scale-clusters.mdx @@ -1,7 +1,7 @@ --- title: "Scale an Instant Cluster" sidebarTitle: "Scale a cluster" -description: "Add pods to a running Instant Cluster to increase GPU capacity." +description: "Add pods to a running Cluster to increase GPU capacity. Review setup, configuration, scaling, and operations guidance for Runpod Clusters." tag: "BETA" --- diff --git a/instant-clusters/slurm-clusters.mdx b/instant-clusters/slurm-clusters.mdx index cd1f02381..82fc7c997 100644 --- a/instant-clusters/slurm-clusters.mdx +++ b/instant-clusters/slurm-clusters.mdx @@ -1,7 +1,7 @@ --- title: Slurm Clusters sidebarTitle: Slurm Clusters -description: Deploy Slurm Clusters on Runpod with zero configuration +description: "Deploy Slurm Clusters on Runpod with zero configuration. Review setup, configuration, scaling, and operations guidance for Runpod Clusters." --- Runpod Slurm Clusters provide a managed high-performance computing and scheduling solution that enables you to rapidly create and manage Slurm Clusters with minimal setup. diff --git a/integrations/dstack.mdx b/integrations/dstack.mdx index c917e1eec..955d03875 100644 --- a/integrations/dstack.mdx +++ b/integrations/dstack.mdx @@ -1,7 +1,7 @@ --- title: "Manage Pods with dstack on Runpod" sidebarTitle: "dstack" -description: "Use dstack to automate Pod orchestration for AI and ML workloads on Runpod." +description: "Use dstack to automate Pod orchestration for AI and ML workloads on Runpod. Review configuration and usage guidance for this Runpod integration." --- [dstack](https://dstack.ai/) is an open-source tool that automates Pod orchestration for AI and ML workloads. It lets you define your application and resource requirements in YAML files, then handles provisioning and managing cloud resources on Runpod so you can focus on your application instead of infrastructure. diff --git a/integrations/mods.mdx b/integrations/mods.mdx index 92d043475..056ab4da6 100644 --- a/integrations/mods.mdx +++ b/integrations/mods.mdx @@ -1,7 +1,7 @@ --- title: "Running Runpod on Mods" sidebarTitle: "Mods" -description: "Use Mods to interact with language models hosted on Runpod from the command line." +description: "Use Mods to interact with language models hosted on Runpod from the command line. Review configuration and usage guidance for this Runpod integration." --- [Mods](https://github.com/charmbracelet/mods) is a command-line tool for interacting with language models. It integrates with Unix pipelines, letting you send command output directly to LLMs from your terminal. diff --git a/integrations/overview.mdx b/integrations/overview.mdx index 0191a451b..555952cff 100644 --- a/integrations/overview.mdx +++ b/integrations/overview.mdx @@ -1,7 +1,7 @@ --- title: "Integrate your applications with Runpod" sidebarTitle: "Overview" -description: "Integrate Runpod compute resources with your applications, external tools, and agentic frameworks." +description: "Integrate Runpod compute resources with your applications, external tools, and agentic frameworks. See related Runpod setup and usage details." --- import { InferenceTooltip } from "/snippets/tooltips.jsx"; diff --git a/integrations/skypilot.mdx b/integrations/skypilot.mdx index eb19af9e9..d43d038c5 100644 --- a/integrations/skypilot.mdx +++ b/integrations/skypilot.mdx @@ -1,7 +1,7 @@ --- title: "Running Runpod on SkyPilot" sidebarTitle: "SkyPilot" -description: "Use SkyPilot to run LLMs, AI, and batch jobs on Runpod Pods and Serverless endpoints." +description: "Use SkyPilot to run LLMs, AI, and batch jobs on Runpod Pods and Serverless endpoints. Review configuration and usage guidance for this Runpod integration." --- [SkyPilot](https://skypilot.readthedocs.io/en/latest/) is a framework for running LLMs, AI, and batch jobs on any cloud. diff --git a/integrations/transformer-lab.mdx b/integrations/transformer-lab.mdx index b91e1a8db..7562ae7b0 100644 --- a/integrations/transformer-lab.mdx +++ b/integrations/transformer-lab.mdx @@ -1,7 +1,7 @@ --- title: "Run ML experiments on Runpod with Transformer Lab" sidebarTitle: "Transformer Lab" -description: "Configure Transformer Lab to run ML training and inference workloads on Runpod GPUs." +description: "Configure Transformer Lab to run ML training and inference workloads on Runpod GPUs. Review configuration and usage guidance for this Runpod integration." --- [Transformer Lab](https://lab.cloud/) is an open-source research environment for AI researchers to train, fine-tune and evaluate models. It allows you to easily scale training from local hardware to cloud GPUs. It provides a unified interface to all your compute resources and simplifies experiment/checkpoint tracking, job scheduling, auto-recovery, centralized artifact storage and more. diff --git a/overview.mdx b/overview.mdx index 1b0b3437b..e1818667c 100644 --- a/overview.mdx +++ b/overview.mdx @@ -1,6 +1,6 @@ --- title: "Welcome to Runpod" -description: "Explore our guides and examples to deploy your AI/ML application on Runpod." +description: "Explore our guides and examples to deploy your AI/ML application on Runpod. Review setup and usage guidance in the Runpod documentation." sidebarTitle: "Welcome" mode: "wide" --- diff --git a/pods/choose-a-pod.mdx b/pods/choose-a-pod.mdx index 2c1d208d6..df09d5b2b 100644 --- a/pods/choose-a-pod.mdx +++ b/pods/choose-a-pod.mdx @@ -1,6 +1,6 @@ --- title: Choose a Pod -description: "Select the right Pod by evaluating your resource requirements." +description: "Select the right Pod by evaluating your resource requirements. Review setup, configuration, and operations guidance for Runpod Pods." sidebar_position: 3 --- diff --git a/pods/configuration/connect-to-ide.mdx b/pods/configuration/connect-to-ide.mdx index b21a0fb15..dee32326d 100644 --- a/pods/configuration/connect-to-ide.mdx +++ b/pods/configuration/connect-to-ide.mdx @@ -1,7 +1,7 @@ --- title: "Connect to a Pod with VSCode or Cursor" sidebarTitle: "Connect with VSCode/Cursor" -description: "Set up remote development on your Pod using VSCode or Cursor." +description: "Set up remote development on your Pod using VSCode or Cursor. Review setup, configuration, and operations guidance for Runpod Pods." --- This guide explains how to connect directly to your Pod through VSCode or Cursor using the Remote-SSH extension, allowing you to work within your Pod's volume directories as if the files were stored on your local machine. diff --git a/pods/configuration/use-ssh.mdx b/pods/configuration/use-ssh.mdx index b149ba81e..6a06cdba8 100644 --- a/pods/configuration/use-ssh.mdx +++ b/pods/configuration/use-ssh.mdx @@ -1,7 +1,7 @@ --- title: "Connect to a Pod with SSH" sidebarTitle: "Connect with SSH" -description: "Manage Pods from your local machine using SSH." +description: "Manage Pods from your local machine using SSH. Review setup, configuration, storage, networking, and operations guidance for Runpod Pods." --- SSH provides secure, reliable access to your Pod for long-running processes and full shell capabilities. diff --git a/pods/connect-to-a-pod.mdx b/pods/connect-to-a-pod.mdx index 203a1f461..aa9021ccb 100644 --- a/pods/connect-to-a-pod.mdx +++ b/pods/connect-to-a-pod.mdx @@ -1,7 +1,7 @@ --- title: "Connection options" sidebarTitle: "Connection options" -description: "Explore Pod connection options, including the web terminal, SSH, JupyterLab, and VSCode/Cursor." +description: "Explore Pod connection options, including the web terminal, SSH, JupyterLab, and VSCode/Cursor. See setup and usage details for Runpod Pods." mode: "wide" --- diff --git a/pods/maintenance-and-outages.mdx b/pods/maintenance-and-outages.mdx index 211b318e0..c9d12cf57 100644 --- a/pods/maintenance-and-outages.mdx +++ b/pods/maintenance-and-outages.mdx @@ -1,6 +1,6 @@ --- title: Maintenance, outages, and data safety -description: Understand how Runpod handles planned and unplanned maintenance and how to protect your data. +description: "Understand how Runpod handles planned and unplanned maintenance and how to protect your data. See setup and usage details for Runpod Pods." --- > Learn what to expect during planned and unplanned maintenance events, and how to keep your data safe. diff --git a/pods/manage-pods.mdx b/pods/manage-pods.mdx index 07961ed1a..89e085e12 100644 --- a/pods/manage-pods.mdx +++ b/pods/manage-pods.mdx @@ -1,6 +1,6 @@ --- title: "Manage Pods" -description: "Create, start, stop, and terminate Pods using the Runpod console or CLI." +description: "Create, start, stop, and terminate Pods using the Runpod console or CLI. Review setup, configuration, and operations guidance for Runpod Pods." --- import { MachineTooltip, TemplatesTooltip } from "/snippets/tooltips.jsx"; diff --git a/pods/networking.mdx b/pods/networking.mdx index 5166491aa..67dc70396 100644 --- a/pods/networking.mdx +++ b/pods/networking.mdx @@ -1,6 +1,6 @@ --- title: "Global networking" -description: "Connect your Pods through a secure private network for internal communication" +description: "Connect your Pods through a secure private network for internal communication. Review setup, configuration, and operations guidance for Runpod Pods." --- Global networking creates a secure, private network that connects all your Pods within your Runpod account. This feature enables Pod-to-Pod communication as if they were on the same local network, regardless of their physical location across different data centers. diff --git a/pods/overview.mdx b/pods/overview.mdx index e8b639568..5b4af4986 100644 --- a/pods/overview.mdx +++ b/pods/overview.mdx @@ -1,6 +1,6 @@ --- title: Overview -description: "Get on-demand access to powerful computing resources." +description: "Get on-demand access to powerful computing resources. Review setup, configuration, storage, networking, and operations guidance for Runpod Pods." mode: "wide" --- diff --git a/pods/pricing.mdx b/pods/pricing.mdx index e66c7ab98..d29ab4a74 100644 --- a/pods/pricing.mdx +++ b/pods/pricing.mdx @@ -1,7 +1,7 @@ --- title: "Pricing" sidebarTitle: "Pricing" -description: "Explore pricing options for Pods, including on-demand and savings plans." +description: "Explore pricing options for Pods, including on-demand and savings plans. Review setup, configuration, and operations guidance for Runpod Pods." mode: "wide" --- diff --git a/pods/storage/cloud-sync.mdx b/pods/storage/cloud-sync.mdx index 2bb323ff6..4633be954 100644 --- a/pods/storage/cloud-sync.mdx +++ b/pods/storage/cloud-sync.mdx @@ -1,7 +1,7 @@ --- title: "Sync Pod data with cloud storage providers" sidebarTitle: "Sync data with cloud storage" -description: "Learn how to sync your Pod data with popular cloud storage providers." +description: "Learn how to sync your Pod data with popular cloud storage providers. Review setup, configuration, and operations guidance for Runpod Pods." --- Cloud Sync uploads and downloads data between your Pod and external cloud storage providers. diff --git a/pods/storage/transfer-files.mdx b/pods/storage/transfer-files.mdx index 07bffae2c..64b2f5e97 100644 --- a/pods/storage/transfer-files.mdx +++ b/pods/storage/transfer-files.mdx @@ -1,6 +1,6 @@ --- title: "Transfer files" -description: "Move files between your local machine and Pods with a variety of secure transfer methods." +description: "Move files between your local machine and Pods with a variety of secure transfer methods. See setup and usage details for Runpod Pods." --- ## Choose your transfer method diff --git a/pods/storage/types.mdx b/pods/storage/types.mdx index 055f005c1..3fa32f10f 100644 --- a/pods/storage/types.mdx +++ b/pods/storage/types.mdx @@ -1,6 +1,6 @@ --- title: "Storage options" -description: "Choose the right type of storage for your Pods." +description: "Choose the right type of storage for your Pods. Review setup, configuration, storage, networking, and operations guidance for Runpod Pods." --- import { PodTooltip } from "/snippets/tooltips.jsx"; diff --git a/pods/templates/create-custom-template.mdx b/pods/templates/create-custom-template.mdx index b5e30eb21..806a4d960 100644 --- a/pods/templates/create-custom-template.mdx +++ b/pods/templates/create-custom-template.mdx @@ -1,7 +1,7 @@ --- title: "Build a custom Pod template" sidebarTitle: "Build a custom template" -description: "A step-by-step guide to extending Runpod's official templates." +description: "A step-by-step guide to extending Runpod's official templates. Review setup, configuration, and operations guidance for Runpod Pods." --- import { PodTooltip, PyTorchTooltip, CUDATooltip, TemplateTooltip, InferenceTooltip } from "/snippets/tooltips.jsx"; diff --git a/pods/templates/environment-variables.mdx b/pods/templates/environment-variables.mdx index 4ff0b38ee..20a2e07e7 100644 --- a/pods/templates/environment-variables.mdx +++ b/pods/templates/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: "Environment variables" -description: "Configure Pods with environment variables for settings, secrets, and runtime information." +description: "Configure Pods with environment variables for settings, secrets, and runtime information. See setup and usage details for Runpod Pods." --- import { PodsTooltip } from "/snippets/tooltips.jsx"; diff --git a/pods/templates/manage-templates.mdx b/pods/templates/manage-templates.mdx index aacfe0822..8b83389c1 100644 --- a/pods/templates/manage-templates.mdx +++ b/pods/templates/manage-templates.mdx @@ -1,6 +1,6 @@ --- title: "Manage Pod templates" -description: "Learn how to create, and manage custom Pod templates." +description: "Learn how to create, and manage custom Pod templates. Review setup, configuration, storage, networking, and operations guidance for Runpod Pods." --- import { PodTooltip } from "/snippets/tooltips.jsx"; diff --git a/pods/troubleshooting/jupyterlab-blank-page.mdx b/pods/troubleshooting/jupyterlab-blank-page.mdx index 8e89a08b8..8e39fbe63 100644 --- a/pods/troubleshooting/jupyterlab-blank-page.mdx +++ b/pods/troubleshooting/jupyterlab-blank-page.mdx @@ -1,7 +1,7 @@ --- title: "JupyterLab blank page issue" sidebarTitle: "JupyterLab blank page issue" -description: "What to do when you open JupyterLab on a Pod and see a blank or non-responsive page." +description: "What to do when you open JupyterLab on a Pod and see a blank or non-responsive page. See setup and usage details for Runpod Pods." --- When opening JupyterLab on your Pod, you may see a blank white page, even when the JupyterLab link in the Pod connection panel says it's "Ready." This page provides guidance to help you troubleshoot this issue. diff --git a/pods/troubleshooting/pod-migration.mdx b/pods/troubleshooting/pod-migration.mdx index ae0d202bc..f8d7c172d 100644 --- a/pods/troubleshooting/pod-migration.mdx +++ b/pods/troubleshooting/pod-migration.mdx @@ -1,6 +1,6 @@ --- title: "Pod migration" -description: "Automatically migrate your Pod to a new machine when your GPU is unavailable." +description: "Automatically migrate your Pod to a new machine when your GPU is unavailable. Review setup, configuration, and operations guidance for Runpod Pods." tag: "BETA" --- diff --git a/pods/troubleshooting/zero-gpus.mdx b/pods/troubleshooting/zero-gpus.mdx index 99a4e2213..7653dc7f9 100644 --- a/pods/troubleshooting/zero-gpus.mdx +++ b/pods/troubleshooting/zero-gpus.mdx @@ -1,7 +1,7 @@ --- title: "Zero GPU Pods on restart" sidebarTitle: "Zero GPU Pods" -description: "What to do when your Pod machine has zero GPUs." +description: "What to do when your Pod machine has zero GPUs. Review setup, configuration, storage, networking, and operations guidance for Runpod Pods." --- import { MachineTooltip } from "/snippets/tooltips.jsx"; diff --git a/public-endpoints/ai-coding-tools.mdx b/public-endpoints/ai-coding-tools.mdx index 81604b181..111e1e586 100644 --- a/public-endpoints/ai-coding-tools.mdx +++ b/public-endpoints/ai-coding-tools.mdx @@ -1,7 +1,7 @@ --- title: "Connect AI coding tools with Public Endpoints" sidebarTitle: "Connect AI coding tools" -description: "Configure AI coding tools like OpenCode, Cursor, and Cline with Runpod Public Endpoints." +description: "Configure AI coding tools like OpenCode, Cursor, and Cline with Runpod Public Endpoints. Review setup and request guidance for Runpod Public Endpoints." tag: "NEW" --- diff --git a/public-endpoints/ai-sdk.mdx b/public-endpoints/ai-sdk.mdx index 9b148ea37..9f223dc21 100644 --- a/public-endpoints/ai-sdk.mdx +++ b/public-endpoints/ai-sdk.mdx @@ -1,7 +1,7 @@ --- title: "Vercel AI SDK" sidebarTitle: "Vercel AI SDK" -description: "Use the @runpod/ai-sdk-provider package to integrate Public Endpoints with the Vercel AI SDK." +description: "Use the @runpod/ai-sdk-provider package to integrate Public Endpoints with the Vercel AI SDK. Review setup and request guidance for Runpod Public Endpoints." tag: "NEW" --- diff --git a/public-endpoints/models/chatterbox-turbo.mdx b/public-endpoints/models/chatterbox-turbo.mdx index 6073bc3fe..9d2481dca 100644 --- a/public-endpoints/models/chatterbox-turbo.mdx +++ b/public-endpoints/models/chatterbox-turbo.mdx @@ -1,7 +1,7 @@ --- title: "Chatterbox Turbo" sidebarTitle: "Chatterbox Turbo" -description: "Fast open-source text-to-speech with expressive voice cloning and paralinguistic tags." +description: "Fast open-source text-to-speech with expressive voice cloning and paralinguistic tags. See model inputs and outputs on Runpod Public Endpoints." --- Chatterbox Turbo is Resemble AI's fastest open-source text-to-speech model with paralinguistic tags for non-speech sounds and expressive voice cloning capabilities. It supports multiple preset voices and custom voice cloning via audio URL. diff --git a/public-endpoints/models/flux-dev.mdx b/public-endpoints/models/flux-dev.mdx index d1abb4517..8e60e9884 100644 --- a/public-endpoints/models/flux-dev.mdx +++ b/public-endpoints/models/flux-dev.mdx @@ -1,7 +1,7 @@ --- title: "Flux Dev" sidebarTitle: "Flux Dev" -description: "High-quality image generation with exceptional prompt adherence and rich detail." +description: "High-quality image generation with exceptional prompt adherence and rich detail. See model inputs and outputs on Runpod Public Endpoints." --- Flux Dev is Black Forest Labs' flagship image generation model, optimized for high visual fidelity and detailed outputs. It offers exceptional prompt adherence and produces images with rich detail, making it ideal for production use cases. diff --git a/public-endpoints/models/flux-kontext-dev.mdx b/public-endpoints/models/flux-kontext-dev.mdx index 00d38efd0..fc29eda68 100644 --- a/public-endpoints/models/flux-kontext-dev.mdx +++ b/public-endpoints/models/flux-kontext-dev.mdx @@ -1,7 +1,7 @@ --- title: "Flux Kontext Dev" sidebarTitle: "Flux Kontext Dev" -description: "12 billion parameter model for editing images based on text instructions." +description: "12 billion parameter model for editing images based on text instructions. Explore this model's inputs and outputs on Runpod Public Endpoints." --- Flux Kontext Dev is a 12 billion parameter rectified flow transformer capable of editing images based on text instructions. It excels at making targeted edits to existing images while preserving the overall context and style. diff --git a/public-endpoints/models/flux-schnell.mdx b/public-endpoints/models/flux-schnell.mdx index f12b27009..a59a8170c 100644 --- a/public-endpoints/models/flux-schnell.mdx +++ b/public-endpoints/models/flux-schnell.mdx @@ -1,7 +1,7 @@ --- title: "Flux Schnell" sidebarTitle: "Flux Schnell" -description: "Fast, lightweight image generation optimized for speed and prototyping." +description: "Fast, lightweight image generation optimized for speed and prototyping. Explore this model's inputs and outputs on Runpod Public Endpoints." --- Flux Schnell is Black Forest Labs' fastest and most lightweight FLUX model, ideal for local development, prototyping, and personal use. It generates images quickly with lower step counts while maintaining good quality. diff --git a/public-endpoints/models/gpt-oss-120b.mdx b/public-endpoints/models/gpt-oss-120b.mdx index 9d471ef7f..46b68a78a 100644 --- a/public-endpoints/models/gpt-oss-120b.mdx +++ b/public-endpoints/models/gpt-oss-120b.mdx @@ -1,7 +1,7 @@ --- title: "GPT-OSS 120B" sidebarTitle: "GPT-OSS 120B" -description: "OpenAI's open-weight 120B parameter language model for advanced text generation." +description: "OpenAI's open-weight language model with 120 billion parameters for text generation. See model inputs and outputs on Runpod Public Endpoints." --- GPT-OSS 120B is OpenAI's open-weight 120B parameter language model, offering powerful text generation capabilities with advanced reasoning and instruction-following abilities. diff --git a/public-endpoints/models/granite-4.mdx b/public-endpoints/models/granite-4.mdx index cf4b0a150..2cc19255f 100644 --- a/public-endpoints/models/granite-4.mdx +++ b/public-endpoints/models/granite-4.mdx @@ -1,7 +1,7 @@ --- title: "IBM Granite 4.0" sidebarTitle: "IBM Granite 4.0" -description: "A 32B parameter long-context instruct model for text generation." +description: "A 32-billion-parameter long-context instruction model for text generation. See model inputs and outputs on Runpod Public Endpoints." --- IBM Granite-4.0-H-Small is a 32B parameter long-context instruct model. It excels at general text generation, instruction following, and conversational AI tasks with support for extended context lengths. diff --git a/public-endpoints/models/infinitetalk.mdx b/public-endpoints/models/infinitetalk.mdx index c64c03d9b..0670e4b88 100644 --- a/public-endpoints/models/infinitetalk.mdx +++ b/public-endpoints/models/infinitetalk.mdx @@ -1,7 +1,7 @@ --- title: "InfiniteTalk" sidebarTitle: "InfiniteTalk" -description: "Audio-driven video generation that creates talking or singing videos from a single image." +description: "Audio-driven video generation that creates talking or singing videos from a single image. See model inputs and outputs on Runpod Public Endpoints." --- InfiniteTalk is an audio-driven video generation model that creates talking or singing videos from a single image and audio input. It animates faces and bodies to match the audio, making it ideal for creating talking head videos, virtual presenters, or lip-synced content. diff --git a/public-endpoints/models/kling-v2-1.mdx b/public-endpoints/models/kling-v2-1.mdx index b00922870..b0142b0ae 100644 --- a/public-endpoints/models/kling-v2-1.mdx +++ b/public-endpoints/models/kling-v2-1.mdx @@ -1,7 +1,7 @@ --- title: "Kling v2.1 I2V Pro" sidebarTitle: "Kling v2.1 I2V Pro" -description: "Professional-grade image-to-video with enhanced visual fidelity." +description: "Professional-grade image-to-video with enhanced visual fidelity. Review inputs and output formats for this model on Runpod Public Endpoints." --- Kling v2.1 I2V Pro is a professional-grade image-to-video model with enhanced visual fidelity. It generates high-quality videos from static images with smooth motion and excellent detail preservation. diff --git a/public-endpoints/models/kling-v2-6-motion-control.mdx b/public-endpoints/models/kling-v2-6-motion-control.mdx index 44a0dd3ba..87318ff88 100644 --- a/public-endpoints/models/kling-v2-6-motion-control.mdx +++ b/public-endpoints/models/kling-v2-6-motion-control.mdx @@ -1,7 +1,7 @@ --- title: "Kling v2.6 Motion Control" sidebarTitle: "Kling v2.6 Motion" -description: "Transfer motion from reference videos to animate still images." +description: "Transfer motion from reference videos to animate still images. Review inputs and output formats for this model on Runpod Public Endpoints." --- Kling v2.6 Standard Motion Control transfers motion from reference videos to animate still images. Upload a character image and a motion clip, and the model extracts the movement to generate smooth video output. diff --git a/public-endpoints/models/kling-video-o1-r2v.mdx b/public-endpoints/models/kling-video-o1-r2v.mdx index d021ff2df..a7ffb4d85 100644 --- a/public-endpoints/models/kling-video-o1-r2v.mdx +++ b/public-endpoints/models/kling-video-o1-r2v.mdx @@ -1,7 +1,7 @@ --- title: "Kling Video O1 R2V" sidebarTitle: "Kling Video O1" -description: "Creative video generation using character, prop, or scene references from multiple viewpoints." +description: "Creative video generation using character, prop, or scene references from multiple viewpoints. See model inputs and outputs on Runpod Public Endpoints." --- Kling Video O1 R2V generates creative videos using character, prop, or scene references from multiple viewpoints. It can combine multiple reference images to create coherent video content. diff --git a/public-endpoints/models/minimax-speech.mdx b/public-endpoints/models/minimax-speech.mdx index 55f836463..dd080e557 100644 --- a/public-endpoints/models/minimax-speech.mdx +++ b/public-endpoints/models/minimax-speech.mdx @@ -1,7 +1,7 @@ --- title: "Minimax Speech 02 HD" sidebarTitle: "Minimax Speech" -description: "High-definition text-to-speech with emotional control and voice customization." +description: "High-definition text-to-speech with emotional control and voice customization. See model inputs and outputs on Runpod Public Endpoints." --- Minimax Speech 02 HD is a high-definition text-to-speech model with emotional control and voice customization. It produces natural-sounding speech with adjustable speed, pitch, volume, and emotional tone. diff --git a/public-endpoints/models/nano-banana-2-edit.mdx b/public-endpoints/models/nano-banana-2-edit.mdx index 36fbd6669..532587975 100644 --- a/public-endpoints/models/nano-banana-2-edit.mdx +++ b/public-endpoints/models/nano-banana-2-edit.mdx @@ -1,7 +1,7 @@ --- title: "Nano Banana 2 Edit" sidebarTitle: "Nano Banana 2" -description: "Google's latest multi-image editing model with resolution options up to 4K." +description: "Google's latest multi-image editing model with resolution options up to 4K. Explore this model's inputs and outputs on Runpod Public Endpoints." --- Nano Banana 2 Edit is Google's latest image editing model for combining and editing multiple reference images. It supports up to 14 input images and offers resolution options from 1K to 4K output. For best results, use 1-3 reference images. diff --git a/public-endpoints/models/nano-banana-edit.mdx b/public-endpoints/models/nano-banana-edit.mdx index 66b2f8497..17b3e5f91 100644 --- a/public-endpoints/models/nano-banana-edit.mdx +++ b/public-endpoints/models/nano-banana-edit.mdx @@ -1,7 +1,7 @@ --- title: "Nano Banana Edit" sidebarTitle: "Nano Banana Edit" -description: "Google's state-of-the-art image editing model for combining multiple source images." +description: "Google's state-of-the-art image editing model for combining multiple source images. See model inputs and outputs on Runpod Public Endpoints." --- Nano Banana Edit is Google's state-of-the-art image editing model that excels at combining multiple source images into a cohesive output. It can take up to four reference images and merge them based on text instructions. diff --git a/public-endpoints/models/p-image-edit.mdx b/public-endpoints/models/p-image-edit.mdx index 4ee6d3585..d8c5c0ad2 100644 --- a/public-endpoints/models/p-image-edit.mdx +++ b/public-endpoints/models/p-image-edit.mdx @@ -1,7 +1,7 @@ --- title: "P-Image Edit" sidebarTitle: "P-Image Edit" -description: "Premium image editing with complex compositions, style transfers, and targeted edits." +description: "Premium image editing with complex compositions, style transfers, and targeted edits. See model inputs and outputs on Runpod Public Endpoints." --- P-Image Edit is Pruna's premium image editing model that supports complex compositions, style transfers, and targeted edits with text instructions. It can process up to 5 images in a single request. diff --git a/public-endpoints/models/p-image-t2i.mdx b/public-endpoints/models/p-image-t2i.mdx index be136b61a..29eba7c9e 100644 --- a/public-endpoints/models/p-image-t2i.mdx +++ b/public-endpoints/models/p-image-t2i.mdx @@ -1,7 +1,7 @@ --- title: "P-Image T2I" sidebarTitle: "P-Image T2I" -description: "Ultra-fast text-to-image with automatic prompt enhancement and 2-stage refinement." +description: "Ultra-fast text-to-image with automatic prompt enhancement and 2-stage refinement. See model inputs and outputs on Runpod Public Endpoints." --- P-Image is Pruna's ultra-fast text-to-image model with automatic prompt enhancement and 2-stage refinement. It generates high-quality images quickly with minimal configuration. diff --git a/public-endpoints/models/p-video.mdx b/public-endpoints/models/p-video.mdx index 2beac9f0f..0b7381790 100644 --- a/public-endpoints/models/p-video.mdx +++ b/public-endpoints/models/p-video.mdx @@ -1,7 +1,7 @@ --- title: "Pruna Video" sidebarTitle: "Pruna Video" -description: "Premium AI video generation from text, images, and audio with fast generation times." +description: "Premium AI video generation from text, images, and audio with fast generation times. See model inputs and outputs on Runpod Public Endpoints." --- Pruna Video is a premium AI video generation model that creates videos from text prompts, images, or audio in under 10 seconds. It supports multiple resolutions up to 1080p, various aspect ratios, and optional audio conditioning for synchronized video generation. diff --git a/public-endpoints/models/qwen-image-edit-2511-lora.mdx b/public-endpoints/models/qwen-image-edit-2511-lora.mdx index d8ec06d93..cd70dcd6c 100644 --- a/public-endpoints/models/qwen-image-edit-2511-lora.mdx +++ b/public-endpoints/models/qwen-image-edit-2511-lora.mdx @@ -1,7 +1,7 @@ --- title: "Qwen Image Edit 2511 LoRA" sidebarTitle: "Qwen Edit 2511 LoRA" -description: "Advanced image editing with complex text rendering and LoRA support." +description: "Advanced image editing with complex text rendering and LoRA support. Review inputs and output formats for this model on Runpod Public Endpoints." --- Qwen Image Edit 2511 LoRA achieves significant advances in complex text rendering and precise image editing with LoRA support. It enables style customization through LoRA models while maintaining editing precision. diff --git a/public-endpoints/models/qwen-image-edit-2511.mdx b/public-endpoints/models/qwen-image-edit-2511.mdx index 5b2f6f249..904a52456 100644 --- a/public-endpoints/models/qwen-image-edit-2511.mdx +++ b/public-endpoints/models/qwen-image-edit-2511.mdx @@ -1,7 +1,7 @@ --- title: "Qwen Image Edit 2511" sidebarTitle: "Qwen Edit 2511" -description: "Advanced image editing with strong consistency and multi-person identity preservation." +description: "Advanced image editing with strong consistency and multi-person identity preservation. See model inputs and outputs on Runpod Public Endpoints." --- Qwen Image Edit 2511 delivers stronger edit consistency, robust multi-person identity and pose consistency, built-in LoRA styles, and enhanced industrial and product design capabilities. diff --git a/public-endpoints/models/qwen-image-edit.mdx b/public-endpoints/models/qwen-image-edit.mdx index 1657e0c1c..20c3fe9ca 100644 --- a/public-endpoints/models/qwen-image-edit.mdx +++ b/public-endpoints/models/qwen-image-edit.mdx @@ -1,7 +1,7 @@ --- title: "Qwen Image Edit" sidebarTitle: "Qwen Image Edit" -description: "Image editing with unique text rendering capabilities." +description: "Image editing with unique text rendering capabilities. Review model inputs, output formats, and request guidance for Runpod Public Endpoints." --- Qwen Image Edit extends Qwen's advanced text rendering capabilities to image editing tasks. It excels at making precise edits to existing images while preserving quality and adding or modifying text within images. diff --git a/public-endpoints/models/qwen-image-lora.mdx b/public-endpoints/models/qwen-image-lora.mdx index 5b05b1e33..ad472fb3c 100644 --- a/public-endpoints/models/qwen-image-lora.mdx +++ b/public-endpoints/models/qwen-image-lora.mdx @@ -1,7 +1,7 @@ --- title: "Qwen Image LoRA" sidebarTitle: "Qwen Image LoRA" -description: "Image generation with LoRA support and advanced text rendering." +description: "Image generation with LoRA support and advanced text rendering. Review inputs and output formats for this model on Runpod Public Endpoints." --- Qwen Image LoRA extends the base Qwen Image model with LoRA support, allowing you to customize generation with fine-tuned LoRA models. It retains the advanced text rendering capabilities of Qwen Image while enabling style customization. diff --git a/public-endpoints/models/qwen-image.mdx b/public-endpoints/models/qwen-image.mdx index e587290e6..6f35c9f51 100644 --- a/public-endpoints/models/qwen-image.mdx +++ b/public-endpoints/models/qwen-image.mdx @@ -1,7 +1,7 @@ --- title: "Qwen Image" sidebarTitle: "Qwen Image" -description: "Image generation foundation model with advanced text rendering capabilities." +description: "Image generation foundation model with advanced text rendering capabilities. Explore this model's inputs and outputs on Runpod Public Endpoints." --- Qwen Image is an image generation foundation model with advanced text rendering capabilities. It excels at generating images that include readable, well-formed text within the image. diff --git a/public-endpoints/models/qwen3-32b.mdx b/public-endpoints/models/qwen3-32b.mdx index 4fdebb275..8663c3a5c 100644 --- a/public-endpoints/models/qwen3-32b.mdx +++ b/public-endpoints/models/qwen3-32b.mdx @@ -1,7 +1,7 @@ --- title: "Qwen3 32B AWQ" sidebarTitle: "Qwen3 32B" -description: "Latest generation LLM with advanced reasoning, instruction-following, and multilingual support." +description: "Latest generation LLM with advanced reasoning, instruction-following, and multilingual support. See model inputs and outputs on Runpod Public Endpoints." --- Qwen3 32B AWQ is the latest large language model in the Qwen series, offering advancements in reasoning, instruction-following, agent capabilities, and multilingual support. It uses AWQ quantization for efficient inference while maintaining high quality. diff --git a/public-endpoints/models/seedance-1-5-pro.mdx b/public-endpoints/models/seedance-1-5-pro.mdx index 3d4f11fac..fad48ab4a 100644 --- a/public-endpoints/models/seedance-1-5-pro.mdx +++ b/public-endpoints/models/seedance-1-5-pro.mdx @@ -1,7 +1,7 @@ --- title: "Seedance 1.5 Pro I2V" sidebarTitle: "Seedance 1.5 Pro" -description: "Cinematic image-to-video with expressive motion and stable aesthetics." +description: "Cinematic image-to-video with expressive motion and stable aesthetics. Explore this model's inputs and outputs on Runpod Public Endpoints." --- Seedance 1.5 Pro I2V generates cinematic, live-action-leaning clips from a text prompt. It preserves the image's subject and composition while adding expressive motion and stable aesthetics. diff --git a/public-endpoints/models/seedream-4-edit.mdx b/public-endpoints/models/seedream-4-edit.mdx index f4f319b48..18777f7d0 100644 --- a/public-endpoints/models/seedream-4-edit.mdx +++ b/public-endpoints/models/seedream-4-edit.mdx @@ -1,7 +1,7 @@ --- title: "Seedream 4.0 Edit" sidebarTitle: "Seedream 4.0 Edit" -description: "New-generation image editing with unified generation and editing architecture." +description: "New-generation image editing with unified generation and editing architecture. See model inputs and outputs on Runpod Public Endpoints." --- Seedream 4.0 Edit provides advanced image editing capabilities using the same unified architecture as Seedream 4.0 T2I. It can edit or combine multiple source images based on text instructions. diff --git a/public-endpoints/models/seedream-4-t2i.mdx b/public-endpoints/models/seedream-4-t2i.mdx index a97496252..e02094602 100644 --- a/public-endpoints/models/seedream-4-t2i.mdx +++ b/public-endpoints/models/seedream-4-t2i.mdx @@ -1,7 +1,7 @@ --- title: "Seedream 4.0 T2I" sidebarTitle: "Seedream 4.0 T2I" -description: "New-generation image creation with unified generation and editing architecture." +description: "New-generation image creation with unified generation and editing architecture. See model inputs and outputs on Runpod Public Endpoints." --- Seedream 4.0 T2I is ByteDance's new-generation image creation model that integrates both generation and editing capabilities within a unified architecture. It produces high-quality images with excellent prompt adherence. diff --git a/public-endpoints/models/sora-2-pro.mdx b/public-endpoints/models/sora-2-pro.mdx index 97d7ea8fc..6a8fea494 100644 --- a/public-endpoints/models/sora-2-pro.mdx +++ b/public-endpoints/models/sora-2-pro.mdx @@ -1,7 +1,7 @@ --- title: "SORA 2 Pro I2V" sidebarTitle: "SORA 2 Pro I2V" -description: "OpenAI's Sora 2 Pro professional-grade video and audio generation model." +description: "OpenAI's Sora 2 Pro professional-grade video and audio generation model. Explore this model's inputs and outputs on Runpod Public Endpoints." --- SORA 2 Pro I2V is OpenAI's professional-grade video and audio generation model. It produces higher quality output than the standard SORA 2, with enhanced visual fidelity and more nuanced audio generation. diff --git a/public-endpoints/models/sora-2.mdx b/public-endpoints/models/sora-2.mdx index 9c827d055..8735c8dd4 100644 --- a/public-endpoints/models/sora-2.mdx +++ b/public-endpoints/models/sora-2.mdx @@ -1,7 +1,7 @@ --- title: "SORA 2 I2V" sidebarTitle: "SORA 2 I2V" -description: "OpenAI's Sora 2 video and audio generation model." +description: "OpenAI's Sora 2 video and audio generation model. Review model inputs, output formats, and request guidance for Runpod Public Endpoints." --- SORA 2 I2V is OpenAI's video and audio generation model that creates dynamic videos from static images. It excels at generating videos with complex actions, ambient sounds, and character dialogue based on detailed text prompts. diff --git a/public-endpoints/models/vidu-q3-i2v.mdx b/public-endpoints/models/vidu-q3-i2v.mdx index 2ff6b67cf..9b217e2a0 100644 --- a/public-endpoints/models/vidu-q3-i2v.mdx +++ b/public-endpoints/models/vidu-q3-i2v.mdx @@ -1,7 +1,7 @@ --- title: "Vidu Q3 I2V" sidebarTitle: "Vidu Q3 I2V" -description: "Animate reference images into videos with text-driven motion and optional audio generation." +description: "Animate reference images into videos with text-driven motion and optional audio generation. See model inputs and outputs on Runpod Public Endpoints." --- Vidu Q3 Image-to-Video animates a reference image into a video with motion driven by a text prompt. It supports multiple resolutions up to 1080p, adjustable duration up to 16 seconds, and optional synchronized audio generation with background music. diff --git a/public-endpoints/models/vidu-q3-t2v.mdx b/public-endpoints/models/vidu-q3-t2v.mdx index 5739a3721..aed23de6c 100644 --- a/public-endpoints/models/vidu-q3-t2v.mdx +++ b/public-endpoints/models/vidu-q3-t2v.mdx @@ -1,7 +1,7 @@ --- title: "Vidu Q3 T2V" sidebarTitle: "Vidu Q3 T2V" -description: "Generate high-quality videos from text descriptions with multiple resolutions and audio support." +description: "Generate high-quality videos from text descriptions with multiple resolutions and audio support. See model inputs and outputs on Runpod Public Endpoints." --- Vidu Q3 Text-to-Video generates high-quality videos from text descriptions with support for multiple resolutions up to 1080p, various aspect ratios, and optional audio generation. It includes style options for general or anime aesthetics. diff --git a/public-endpoints/models/wan-2-1-i2v.mdx b/public-endpoints/models/wan-2-1-i2v.mdx index f420cfc92..ba75df09c 100644 --- a/public-endpoints/models/wan-2-1-i2v.mdx +++ b/public-endpoints/models/wan-2-1-i2v.mdx @@ -1,7 +1,7 @@ --- title: "WAN 2.1 I2V 720p" sidebarTitle: "WAN 2.1 I2V" -description: "Open-source image-to-video generation that converts static images into 720p videos." +description: "Open-source image-to-video generation that converts static images into 720p videos. See model inputs and outputs on Runpod Public Endpoints." --- WAN 2.1 I2V 720p is an open-source image-to-video generation model that converts static images into 720p videos. It uses a diffusion transformer architecture to create smooth, natural motion from still images. diff --git a/public-endpoints/models/wan-2-2-i2v-lora.mdx b/public-endpoints/models/wan-2-2-i2v-lora.mdx index 9f8887e40..5b253b24b 100644 --- a/public-endpoints/models/wan-2-2-i2v-lora.mdx +++ b/public-endpoints/models/wan-2-2-i2v-lora.mdx @@ -1,7 +1,7 @@ --- title: "WAN 2.2 I2V 720p LoRA" sidebarTitle: "WAN 2.2 I2V LoRA" -description: "Open-source video generation with LoRA support for customized camera movements." +description: "Open-source video generation with LoRA support for customized camera movements. See model inputs and outputs on Runpod Public Endpoints." --- WAN 2.2 I2V 720p LoRA is an open-source video generation model with LoRA support for customized camera movements and effects. It uses separate high-noise and low-noise LoRA configurations to achieve precise control over motion and style. diff --git a/public-endpoints/models/wan-2-2-i2v.mdx b/public-endpoints/models/wan-2-2-i2v.mdx index 32de20933..0a3e9bc2d 100644 --- a/public-endpoints/models/wan-2-2-i2v.mdx +++ b/public-endpoints/models/wan-2-2-i2v.mdx @@ -1,7 +1,7 @@ --- title: "WAN 2.2 I2V 720p" sidebarTitle: "WAN 2.2 I2V" -description: "Open-source image-to-video generation using diffusion transformer architecture." +description: "Open-source image-to-video generation using diffusion transformer architecture. See model inputs and outputs on Runpod Public Endpoints." --- WAN 2.2 I2V 720p is an open-source AI video generation model that uses a diffusion transformer architecture for image-to-video generation. It creates smooth, high-quality 720p video content from static images. diff --git a/public-endpoints/models/wan-2-5.mdx b/public-endpoints/models/wan-2-5.mdx index 126fdf461..4f1be04e0 100644 --- a/public-endpoints/models/wan-2-5.mdx +++ b/public-endpoints/models/wan-2-5.mdx @@ -1,7 +1,7 @@ --- title: "WAN 2.5" sidebarTitle: "WAN 2.5" -description: "Image-to-video generation model with prompt expansion support." +description: "Image-to-video generation model with prompt expansion support. Review inputs and output formats for this model on Runpod Public Endpoints." --- WAN 2.5 is Alibaba's image-to-video generation model that creates videos from static images. It features optional prompt expansion to automatically enhance your prompts for better results. diff --git a/public-endpoints/models/wan-2-6-i2v.mdx b/public-endpoints/models/wan-2-6-i2v.mdx index ab16c0f86..4b349abe4 100644 --- a/public-endpoints/models/wan-2-6-i2v.mdx +++ b/public-endpoints/models/wan-2-6-i2v.mdx @@ -1,7 +1,7 @@ --- title: "WAN 2.6 I2V" sidebarTitle: "WAN 2.6 I2V" -description: "Image-to-video generation with audio support and resolutions up to 1080p." +description: "Image-to-video generation with audio support and resolutions up to 1080p. Explore this model's inputs and outputs on Runpod Public Endpoints." --- WAN 2.6 Image-to-Video transforms static images into dynamic videos with support for audio integration, multiple resolutions up to 1080p, and durations up to 15 seconds. It features optional prompt expansion and multi-shot composition modes. diff --git a/public-endpoints/models/wan-2-6-t2i.mdx b/public-endpoints/models/wan-2-6-t2i.mdx index d493936e5..fe87e6db4 100644 --- a/public-endpoints/models/wan-2-6-t2i.mdx +++ b/public-endpoints/models/wan-2-6-t2i.mdx @@ -1,7 +1,7 @@ --- title: "WAN 2.6 T2I" sidebarTitle: "WAN 2.6 T2I" -description: "High-quality text-to-image with strong prompt adherence and clean composition." +description: "High-quality text-to-image with strong prompt adherence and clean composition. See model inputs and outputs on Runpod Public Endpoints." --- WAN 2.6 Text-to-Image generates high-quality images from natural-language prompts with strong prompt adherence and clean composition. It produces detailed, coherent images across a variety of styles. diff --git a/public-endpoints/models/wan-2-6-t2v.mdx b/public-endpoints/models/wan-2-6-t2v.mdx index 08da08c6b..eae1916e3 100644 --- a/public-endpoints/models/wan-2-6-t2v.mdx +++ b/public-endpoints/models/wan-2-6-t2v.mdx @@ -1,7 +1,7 @@ --- title: "WAN 2.6 T2V" sidebarTitle: "WAN 2.6 T2V" -description: "Text-to-video with cinematic quality, stable motion, and strong instruction-following." +description: "Text-to-video with cinematic quality, stable motion, and strong instruction-following. See model inputs and outputs on Runpod Public Endpoints." --- WAN 2.6 Text-to-Video turns plain prompts into coherent, cinematic clips with crisp detail, stable motion, and strong instruction-following. It supports multiple resolutions and durations up to 15 seconds. diff --git a/public-endpoints/models/z-image-turbo.mdx b/public-endpoints/models/z-image-turbo.mdx index c7b8b62f8..8f081b82c 100644 --- a/public-endpoints/models/z-image-turbo.mdx +++ b/public-endpoints/models/z-image-turbo.mdx @@ -1,7 +1,7 @@ --- title: "Z-Image Turbo" sidebarTitle: "Z-Image Turbo" -description: "Fast 6B parameter image generation model with text-to-image and image-to-image support." +description: "A 6-billion-parameter image generation model with text-to-image and image-to-image support. See model inputs and outputs on Runpod Public Endpoints." --- Z-Image Turbo is a powerful and highly efficient 6B parameter image generation model that supports both text-to-image and image-to-image generation. It delivers high-quality results with fast inference times. diff --git a/public-endpoints/overview.mdx b/public-endpoints/overview.mdx index a7d06f0d2..6e2e26839 100644 --- a/public-endpoints/overview.mdx +++ b/public-endpoints/overview.mdx @@ -1,7 +1,7 @@ --- title: "Overview" sidebarTitle: "Overview" -description: "Test and deploy production-ready AI models using Public Endpoints." +description: "Test and deploy production-ready AI models using Public Endpoints. Review setup and request guidance for Runpod Public Endpoints." mode: "wide" --- diff --git a/public-endpoints/quickstart.mdx b/public-endpoints/quickstart.mdx index caaa606d4..dbff12bd7 100644 --- a/public-endpoints/quickstart.mdx +++ b/public-endpoints/quickstart.mdx @@ -1,7 +1,7 @@ --- title: "Quickstart" sidebarTitle: "Quickstart" -description: "Generate your first image with Public Endpoints in under 5 minutes." +description: "Generate your first image with Public Endpoints in under 5 minutes. Review setup and request guidance for Runpod Public Endpoints." mode: "wide" --- diff --git a/public-endpoints/reference.mdx b/public-endpoints/reference.mdx index 51be89be6..fb251ec9a 100644 --- a/public-endpoints/reference.mdx +++ b/public-endpoints/reference.mdx @@ -1,7 +1,7 @@ --- title: "Available models" sidebarTitle: "Models" -description: "Browse all available models for Runpod Public Endpoints." +description: "Browse all available models for Runpod Public Endpoints. Review setup, model selection, request options, and usage guidance for Runpod Public Endpoints." mode: "wide" --- diff --git a/public-endpoints/requests.mdx b/public-endpoints/requests.mdx index d254f4264..0511c90f3 100644 --- a/public-endpoints/requests.mdx +++ b/public-endpoints/requests.mdx @@ -1,7 +1,7 @@ --- title: "Make API requests" sidebarTitle: "Make API requests" -description: "Use the playground, REST API, and SDKs to interact with Public Endpoints." +description: "Use the playground, REST API, and SDKs to interact with Public Endpoints. Review setup and request guidance for Runpod Public Endpoints." --- This guide covers all the ways to interact with Public Endpoints, from testing in the browser to integrating with your applications. diff --git a/references/gpu-types.mdx b/references/gpu-types.mdx index e13f1d86c..ca9ac2bf6 100644 --- a/references/gpu-types.mdx +++ b/references/gpu-types.mdx @@ -1,6 +1,6 @@ --- title: "GPU types" -description: "Explore the GPUs available on Runpod." +description: "Explore the GPUs available on Runpod. Review supported options, requirements, and reference information for the Runpod platform." mode: "wide" ---
diff --git a/references/security-and-compliance.mdx b/references/security-and-compliance.mdx index e85fa3749..90a9dbeeb 100644 --- a/references/security-and-compliance.mdx +++ b/references/security-and-compliance.mdx @@ -1,7 +1,7 @@ --- title: "Data security and legal compliance" sidebarTitle: "Security and compliance" -description: "Information about data security, GDPR compliance, and legal resources." +description: "Information about data security, GDPR compliance, and legal resources. Review supported options and requirements for Runpod." --- This page explains how Runpod secures your data, complies with privacy regulations, and where to find legal documentation. diff --git a/release-notes.mdx b/release-notes.mdx index 7aba0e321..d311ccf86 100644 --- a/release-notes.mdx +++ b/release-notes.mdx @@ -1,7 +1,7 @@ --- title: "Product updates" sidebarTitle: "Product updates" -description: "New features, fixes, and improvements for the Runpod platform." +description: "New features, fixes, and improvements for the Runpod platform. Review setup, configuration, workflows, and usage guidance in the Runpod documentation." rss: true --- {/* ## ECR Integration now in beta