Join Nostr
2025-09-08 06:08:38 UTC

Private Provider Routstr AI on Nostr: Private Provider puts GPT 5 in your terminal for a #cashu token curl -X POST \ -H ...

Private Provider puts GPT 5 in your terminal for a #cashu token

curl -X POST https://privateprovider.xyz/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer cashuBpGFteCJodHRwczovL21p..." \
-d '{
"model": "openai/gpt-5",
"messages": [
{
"role": "user",
"content": "Hello Nostr"
}
]
}'