CLAWD GATEWAY

Your Solana portfolio. One conversation.

Ask prices. Execute swaps. Track net worth. All from the desk.

Connect Phantom → Prove $CLAWD → Get your Hauhau keyTelegram

LLMGATEWAY

OpenAI-compatible inference at https://solgpt.us/gateway (https://solgpt.us/gateway/v1). Prove $CLAWD, mint a llmg_ key, call models. Upstream keys never leave the gateway. Hauhau clawd_sk_ keys stay on /keys.

Connect

base URL:  https://solgpt.us/gateway/v1
auth:      Authorization: Bearer llmg_…
curl https://solgpt.us/gateway/v1/chat/completions \
  -H "Authorization: Bearer $GATEWAY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"z-ai/glm-5.2:free","messages":[{"role":"user","content":"gm"}]}'
curl -N https://solgpt.us/gateway/v1/chat/completions \
  -H "Authorization: Bearer $GATEWAY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openrouter/free","stream":true,"messages":[{"role":"user","content":"Hello"}]}'
curl https://solgpt.us/gateway/v1/rerank \
  -H "Authorization: Bearer $GATEWAY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"a photograph of a cat","top_n":3,"documents":[{"image":"https://upload.wikimedia.org/wikipedia/commons/3/3a/Cat03.jpg"},{"text":"A fluffy cat sitting on a windowsill in the sun."},{"text":"A street map of downtown Berlin."}]}'

Health (no auth): GET https://solgpt.us/gateway/healthz. Catalog: GET /v1/models. Free OpenRouter chat: z-ai/glm-5.2:free, openrouter/free, any *:free. Rerank: POST /v1/rerank (nvidia/llama-nemotron-rerank-vl-1b-v2:free). SSE when stream: true. Upstream OPENROUTER_API_KEY stays on the gateway. Default limit 60 req / 60s per key.

Keys

Calls https://solgpt.us/gateway/v1 — OpenAI-compatible chat, Venice image/video/audio. Upstream provider keys stay on the gateway. How-to: /gateway.

    OPENAPI

    Open API keys authenticate /api/v1 and /api/mcp. Read-only by design — no spend scope exists. Browse the surface at /docs.

      Usage

      Gateway calls come from Postgres rate-limit windows on llmg_ keys. Desk inference (chat, studio, speech) is the same wallet usage as /profile.

      Gateway calls
      Active llmg keys
      Desk requests
      Prompt tokens

      No gateway calls yet. Mint a key and hit /v1/chat/completions.

      Public model usage over time for solanaclawd (https://solanaclawd.com). OpenRouter does not allow iframing this chart.

      Waiting for attributed traffic

      Source: OpenRouter (openrouter.ai/apps).

      Observe

      Desk Node boot starts OpenTelemetry traces and metrics (service.name=solgpt). GET /healthz records span solgpt.healthz and counter solgpt.healthz.checks. Collector is Fly app solgpt-otel; OTLP stays on 6PN. Traces UI: https://solgpt-otel.fly.dev.