Add 6 new Fireworks models#388
Open
jlegewie wants to merge 1 commit into
Open
Conversation
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 pricing for 6 new Fireworks-hosted models. All prices are per 1M tokens (input / cache read / output):
deepseek-v4-flash: $0.14 / $0.03 / $0.28deepseek-v4-pro: $1.74 / $0.14 / $3.48glm-5p1(GLM-5.1): $1.40 / $0.26 / $4.40kimi-k2p6(Kimi K2.6): $0.95 / $0.16 / $4.00minimax-m2p7(MiniMax M2.7): $0.30 / $0.06 / $1.20qwen3p6-plus(Qwen3.6 Plus): $0.50 / $0.10 / $3.00Source: https://fireworks.ai/models?modelTypes=Serverless
Verification
make buildmake lintmake test. 451 passed, 2 pre-existing failures intests/test_cli.pyunrelated to this change. Both seem to be CLI table-rendering tests that also fail on main.Summary by cubic
Adds pricing for six new Fireworks serverless models across
packages/js,packages/python, andprices/providers/fireworks.yml, and updates the README model count. Enables accurate cost estimates for these models.deepseek-v4-flash: $0.14 / $0.03 / $0.28 per 1M tokens (input / cache read / output)deepseek-v4-pro: $1.74 / $0.14 / $3.48glm-5p1(GLM-5.1): $1.40 / $0.26 / $4.40kimi-k2p6(Kimi K2.6): $0.95 / $0.16 / $4.00minimax-m2p7(MiniMax M2.7): $0.30 / $0.06 / $1.20qwen3p6-plus(Qwen3.6 Plus): $0.50 / $0.10 / $3.00Written for commit 21076df. Summary will update on new commits.
Review in cubic