Join Nostr
2025-05-16 18:26:12 UTC
in reply to

routstr on Nostr: you can just give it an api call curl -X POST api.routstr.com/v1/chat/completions -H ...

you can just give it an api call

curl -X POST api.routstr.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer cashuYourValidToken" -d '{"model": "deepseek-ai/DeepSeek-R1", "messages": [{"role": "user", "content": "Hello Nostr"}]}'