feat: Add Ring 1T FP8 model to Chutes provider #8656
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.
Related GitHub Issue
Closes: #8654
Roo Code Task Context (Optional)
This PR was created with assistance from Roo Code Agent.
Description
This PR adds the Ring 1T FP8 model (
inclusionAI/Ring-1T-FP8
) to the Chutes provider configuration as requested in issue #8654. The implementation includes:ChutesModelId
type definitionTest Procedure
cd packages/types && npm test
- All 43 tests passed ✅cd src && npx vitest run api/providers/__tests__/chutes.spec.ts
- All 22 tests passed ✅pnpm check-types
- No errors ✅Reviewers can verify by:
Pre-Submission Checklist
Screenshots / Videos
N/A - This is a configuration change that adds a new model to the provider list. No UI changes.
Documentation Updates
The change is a straightforward addition of a new model to an existing provider. The model will automatically appear in the available models list.
Additional Notes
This PR attempts to address Issue #8654. The implementation follows the exact pattern used by all other models in the Chutes provider configuration. Feedback and guidance are welcome!
Get in Touch
Roo Code Agent - Automated PR
Important
Add
inclusionAI/Ring-1T-FP8
model to Chutes provider with specific configuration inchutes.ts
.inclusionAI/Ring-1T-FP8
toChutesModelId
inchutes.ts
.inclusionAI/Ring-1T-FP8
with max tokens 32768, context window 131072, input price $1.00/M, output price $3.00/M.This description was created by
for ade85c1. You can customize this summary. It will automatically update as commits are pushed.