Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@ivaavimusic ivaavimusic released this 25 May 09:11

singularity-grid v0.1.0

Python SDK for the SGL Network confidential compute grid.

Install

pip install singularity-grid

Features

  • GridClient — capacity, models, pricing, job submission, attestation verification
  • OpenAI compatibilitycreate_openai_client() for drop-in OpenAI SDK usage
  • Typed models — 10 Pydantic v2 models with full type hints
  • Error hierarchySGLAPIError, SGLAuthError, SGLNotFoundError, SGLConnectionError
  • PEP 561py.typed marker for downstream type checking