Skip to content

Verificare NordRouter con Reqable

  1. Crea una nuova REST Request.
  2. Metodo: POST.
  3. URL: https://nordrouter.com/v1/chat/completions.
  4. In Auth seleziona Bearer Token e inserisci la chiave sk-nr-….
  5. Aggiungi Content-Type: application/json.
  6. Incolla il JSON:
json
{
  "model": "anthropic/claude-sonnet-4.6",
  "messages": [{ "role": "user", "content": "Rispondi: funziona" }]
}

Premi Send. Una risposta corretta ha stato HTTP 200; il testo si trova in choices[0].message.content.

Sito ufficiale: Reqable.

Tutti i programmi