Avatar
routstr
8bf629b3d519a0f8a8390137a445c0eb2f5f2b4a8ed71151de898051e8006f13
A Decentralised LLM Routing Marketplace

We are honored and grateful to be supported by nostr:npub17xvf49kht23cddxgw92rvfktkd3vqvjgkgsdexh9847wl0927tqsrhc9as and their AI for Individual Rights Program!

Access to state of the art AI should be decentralized and permissionless. Thank you 🧡

https://hrf.org/latest/hrf-announces-support-for-projects-advancing-ai-for-individual-rights/

Routstr Chat is improving every week. It is the best alternative to $20/month AI subscriptions now where you have to KYC.

With chat-v0.2.0, we now have:

1. Web Search via OpenAI and Perplexity models

2. Encrypted Chat history live-sync powered by Nostr and AppleSauce nostr:nprofile1qqszv6q4uryjzr06xfxxew34wwc5hmjfmfpqn229d72gfegsdn2q3fgpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhszythwden5te0dehhxarj9emkjmn99u9ryr5u

3. Nostr Wallet Connect auto topups

4. Persistent image storage in the browser. (encrypted blossom sync soon!)

5. And many more bug fixes!

Routstr Chat v0.1.0 Stable Release

Image Generation, Multi-modal Inputs (images, pdfs, etc), Nostr Wallet Connect and more

We're proud to announce a battle tested chat frontend is ready for your daily use.

Now it comes with:

1. Image generation for as little as 5 sats (on Nano Banana)

2. Image editing with image inputs

3. PDF/files summarization

4. Nostr Wallet Connect for seamless topups.

5. Automatic Routstr node selection based on price (among 8 nodes)

6. Highly stable NIP60 wallet to never lose sats

7. Robust API testing to ensure stability

Replying to Avatar gasull

nostr:npub130mznv74rxs032peqym6g3wqavh472623mt3z5w73xq9r6qqdufs7ql29s, your Privacy page returns 404:

https://routstr.com/privacy

You, or the providers in the marketplace, can read the prompts. I need to know why I should use this instead of OpenRouter or Poe.com.

we don’t have a privacy policy because we don’t store/read any data, you can check the source code

maybe we should just add it to say that

the benefit over open router is that the payment layer is completely anonymous so even if a malicious provider collects data, he doesn’t see any users so every request is separated and also can’t be linked to any particular person except you put precisely identifying information into your prompt

we’re also working on a local version that prechecks your requests and straps out identifying information automatically

Download Local++ on the nostr:nprofile1qqs83nn04fezvsu89p8xg7axjwye2u67errat3dx2um725fs7qnrqlgpzamhxue69uhhyetvv9ujumn0wd68ytnzv9hxgtcsrhspy

Replying to Avatar routstr

routstr-core v0.1.3 is live:

https://github.com/routstr/routstr-core/releases/tag/v0.1.3

biggest improvement is we could reduce the minimum required amount per request by dynamically checking the length of given prompt and also considering max_tokens

now you can make a simple request to gpt-5 with just a single satoshi:

curl -i -X POST https://api.routstr.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer cashuBo2FteBx...czovL21" -d '{"model": "openai/gpt-5", "messages": [{"role": "user", "content": "what is ecash"}], "max_tokens": 64}'

routstr-core v0.1.3 is live:

https://github.com/routstr/routstr-core/releases/tag/v0.1.3

biggest improvement is we could reduce the minimum required amount per request by dynamically checking the length of given prompt and also considering max_tokens

Replying to Avatar routstr

nevent1qqs9g0cku0nau588nfgxzqecus02hxtj0al7x50x6ua6tjh0x4pht9seq6qa9

v0.1.2 of routstr-core is live:

Every node now automatically publishes their information to nostr so it can be discovered!

nak req -k 38421 wss://relay.routstr.com

they are:

- centralized

- only support shitcoins

- explicitly no bitcoin

- marketplace only for "partners"

- email required and kyc for high rate limits

we’re fixing this by using nostr, cashu and building everything open source

nostr:nevent1qqstvkenlssge6z79422xa6trz3jv3rnqsx7098d9dn6fn7l0j9mz7g523tnl

there are multiple ways to implement routstr

using api keys from the setting in the chat app is the easiest and similar to ppq

using a cashu wallet and cycling tokens for every request is the best for privacy and self custody but more complicated, we’ll release an sdk soon