Using the SDK
Installation
pip install ogpuConfiguration
CLIENT_PRIVATE_KEY=your_private_key_hereVerify Installation
import ogpu
print(f"OpenGPU SDK version: {ogpu.__version__}")
from ogpu.service import task
from ogpu.client import OGPUClient
print("OpenGPU SDK installed successfully!")Client API
Publish a Source
Publish a Task
Get Responses
Service API
Network Selection
Best Practices
Last updated