feat: add Zro provider (OpenAI-compatible gateway) - #1
Open
emirsoyturk wants to merge 8 commits into
Open
Conversation
Adds the Zro provider (zro.moonmath.ai), an OpenAI-compatible gateway fronting LiteLLM->SGLang, serving three open-weight models: - GLM-5.2 none|high|max effort, interleaved, 524K ctx / 64K out - DeepSeek V4 Flash none|high effort, interleaved, 1M ctx / 384K out - Kimi K3 low|high|max effort, interleaved, 1M ctx / 1M out Pricing/model set and reasoning effort tiers sourced from the product bundled catalog and https://zro.moonmath.ai/pricing (2026-08-11). Interleaved reasoning via choices[...].message.reasoning_content.
jeremyfelder
approved these changes
Aug 11, 2026
- deepseek-v4-flash-0731: thinking toggle + effort low|high|max (matches first-party deepseek); add output limit - kimi-k3: add thinking toggle; drop redundant context limit (base already 1M), keep output delta - glm-5.2: effective effort high|max per zhipuai baseline
jeremyfelder
force-pushed
the
feat/add-zro-provider
branch
from
September 1, 2026 11:50
ea01a6d to
03ba8e5
Compare
Use Zro's live reasoning_effort surface instead of lab toggles, add GLM-5.3 and Flash as override-only entries, and drop restated identical limits.
Match first-party effort sets, drop host-specific none/off claims, and restore GLM-5.3 Flash vision from the lab.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Zro provider (zro.moonmath.ai), an OpenAI-compatible service with three open-weight models: