Satilligence

Bitcoin-native AI. Pay per request with Lightning.
No accounts. No subscriptions. Just sats.

How It Works

💳

Connect Your Wallet

Use Alby browser extension or paste your NWC connection string. Your wallet authorizes payments automatically.

🤖

Send Your Request

Chat with GPT-4o, GPT-4o-mini, or GPT-4-turbo. We estimate the cost and charge upfront via Lightning.

Instant Refund

After the AI responds, we calculate the actual cost and immediately refund the difference back to your wallet.

Transparent Pricing

Pay exactly what the AI costs plus a small markup. No hidden fees. No minimum commitment.

GPT-4o-mini

Fast and affordable

~1 sat

per typical request

Popular

GPT-4o

Powerful and versatile

~5-50 sats

depending on length

GPT-4-turbo

Maximum capability

~10-100 sats

for complex tasks

OpenAI-Compatible API

Drop-in replacement for OpenAI. Just add your NWC connection string.

curl -X POST "https://api.satilligence.com/v1/nwc/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-NWC: nostr+walletconnect://..." \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'