Skip to content

Conversation

@nakamorichi
Copy link

@nakamorichi nakamorichi commented Jan 28, 2026

  • Added accounts/fireworks/models/kimi-k2p5 model configuration

Related GitHub Issue

Closes: #11033

Roo Code Task Context (Optional)

Description

Test Procedure

Confirmed behavior locally.

Pre-Submission Checklist

  • Issue Linked: This PR is linked to an approved GitHub Issue (see "Related GitHub Issue" above).
  • Scope: My changes are focused on the linked issue (one major feature/fix per PR).
  • Self-Review: I have performed a thorough self-review of my code.
  • Testing: New and/or updated tests have been added to cover my changes (if applicable).
  • Documentation Impact: I have considered if my changes require documentation updates (see "Documentation Updates" section below).
  • Contribution Guidelines: I have read and agree to the Contributor Guidelines.

Screenshots / Videos

Documentation Updates

Additional Notes

Get in Touch


Important

Add kimi-k2p5 model support to Fireworks AI provider, updating default model and configuration in fireworks.ts.

  • Behavior:
    • Adds accounts/fireworks/models/kimi-k2p5 to FireworksModelId in fireworks.ts.
    • Sets fireworksDefaultModelId to accounts/fireworks/models/kimi-k2p5 in fireworks.ts.
  • Models:
    • Adds configuration for kimi-k2p5 in fireworksModels with properties like maxTokens, contextWindow, supportsImages, and pricing details.

This description was created by Ellipsis for a32b149. You can customize this summary. It will automatically update as commits are pushed.

- Added accounts/fireworks/models/kimi-k2p5 model configuration
- Closes RooCodeInc#11033
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. Enhancement New feature or request labels Jan 28, 2026
@roomote
Copy link
Contributor

roomote bot commented Jan 28, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. No issues found.

The PR correctly adds Kimi K2.5 model support to the Fireworks AI provider with valid configuration matching the ModelInfo schema. The type constraint improvement from Record<string, ModelInfo> to Record<FireworksModelId, ModelInfo> is a nice addition for better type safety.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Add Kimi K2.5 to Fireworks

1 participant