π¦ ClawHub
Windfall Inference
by @papa-raw
Spatially-routed LLM inference at $0.004/req. Routes to cheapest, greenest energy. 200+ models. OpenAI-compatible. Onchain attestations on Base.
π‘ Examples
Use as an OpenAI-compatible endpoint. Set these two environment variables:
OPENAI_BASE_URL=https://windfall.ecofrontiers.xyz/v1
OPENAI_API_KEY=wf_YOUR_KEY
Or call directly:
curl https://windfall.ecofrontiers.xyz/v1/chat/completions \
-H "Authorization: Bearer $WINDFALL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "auto",
"messages": [{"role": "user", "content": "Hello"}]
}'
βοΈ Configuration
Set WINDFALL_API_KEY in your environment. Get one free at:
curl -X POST https://windfall.ecofrontiers.xyz/api/keys \
-H "Content-Type: application/json" \
-d '{"wallet_address": "YOUR_WALLET"}'
Keys with an ERC-8004 agent identity or Basename get 100 free requests. Anonymous keys get 25.
TERMINAL
clawhub install windfall-inference