get_endpoints()
function. This function returns a list of endpoint configurations, allowing you to understand what’s available for use in your projects.
create_template()
function facilitates the creation of new templates by specifying a name and a Docker image.
create_endpoint()
function. This function requires you to specify a name
and a template_id
. Additional configurations such as GPUs, number of Workers, and more can also be specified depending your requirements.
get_gpus()
function lists all GPUs that can be allocated to endpoints in Runpod. This enables optimal resource selection based on your computational needs.
get_gpu()
and pass in a GPU Id to retrieve details about a specific GPU model by its ID. This is useful when understanding the capabilities and costs associated with various GPU models.