The AI Smart Router provides an OpenAI-compatible API that intelligently routes your requests to the best AI model based on real-time benchmarks. Use a single aism_ key — your SR (Smart Router) key — to access models from 6 providers: OpenAI, Anthropic, Google (Gemini), DeepSeek, Kimi (Moonshot), and GLM (Z.AI).
https://aistupidlevel.info/v1
All requests require a Bearer token in the Authorization header:
Authorization: Bearer aism_your_api_key_here
Some tools enforce an sk- prefix for API keys. The router accepts sk-aism_... — the prefix is stripped automatically.
| Method | Path | Description |
|---|---|---|
| POST | /v1/chat/completions | Chat completions (auto-routing or direct pin) |
| GET | /v1/models | List available models (requires auth) |
| POST | /v1/embeddings | Embeddings (proxied to OpenAI) |
| POST | /v1/messages | Native Anthropic Messages API passthrough |