Port Labeling
Name exposed ports in UI/API for clearer collaboration (e.g., “Jupyter,” “TensorBoard”).
Price Drops (again!)
Additional reductions on popular SKUs to improve $/hr economics.
RunPod Serverless Hub
Curated one-click endpoints/templates to fork and deploy community projects quickly.

Tetra Beta Test
A Python library that makes it super easy to run parts of your code on a GPU using RunPod. With Tetra, you can write normal Python code and just add a simple @remote()
decorator to the functions that need GPU power. Tetra takes care of the rest offloading the work to RunPod while the rest of your code runs locally. Find repo here and examples here