python-sdk

Installation
SKILL.md

Install the belt CLI skill: npx skills add belt-sh/cli

Python SDK

Build AI applications with the inference.sh Python SDK.

Python SDK

Quick Start

pip install inferencesh
from inferencesh import inference

client = inference(api_key="inf_your_key")
Installs
548
GitHub Stars
566
First Seen
Feb 5, 2026
python-sdk — inference-sh/skills