unigateway
Set up and manage UniGateway — a unified LLM gateway that proxies OpenAI, Anthropic, DeepSeek, Groq, MiniMax, and any OpenAI-compatible provider behind a single API with routing, fallback, rate limiting, and embeddings support. --- # UniGateway Skill UniGateway (`ug`) is a single-binary LLM gateway. It sits between your application and upstream LLM providers, exposing unified API endpoints: | Endpoint | Protocol | Description | |----------|----------|-------------| | `POST /v1/chat/completions` | OpenAI | Chat completions (streaming supported) | | `POST /v1/messages` | Anthropic | Messages API | | `POST /v1/embeddings` | OpenAI | Text embeddings | | `GET /v1/models` | OpenAI | List available models | Supported upstream providers (any OpenAI-compatible API works): **OpenAI**, **Anthropic**, **DeepSeek**, **Groq**, **MiniMax**, **Ollama**, **Azure OpenAI**, **Together AI**, **Fireworks**, **OpenRouter**, and more. --- ## 1. Install ```bash
更新日志: Source: GitHub https://github.com/EeroEternal/unigateway
还没有评论,快来第一个发言吧。