llm-router
Provides a unified API gateway for accessing over 70 AI models, enabling seamless model switching and cost optimization.
Install this skill
Security score
The llm-router skill was audited on May 17, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 92 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
Curl to non-GitHub URL
| 159 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
Curl to non-GitHub URL
| 183 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
Curl to non-GitHub URL
| 205 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
Curl to non-GitHub URL
| 238 | curl -X POST "https://api.aisa.one/v1/models/gemini-2.0-flash:generateContent" \ |
External URL reference
| 8 | homepage: https://aisa.one |
External URL reference
| 73 | > **Note**: Model availability may vary. Check [marketplace.aisa.one/pricing](https://marketplace.aisa.one/pricing) for the full list of currently available models and pricing. |
External URL reference
| 86 | POST https://api.aisa.one/v1/chat/completions |
External URL reference
| 92 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
External URL reference
| 159 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
External URL reference
| 183 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
External URL reference
| 193 | {"type": "image_url", "image_url": {"url": "https://example.com/image.jpg"}} |
External URL reference
| 205 | curl -X POST "https://api.aisa.one/v1/chat/completions" \ |
External URL reference
| 234 | POST https://api.aisa.one/v1/models/{model}:generateContent |
External URL reference
| 238 | curl -X POST "https://api.aisa.one/v1/models/gemini-2.0-flash:generateContent" \ |
External URL reference
| 277 | python3 scripts/llm_router_client.py vision --model gpt-4o --image "https://example.com/image.jpg" --prompt "Describe this image" |
External URL reference
| 321 | image_url="https://example.com/image.jpg", |
External URL reference
| 442 | base_url="https://api.aisa.one/v1" |
External URL reference
| 454 | Token-based pricing varies by model. Check [marketplace.aisa.one/pricing](https://marketplace.aisa.one/pricing) for current rates. |
External URL reference
| 468 | 1. Sign up at [aisa.one](https://aisa.one) |
External URL reference
| 475 | See [API Reference](https://aisa.mintlify.app/api-reference/introduction) for complete endpoint documentation. |