Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.34 KB

File metadata and controls

38 lines (20 loc) · 1.34 KB

Glossary

AI ROUTER

AI ROUTER is an OpenAI-compatible ChatGPT API relay for developers. It provides API key management, usage visibility, and daily or weekly quota plans.

ChatGPT API relay

A service that accepts ChatGPT-style API requests and relays them through a managed platform. The goal is to make API access, usage tracking, and quota management easier for developers.

OpenAI-compatible endpoint

An endpoint that follows familiar OpenAI-style API request patterns where supported. For AI ROUTER, the endpoint is:

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

API key

A credential used by an app, script, or workflow to call the API. AI ROUTER users can create API keys and review usage from the dashboard.

Usage tracking

The process of checking API activity, quota, balance, and subscription status. Usage tracking helps developers test small workflows before increasing traffic.

Daily plan

A short-period ChatGPT API plan intended for testing or temporary usage. Exact quota and model rules are shown in the dashboard.

Weekly plan

A seven-day ChatGPT API plan intended for repeated development workflows or short team projects. Exact quota and model rules are shown in the dashboard.

Coding agent

A developer workflow or tool that uses model calls to help with coding, repository analysis, documentation, testing, or automation.