Overview
Inference as a service on Robinhood Chain
Sonnely is an OpenAI-compatible inference API funded with crypto. Pay in USDG or ETH on Robinhood Chain (4663), receive credits, and call 373 models with one key.
The whole model
- Fund — send USDG/ETH to treasury, claim by tx hash. $1 = 1,000 credits.
- Call —
POST sonnely.com/api/v1/chat/completionswith any model id. - Metered — every response reports
sonnely.credits_charged. No subscriptions.
export SONNELY_KEY="sk-sonnely-..."
curl https://sonnely.com/api/v1/chat/completions \
-H "Authorization: Bearer $SONNELY_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"sonnely-gpt","messages":[{"role":"user","content":"Salve, Machina"}]}'Links
- App: sonnely.com · Playground: sonnely.com/chat
- Health: sonnely.com/api/health · OpenAPI YAML: sonnely.com/api/openapi
- Chain 4663 · Blockscout explorer · USDG settlement