Skip to main content

SDK for Vast.ai GPU Cloud Service

Project description

Vast.ai Python SDK

PyPI version

The official Vast.ai SDK pip package.

Install

pip install vastai-sdk

Examples

NOTE: Ensure your Vast.ai API key is set in your working environment as VAST_API_KEY. Alternatively, you may pass the API key in as a parameter to either client.

Using the VastAI CLI client

  1. Create the client
from vastai import VastAI
vastai = VastAI() # or, VastAI("YOUR_API_KEY")
  1. Run commands
vastai.search_offers()
  1. Get help
help(v.create_instances)

Using the Serverless client

  1. Create the client
from vastai import Serverless
serverless = Serverless() # or, Serverless("YOUR_API_KEY")
  1. Get an endpoint
endpoint = await serverless.get_endpoint("my-endpoint")
  1. Make a request
request_body = {
                "input" : {
                    "model": "Qwen/Qwen3-8B",
                    "prompt" : "Who are you?",
                    "max_tokens" : 100,
                    "temperature" : 0.7
                }
            }
response = await serverless.request("/v1/completions", request_body)
  1. Read the response
text = response["response"]["choices"][0]["text"]
print(text)

Find more examples in the examples directory

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vastai_sdk-0.4.1.dev1.tar.gz (85.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vastai_sdk-0.4.1.dev1-py3-none-any.whl (92.9 kB view details)

Uploaded Python 3

File details

Details for the file vastai_sdk-0.4.1.dev1.tar.gz.

File metadata

  • Download URL: vastai_sdk-0.4.1.dev1.tar.gz
  • Upload date:
  • Size: 85.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.14.0-37-generic

File hashes

Hashes for vastai_sdk-0.4.1.dev1.tar.gz
Algorithm Hash digest
SHA256 0898f2a189952d4fe9125d725d1456eebcc86f40cc56dbae0962ff1137484814
MD5 6d3f7d8961e6d871eaa59313b35747c1
BLAKE2b-256 19aa23a1c72e954fc7ab98666c50af8aedf32f9f1fbe1feeffd98fa85d09bc18

See more details on using hashes here.

File details

Details for the file vastai_sdk-0.4.1.dev1-py3-none-any.whl.

File metadata

  • Download URL: vastai_sdk-0.4.1.dev1-py3-none-any.whl
  • Upload date:
  • Size: 92.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.14.0-37-generic

File hashes

Hashes for vastai_sdk-0.4.1.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 98e546d50f97bd2668c4493b82bf743f54e5fbb969cc53f4d83a27aa32871b21
MD5 87415629bfcbb0b4d84dd7a27dde835f
BLAKE2b-256 a52a206dc3fa9c5c05c8d058a0fed5d8c6ad0040d1136b70e75c1f9828df584f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page