Discover and explore top open-source AI tools and projects—updated daily.
libaxuanZ.ai GLM-4.6 API proxy with OpenAI compatibility
Top 95.9% on SourcePulse
Summary
This project provides an OpenAI-compatible API proxy for Z.ai's GLM-4.6 model. It targets developers seeking to integrate Z.ai's capabilities into existing applications built around the OpenAI API standard, offering a seamless way to leverage advanced models without modifying client code.
How It Works
The proxy acts as an intermediary, accepting requests formatted for OpenAI's API and forwarding them to the Z.ai GLM-4.6 backend. It translates responses back into the OpenAI format, supporting both standard and streaming outputs. Key features include API key authentication, optional anonymous access via auto-generated tokens, and enhanced observability through a real-time dashboard.
Quick Start & Requirements
go run main.go or use the provided ./start.sh script. Docker images are also available.ZAI_TOKEN) can be configured via environment variables for authenticated access.http://localhost:9090/docs, and a real-time monitoring dashboard is accessible at http://localhost:9090/dashboard.Highlighted Details
ENABLE_THINKING, DASHBOARD_ENABLED).ZAI_TOKEN is not provided.Maintenance & Community
The project is a fork of OpenAI-Compatible-API-Proxy-for-Z with secondary development. Specific community links, contribution guidelines beyond standard PR/Issue submission, or roadmap details are not detailed in the README. The latest update mentioned addresses a 426 error.
Licensing & Compatibility
The project is released under the permissive MIT License, allowing for broad compatibility with commercial and closed-source applications.
Limitations & Caveats
Requires Go 1.23+. Functionality is dependent on the Z.ai GLM-4.6 model's availability and API stability. The "anonymous mode" relies on auto-generated tokens, which may have implicit rate limits or behavioral changes dictated by Z.ai. The project description mentions a "low-key local 127.0.0.1 version," suggesting a primary focus on local development, despite supporting Docker and Render deployments. The future date mentioned for the latest update (2025-09-30) is unusual.
1 month ago
Inactive
openai