Add Fireworks Kimi K2.5 Turbo router#1256
Merged
rekram1-node merged 1 commit intoanomalyco:devfrom Mar 23, 2026
Merged
Conversation
- Model ID: accounts/fireworks/routers/kimi-k2p5-turbo - Pricing set to 0 (handled at subscription layer) - Supports text and image input, text output - Includes reasoning capabilities
Comment on lines
+12
to
+14
| [cost] | ||
| cache_read = 0 | ||
| input = 0 |
Collaborator
There was a problem hiding this comment.
Oh i see pr description hm
Contributor
Author
There was a problem hiding this comment.
@rekram1-node Pricing set to 0 (per-token costs absorbed by Fireworks' developer Pass subscription - follows precedent from other flat-rate providers like alibaba-coding-plan-cn)
Let me know if there's a better practice for indicating unique model id's for flat rate providers.
jonathancaevans
added a commit
to jonathancaevans/models.dev
that referenced
this pull request
Apr 6, 2026
Add (firepass) suffix to clarify this is the Firepass router endpoint. Follow-up to anomalyco#1256
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.
Summary
Adds the Kimi K2.5 Turbo router model for Fireworks AI provider. This codifies the Developer Pass offering for opencode users.
Background
Fireworks AI offers a Developer Pass that provides access to models through a subscription/usage plan model rather than per-token pricing. This model entry enables opencode users to access Kimi K2.5 Turbo via the Fireworks router.
Changes
accounts/fireworks/routers/kimi-k2p5-turboModel Details
Pricing Note
This model uses Fireworks' Developer Pass pricing model rather than per-token billing. The
cost.input = 0andcost.output = 0reflect that usage is covered by the subscription tier, similar to how other providers (aihubmix, alibaba-coding-plan-cn) handle their flat-rate plans in models.dev.