Bitcoin-native AI. Pay per request with Lightning.
No accounts. No subscriptions. Just sats.
Use Alby browser extension or paste your NWC connection string. Your wallet authorizes payments automatically.
Chat with GPT-4o, GPT-4o-mini, or GPT-4-turbo. We estimate the cost and charge upfront via Lightning.
After the AI responds, we calculate the actual cost and immediately refund the difference back to your wallet.
Pay exactly what the AI costs plus a small markup. No hidden fees. No minimum commitment.
Fast and affordable
per typical request
Powerful and versatile
depending on length
Maximum capability
for complex tasks
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!"}]
}'