Routes
Custom API path endpoints — provider resolved automatically via model alias
🔀 How it works
Add any API path (e.g.
/embeddings). When a client calls that path with a model field in the body, PAIG resolves the provider automatically via Model Alias, then proxies to provider.baseUrl + targetPath with key rotation.⚡ /v1/chat/completions should be added here too — no more hardcoded defaults. Check suggested routes below if not added yet.
💡 Suggested routes (click to add)