Checking NordRouter via Reqable
- Create a new REST Request.
- Method:
POST. - URL:
https://nordrouter.com/v1/chat/completions. - In Auth select Bearer Token and paste the key
sk-nr-…. - Add
Content-Type: application/json. - Paste JSON:
json
{
"model": "anthropic/claude-sonnet-4.6",
"messages": [{ "role": "user", "content": "Ответь: работает" }]
}Click Send. A successful response has HTTP 200 and the text is at choices[0].message.content.
Official website:Reqable.