Sonnely

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

  1. Fund — send USDG/ETH to treasury, claim by tx hash. $1 = 1,000 credits.
  2. CallPOST sonnely.com/api/v1/chat/completions with any model id.
  3. 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"}]}'

On this page