feat: add Pareto Inference metered GLM 5.3 Flash API - #7515
Open
dylanduyvu wants to merge 1 commit into
Open
dylanduyvu wants to merge 1 commit into
dylanduyvu wants to merge 1 commit into
Conversation
Author
|
Hi @rekram1-node, I’m Dylan from Pareto Inference. This replaces our old Pass submission with the current metered GLM 5.3 Flash API. It adds three files, includes pricing and setup sources, and passes |
Contributor
|
No actionable findings. |
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.
Add Pareto Inference's prepaid, metered GLM 5.3 Flash API. This replaces #6138, which described the old Pareto Pass subscription. I work on Pareto Inference.
The entry adds one provider, its logo, and
z-ai/glm-5.3-flash. Prices are USD per million tokens: $0.03 input, $0.10 output, and $0.006 cached input. It useshttps://api.paretoinference.com/v1withPARETO_API_KEYand the OpenAI-compatible adapter.Sources and model settings
The model inherits
zhipuai/glm-5.3-flash, including its 1M context and 131,072-token output limit. The output ceiling is also documented in our API reference. Input modalities are narrowed to text, image, and video; PDF is not advertised. Pareto acceptsreasoning_effortwith low/high/max and returns reasoning inreasoning_content. It does not expose the lab's separatethinkingtoggle. These settings were checked against our current API contract and serving code; maximum-length and multimodal requests were not live-tested for this submission.Validation
bun validatepassed on the currentdevbase and with this addition.git diff --checkpassed.The public model endpoint is a thin ID list, so this uses a hand-authored entry rather than a sync module. No results from the old subscription PR are presented as new tests here.