Vast.ai
JSON →Interact with Vast.ai's cloud GPU services for on-demand computing power.
Install
pip install wandb Tools · 23
- list_instances List all active instances
- get_instance Get details of a specific instance
- create_instance Create a new instance
- destroy_instance Destroy an instance
- start_instance Start a stopped instance
- stop_instance Stop a running instance
- reboot_instance Reboot an instance
- list_offers List available GPU offers
- get_offer Get details of a specific offer
- list_templates List available templates
- get_template Get details of a specific template
- list_images List available images
- get_image Get details of a specific image
- list_ssh_keys List SSH keys
- add_ssh_key Add an SSH key
- remove_ssh_key Remove an SSH key
- list_scripts List startup scripts
- create_script Create a startup script
- delete_script Delete a startup script
- get_instance_logs Get logs for an instance
- get_instance_usage Get usage statistics for an instance
- list_bids List current bids
- place_bid Place a bid on an offer
Environment variables
VAST_API_KEY
Links
★ 6 GitHub stars