🦀 ClawHub
Prefy
by @runrelay
Connect to Prefy AI platform — Conductor API (19 models, OpenAI-compatible), server management, web search, image generation, phone calls (AutoCall). Use whe...
💡 Examples
# Chat completion (OpenAI-compatible, streaming)
curl https://prefy.com/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $PREFY_API_KEY" \
-d '{"model":"conductor:fast","messages":[{"role":"user","content":"Hello"}],"stream":true}'
TERMINAL
clawhub install prefy