What is reAPI
reAPI is a unified API gateway that provides access to top AI models for image, video, chat, music, and code generation through a single endpoint. It offers 99.96% uptime with automatic failover, zero request logging, and OpenAI-compatible SDKs.
How to use reAPI
- Get an API key from the reAPI dashboard.
- Set the base URL to
https://reapi.ai/api/v1 in your existing OpenAI, Anthropic, or Google SDK.
- Send requests with the model name of your choice. reAPI automatically routes to the healthiest vendor.
- For async tasks (e.g., video generation), submit a task, store the returned task ID, then poll
GET /api/v1/tasks/{id} every 1–2 seconds.
Features of reAPI
- Single API for multiple models: Access image, video, chat, music, and code generation models through one endpoint.
- Automatic failover: If a vendor degrades, traffic is moved to the next best option within sub-seconds.
- Zero request logging: Request bodies and model outputs are never persisted; only billing metadata is retained.
- OpenAI-compatible: Works with existing OpenAI, Anthropic, and Google SDKs without code changes.
- 99.96% uptime: Continuous health checks ensure high availability.
- One API key: Covers all supported models; no need for individual provider keys.
Use Cases of reAPI
- Image generation: Use models like GPT Image 2, Seedream 5.0, Midjourney, Flux, and Imagen.
- Video generation: Generate videos with Seedance 2.0, Veo 3.1, Kling, HappyHorse, and Vidu Q3.
- Chat and code: Integrate chat and code generation models via the unified API.
- Music and audio: Generate music with Mureka V9, separate stems, or clean audio.
- AI detection and humanization: Detect AI-written text or humanize content.
- Video enhancement: Upscale or enhance video quality with Topaz or Enhance Video.
Pricing
reAPI offers pay-as-you-go pricing per model. Prices vary by model, resolution, and quality tier. For example:
- GPT Image 2: $0.03–$0.08 per image depending on resolution.
- Seedance 2.0 video: $0.048–$0.39 per video depending on resolution and mode.
- Midjourney V7: $0.044–$0.175 per generation depending on speed tier.
- Audio stem separation: $0.20 per task.
- AI text detection: $0.000089 per request.
A full pricing snapshot is available on the website.
FAQ
What does reAPI actually do for each call?
reAPI reads the model name, checks vendor health, latency, and load, then routes the call to the best candidate. Health checks run continuously.
Do you keep my requests or responses?
No. Request bodies and model outputs are never persisted. Only billing metadata (model name, token counts, latency, status code, key identifier) is retained.
Does my code change to use reAPI?
No. Set the base URL to https://reapi.ai/api/v1 and supply a key. OpenAI, Anthropic, and Google SDKs work unmodified.
What does 99.96% uptime mean in practice?
Popular models are fronted by multiple vendors. When one degrades, traffic moves to the next within sub-seconds.
Do I need API keys from each provider?
No. One reAPI key covers every supported model.