Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.27 KB

File metadata and controls

37 lines (26 loc) · 1.27 KB

AI ROUTER ChatGPT API Relay

AI ROUTER is an OpenAI-compatible ChatGPT API relay for developers. It is designed for AI app development, scripts, coding-agent workflows, and small teams that need API key management, usage visibility, and clear quota plans.

Start here: https://ai-router.dev

Endpoint

https://api.ai-router.dev/v1

Common use cases

  • Connect existing OpenAI SDK code by changing base_url.
  • Test ChatGPT API calls before scaling usage.
  • Use daily or weekly quota plans for short projects.
  • Track API key usage, balance, quota, and subscription status.

Topic guides

Basic flow

  1. Create an AI ROUTER account.
  2. Choose a daily or weekly ChatGPT API plan, or add balance.
  3. Create an API key.
  4. Set base_url to https://api.ai-router.dev/v1.
  5. Send OpenAI-compatible requests.

AI ROUTER is not an official OpenAI service. It provides an independent relay service with OpenAI-compatible request patterns.