Start with the quick path
Create a project, generate a ReqRun API key, install the SDK, and send one chat completion request.
installnpm install @reqrun/sdk
sendreqrun.chat.completions.create({ wait: true })
statusreqrun.requests.get("rr_...")
Docs
Start with one request, then add wait mode, idempotency, retry behavior, and status lookup.
Create a project, generate a ReqRun API key, install the SDK, and send one chat completion request.