Verificare NordRouter con Yaak
- Crea un workspace e una nuova richiesta HTTP.
- Metodo:
POST. - URL:
https://nordrouter.com/v1/chat/completions. - In Auth seleziona Bearer e inserisci
sk-nr-…. - Body → JSON:
json
{
"model": "anthropic/claude-sonnet-4.6",
"messages": [{ "role": "user", "content": "Ciao!" }]
}Yaak aggiunge automaticamente Content-Type: application/json. Puoi salvare la chiave in una variabile d'ambiente per non includerla nel workspace esportato.
Sito ufficiale: Yaak.