feat: add Qwen3 Next 80B A3B models to chutes provider#7948
Merged
Conversation
- Added Qwen3-Next-80B-A3B-Instruct: Fast, stable instruction-tuned model optimized for complex tasks, RAG, and tool use - Added Qwen3-Next-80B-A3B-Thinking: Reasoning-first model with structured thinking traces for multi-step problems - Both models have 131K context window and 32K max tokens - Set pricing to 0 following existing pattern for most chutes models
| description: | ||
| "Fast, stable instruction-tuned model optimized for complex tasks, RAG, and tool use without thinking traces.", | ||
| }, | ||
| "Qwen/Qwen3-Next-80B-A3B-Thinking": { |
Contributor
There was a problem hiding this comment.
Given that this is a "Thinking" model with structured thinking traces (as mentioned in the description), should we consider adding reasoning support properties like supportsReasoningBudget: true or supportsReasoningEffort: true?
I noticed other thinking models in the codebase like "Qwen3-235B-A22B-Thinking-2507" (line 304) have similar descriptions. Would this model benefit from the same reasoning capabilities?
mrubens
approved these changes
Sep 14, 2025
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
This PR adds two new Qwen3 Next models to the chutes provider:
Models Added
Qwen3-Next-80B-A3B-Instruct
Qwen3-Next-80B-A3B-Thinking
Pricing
Both models are set to /bin/sh input/output pricing, following the existing pattern where most chutes models (28 out of 31) have zero pricing.
Testing
Changes
ChutesModelIdtypechutesModelsobject with appropriate descriptionsImportant
Add Qwen3 Next 80B A3B models to chutes provider with specific configurations and zero pricing.
Qwen/Qwen3-Next-80B-A3B-InstructandQwen/Qwen3-Next-80B-A3B-Thinkingadded toChutesModelIdinchutes.ts.chutesModelswith context window of 131,072 tokens and max tokens of 32,768.This description was created by
for 825a0be. You can customize this summary. It will automatically update as commits are pushed.