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