Step 1. Get an API key on red-pill.ai
Step 2. Query (using phala/deepseek-r1-70b
as example here)
curl -X 'POST' \
'https://api.red-pill.ai/v1/chat/completions' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer ' \