LLM Router Pro
LLM Router Pro is an intelligent API gateway designed to optimize Large Language Model (LLM) usage across multiple providers. It simplifies integration by offering a unified API interface that dynamically routes requests to the most suitable model—such as OpenAI, Anthropic, Google, or open-source alternatives—based on real-time cost, latency, and task complexity.
LLM Router Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
POST /v1/chat/completions /v1/chat/completions |
Sends a prompt to the router for intelligent completion. The system automatically selects the best underlying LLM model based on cost and complexity, or you can manually specify… |
| GET |
GET /v1/models /v1/models |
List available LLM models, providers, and real-time metrics (latency, cost, status). |
| POST |
POST /v1/embeddings /v1/embeddings |
Generate text vector embeddings using the optimal embedding model. Useful for search, RAG, and semantic analysis. |
| GET |
GET /v1/usage /v1/usage |
Retrieve API usage statistics, token consumption, and cost breakdown across all configured providers for the current billing period. |
| GET |
GET /v1/status /v1/status |
Check the real-time health status, current latency, and availability of all upstream LLM providers connected to the router. |
LLM Router Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $49 / month | — |
|
| MEGA | $99 / month | — |
|