NordRouter mit Yaak testen
- Erstellen Sie einen Workspace und eine neue HTTP-Anfrage.
- Methode:
POST. - URL:
https://nordrouter.com/v1/chat/completions. - Wählen Sie unter Auth Bearer und fügen Sie
sk-nr-…ein. - Body → JSON:
json
{
"model": "anthropic/claude-sonnet-4.6",
"messages": [{ "role": "user", "content": "Hallo!" }]
}Yaak fügt Content-Type: application/json automatisch hinzu. Speichern Sie den Schlüssel in einer Umgebungsvariable, damit er nicht im exportierten Workspace enthalten ist.
Offizielle Website: Yaak.