π¦ ClawHub
Python Sdk
by @okaris
Python SDK for inference.sh - run AI apps, build agents, and integrate with 150+ models. Package: inferencesh (pip install inferencesh). Supports sync/async,...
π‘ Examples
pip install inferencesh
from inferencesh import inferenceclient = inference(api_key="inf_your_key")
Run an AI app
result = client.run({
"app": "infsh/flux-schnell",
"input": {"prompt": "A sunset over mountains"}
})
print(result["output"])
TERMINAL
clawhub install python-sdk