add: Fireworks GLM 5.2 and MiniMax M3 models#814
Merged
bhishmendramahala-crypto merged 1 commit intoJun 18, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new Fireworks model entries to the model catalog and pricing tables so they can be surfaced/used with correct max token limits and billing rates.
Changes:
- Added pricing entries for
glm-5p2andminimax-m3inpricing/fireworks-ai.json(including cache-read pricing). - Added model capability/config entries for
accounts/fireworks/models/glm-5p2andaccounts/fireworks/models/minimax-m3ingeneral/fireworks-ai.json.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| pricing/fireworks-ai.json | Adds pay-as-you-go rates for glm-5p2 and minimax-m3 (request/response + cache read). |
| general/fireworks-ai.json | Registers the two new Fireworks model IDs with max token limits and supported modalities. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add catalog and pricing entries for accounts/fireworks/models/glm-5p2 and accounts/fireworks/models/minimax-m3 using official Fireworks serverless standard pricing (input/cached/output per 1M): - GLM 5.2: $1.40 / $0.26 / $4.40 - MiniMax M3: $0.30 / $0.06 / $1.20 Source: https://docs.fireworks.ai/serverless/pricing
a77db17 to
dd78677
Compare
sivadurga-d
approved these changes
Jun 17, 2026
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 Fireworks GLM 5.2 (
glm-5p2) and MiniMax M3 (minimax-m3) catalog + pricing entries.Source: https://docs.fireworks.ai/serverless/pricing
Standard per-1M rates (input/output): GLM 5.2 $1.40/$4.40, MiniMax M3 $0.30/$1.20. Prices in cents per token, matching this file's convention.