Subcommands
Add a model
Register a new model with the Model Repo:Add flags
Model name.
Model owner namespace (user or team owner ID). Use this to add models to a team account.
Initial model status.
Credential type (if required for model access).
Credential reference (if required for model access).
Directory containing model files to upload. When specified, all files in the directory are uploaded to the Model Repo.
Create an upload session without uploading files. Use this to get upload URLs for manual file uploads.
File name for single-file upload.
File size in bytes for single-file upload.
Multipart upload part size in bytes.
Content type for the upload.
GraphQL request timeout. Defaults to 30 minutes for model upload operations.
List models
List models in your account:List flags
Filter by model provider.
Filter by model name.
Remove a model
Remove a model from the Model Repo:Environment variables
Override the GraphQL API endpoint URL. Defaults to
https://api.runpod.io/graphql.Using model version hashes
To create a Serverless endpoint that uses a model from the Model Repo, reference the model by its version hash:runpodctl model list to find the version hash for your model.