-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
EnhancementNew feature or requestNew feature or requestIssue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.feature requestFeature request, not a bugFeature request, not a bugproposal
Description
What specific problem does this solve?
We should add Fireworks AI as a new provider to Roo Code to support model inference through their API. Fireworks offers hosted versions of popular open-source models like Kimi and Qwen.
Additional context (optional)
No response
Roo Code Task Links (Optional)
No response
Request checklist
- I've searched existing Issues and Discussions for duplicates
- This describes a specific problem with clear impact and context
Interested in implementing this?
- Yes, I'd like to help implement this feature
Implementation requirements
- I understand this needs approval before implementation begins
How should this be solved? (REQUIRED if contributing, optional otherwise)
It's quite simple. I will just follow other providers in the codebase to add:
- provider handler
- models info
- tests
- UI components
How will we know it works? (Acceptance Criteria - REQUIRED if contributing, optional otherwise)
Given I'm on the welcome page
When I choose Fireworks AI as the provider and type in the api key
Then I will be able to use models from fireworks
And I see everything works like other providers
Technical considerations (REQUIRED if contributing, optional otherwise)
nothing much because it's quite simple. I can just follow other providers as example in the codebase
Trade-offs and risks (REQUIRED if contributing, optional otherwise)
no need to trade off anything
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestIssue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.feature requestFeature request, not a bugFeature request, not a bugproposal
Type
Projects
Status
Done