Conectando n8n a NordRouter
Uma opção confiável é o nó Solicitação HTTP: ele permite que você defina explicitamente o endpoint.
Configuração do nó
- Method:
POST. - URL:
https://nordrouter.com/v1/chat/completions. - Authentication → Header Auth:
- Name:
Authorization; - Valor:
Bearer sk-nr-ВАШ-КЛЮЧ.
- Name:
- Header:
Content-Type: application/json. - Body → JSON:
json
{
"model": "anthropic/claude-sonnet-4.6",
"messages": [
{ "role": "user", "content": "Кратко перескажи: {{$json.text}}" }
]
}Texto de resposta: {{$json.choices[0].message.content}}.
Informações oficiais:HTTP Request node.