Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/opengradient/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- **`opengradient.client.model_hub`** -- Model repository management: create, version, and upload ML models
- **`opengradient.client.alpha`** -- Alpha Testnet features: on-chain ONNX model inference (VANILLA, TEE, ZKML modes), workflow deployment, and scheduled ML model execution (OpenGradient testnet gas tokens)
- **`opengradient.client.twins`** -- Digital twins chat via OpenGradient verifiable inference
- **`opengradient.client.opg_token`** -- OPG token Permit2 approval utilities for x402 payments
- **`opengradient.client.tee_registry`** -- TEE registry client for verified endpoints and TLS certificates

## Usage

Expand Down
Loading