Управление моделями через OmniRoute
★ 7.9 · ai-tooling
omni-models is a Claude Code skill that queries available AI models across all configured providers through a local OmniRoute server. It covers three key endpoints: `GET /api/v1/models` to list available models, `GET /api/models/catalog` to browse the full catalog including provider-specific variants, and `POST /api/models/alias` to create or update model aliases. Authentication uses a Bearer token or session cookie obtained via `POST /api/auth/login`, with an option to disable auth locally via `REQUIRE_API_KEY=false`. The skill suits developers managing multiple AI providers who need a unified view of available models and a way to handle model aliasing without switching between separate APIs.
- #model-catalog
- #provider-integration
- #model-aliases
- #openai
- #anthropic