mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
Registers Chenzk (chenzk.top) as a new API-key gateway provider — an OpenAI-compatible aggregator exposing GPT/Claude/DeepSeek/GLM model groups behind one endpoint. Adapted to OmniRoute's directory-per-provider registry (open-sse/config/providers/registry/) and metadata catalog (src/shared/constants/providers/apikey/gateways.ts), following the same passthrough-models pattern already used for kenari/x5lab/sumopod (live /v1/models catalog resolves the model list instead of a hardcoded array). Co-authored-by: Ahmad Putra Cahyo <CahyokPutraDev99@users.noreply.github.com> Inspired-by: https://github.com/decolua/9router/pull/2437