Skip to content
@ReqRun

ReqRun

ReqRun ensures every OpenAI request completes or fails visibly. It queues, retries, deduplicates, and gives each run a status endpoint.

ReqRun

ReqRun is the reliability layer between your app and OpenAI-compatible models.

Use it when a request must complete or fail visibly instead of disappearing behind a timeout, retry storm, or process restart.

What ReqRun does

  • accepts OpenAI-compatible chat completion requests
  • queues work durably
  • retries transient failures
  • deduplicates repeated operations with idempotency keys
  • returns either a result or a durable rr_ request id
  • exposes request status later

Start here

Public repos

  • reqrun
  • reqrun-example-nextjs-route-handler
  • reqrun-example-express-api
  • reqrun-example-fastapi-service

Product boundary

ReqRun focuses on one job:

  • reliable OpenAI-compatible request execution

ReqRun is not:

  • a provider marketplace
  • a workflow builder
  • an analytics suite
  • a model-routing platform

Pinned Loading

  1. reqrun reqrun Public

    Reliable OpenAI-compatible request execution with retries, idempotency, wait mode, and request status.

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…