Skip to content

v1.0.7

Choose a tag to compare

@keith-axe keith-axe released this 16 Jun 17:10

Added

  • MiniMax, Moonshot, and Zhipu provider integrations: These three providers can now be enabled in the console and used via the gateway — BYOK, credential injection, and path-prefix routing all work. Previously they appeared in the provider catalog but were missing from the routing registry, so every request failed silently.

  • Custom provider connectors: Self-hosted gateways can now be configured to route to your own OpenAI-compatible endpoint — useful for privately-deployed models, regional AI infrastructure, or any API endpoint that speaks the OpenAI chat format. Add a custom connector in the console with a base URL and your choice of authentication (bearer token or client passthrough), and the gateway routes to it like any built-in provider.

Fixed

  • Zhipu AI international endpoint: Zhipu AI requests now route to for reliable connectivity. The previous configuration targeted the China-mainland endpoint, which is unreachable from most regions.

  • Zhipu AI documentation link: The Zhipu AI provider card in the console now links to the correct documentation page.