Skip to content

NordRouter mit Yaak testen

  1. Erstellen Sie einen Workspace und eine neue HTTP-Anfrage.
  2. Methode: POST.
  3. URL: https://nordrouter.com/v1/chat/completions.
  4. Wählen Sie unter Auth Bearer und fügen Sie sk-nr-… ein.
  5. 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.

Alle Programme