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

Reply to this note

Please Login to reply.

Discussion

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}'