Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

AI ROUTER

AI ROUTER is an OpenAI-compatible ChatGPT API relay for developers who want a practical API key, usage visibility, and low-friction onboarding.

New users currently get 20U total credit:

  • 5U available on signup
  • 15U unlocked after top-up

Use the OpenAI-style endpoint, connect existing apps with minimal code changes, and monitor API key usage from the dashboard.

Start here

Language Landing page
English https://ai-router.dev
中文 https://ai-router.dev/cn
Русский https://ai-router.dev/ru
فارسی https://ai-router.dev/fa

Developer examples:

High-intent developer guides:

What AI ROUTER is for

  • ChatGPT API relay for development, testing, scripts, and AI apps.
  • OpenAI-compatible API calls for lower migration cost.
  • API key management with usage, quota, balance, and subscription visibility.
  • New-user onboarding with 20U total credit (5U on signup, 15U unlocked after top-up).
  • Daily and weekly ChatGPT API plans for short tests and ongoing workflows.

AI ROUTER is not an official OpenAI service. It provides an independent relay service with OpenAI-compatible request patterns. Availability, model names, plans, and pricing are shown in the product dashboard.

Quick example

curl https://api.ai-router.dev/v1/chat/completions \
  -H "Authorization: Bearer $AI_ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4.1-mini",
    "messages": [
      { "role": "user", "content": "Say hello from AI ROUTER." }
    ]
  }'

Supported language landing pages

Language URL
English https://ai-router.dev
Chinese https://ai-router.dev/cn
Japanese https://ai-router.dev/ja
Arabic https://ai-router.dev/ar
Norwegian Bokmal https://ai-router.dev/nb
French https://ai-router.dev/fr
Spanish https://ai-router.dev/es
Dutch https://ai-router.dev/nl
Hebrew https://ai-router.dev/he
German https://ai-router.dev/de
Swedish https://ai-router.dev/sv
Korean https://ai-router.dev/ko
Hungarian https://ai-router.dev/hu
Danish https://ai-router.dev/da
Polish https://ai-router.dev/pl
Czech https://ai-router.dev/cs
Italian https://ai-router.dev/it
Bulgarian https://ai-router.dev/bg
Finnish https://ai-router.dev/fi
Greek https://ai-router.dev/el
Slovenian https://ai-router.dev/sl
Estonian https://ai-router.dev/et
Maltese https://ai-router.dev/mt
Portuguese https://ai-router.dev/pt
Slovak https://ai-router.dev/sk
Croatian https://ai-router.dev/hr
Vietnamese https://ai-router.dev/vi
Latvian https://ai-router.dev/lv
Lithuanian https://ai-router.dev/lt
Serbian https://ai-router.dev/sr
Malay https://ai-router.dev/ms
Romanian https://ai-router.dev/ro
Turkish https://ai-router.dev/tr
Hindi https://ai-router.dev/hi
Indonesian https://ai-router.dev/id
Thai https://ai-router.dev/th
Ukrainian https://ai-router.dev/uk
Russian https://ai-router.dev/ru
Persian https://ai-router.dev/fa
Urdu https://ai-router.dev/ur
Bengali https://ai-router.dev/bn
Tamil https://ai-router.dev/ta
Telugu https://ai-router.dev/te
Marathi https://ai-router.dev/mr
Swahili https://ai-router.dev/sw
Amharic https://ai-router.dev/am
Filipino https://ai-router.dev/fil
Azerbaijani https://ai-router.dev/az

About

AI ROUTER GitHub profile for OpenAI-compatible ChatGPT API relay links

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors