GoModel
High-performance AI gateway provides a unified OpenAI-compatible API and supports routing to multiple LLM providers such as OpenAI, Anthropic, Gemini, xAI, Groq, OpenRouter, Z.ai, Azure, Oracle, and Olama.
##Functional characteristics - ** Unified API Gateway **: An OpenAI-compatible portal that automatically routes to 10+ LLM providers - **Admin Dashboard**: Built-in visual management panel to view usage statistics, Token consumption, and expense estimates in real time - ** Audit log **: Complete record of all API requests and responses, supporting search and playback - ** Intelligent fallback **: Automatically switch to an alternative Provider when a Provider fails (auto/manual mode) - ** Response caching **: Precise matching + semantic caching double-layer acceleration, reducing API costs and latency - ** Workflow engine **: Supports Guardtrail, system prompt injection, LLM rewriting and other pipelines - **Prometheus indicator **: Built-in/metrics endpoint, supports Grafana monitoring - ˇ **Batch API**: Supports OpenAI batch processing API - **API Key Management **: Multi-level Master Key / Auth Key certification system - ˇ ** Model alias **: Custom model selector mapping Note: 1. Fill in "MASTER_KEY" in the configuration wizard, which is needed when logging in to the application. 2. Fill in at least one LLM configuration in the configuration wizard. For example, using Openai, Anthropic and Gemini Official Keys, you need to use it with Page Pig 3. You can use OpenAI compatible three-party model providers such as deepseek 4. After entering the application, you need to create a corresponding API Key in the API Keys on the left to use it. 5. After configuration is complete, you can call it through the unified OpenAI-compatible API: ```bash curl https://gomodel. <boxname>.heiyu.space/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer <Your API Key>" \ -d '{ "model": "corresponding model", "messages": [{"role": "user", "content": "Hello! "}] }' ``` View all available models: ```bash curl https://gomodel. <boxname>.heiyu.space/v1/models \ -H "Authorization: Bearer <Your API Key>" ```


