Expand Fireworks AI Model Support to Include All Available Models #870
catrielmuller
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Source: https://discordapp.com/channels/1349288496988160052/1349288496988160055/1387460479798083714
Currently, KiloCode's integration with Fireworks AI only supports the Deepseek and Llama 4 models. This limitation prevents our users from leveraging the full spectrum of state-of-the-art models available through the Fireworks AI platform. To remain competitive and provide our users with the best possible tools, we need to expand our support to include all models offered by Fireworks AI.
This ticket proposes updating our integration to dynamically fetch the list of available models from the official Fireworks AI API and make them accessible within KiloCode.
Acceptance Criteria
KiloCode can programmatically retrieve a list of all available models from the Fireworks AI API.
The retrieved list of models is available for selection within the KiloCode interface where users choose a model for their tasks.
The integration is robust and handles potential API changes or errors gracefully.
The application remains stable and performant after the changes are implemented.
Docs
https://docs.fireworks.ai/api-reference/list-models
Beta Was this translation helpful? Give feedback.
All reactions