Skip to content

chutes: add Qwen 3.6 and Gemma 4 models#1638

Open
sirouk wants to merge 2 commits intoanomalyco:devfrom
sirouk:sync/chutes-qwen36-gemma4-20260428
Open

chutes: add Qwen 3.6 and Gemma 4 models#1638
sirouk wants to merge 2 commits intoanomalyco:devfrom
sirouk:sync/chutes-qwen36-gemma4-20260428

Conversation

@sirouk
Copy link
Copy Markdown

@sirouk sirouk commented Apr 29, 2026

Adds two live Chutes API models that are currently missing from the models.dev Chutes provider source:

  • Qwen/Qwen3.6-27B-TEE
  • google/gemma-4-31B-turbo-TEE

Leaves existing unsloth/gemma-3-* entries untouched because they are on the internal hold/removal list.

Validation:

  • Parsed new TOMLs with the local Chutes sync parser
  • Ran git diff --check
  • bun validate skipped locally because Bun is not installed

Adds two live Chutes API models that are currently missing from the models.dev Chutes provider source:

- Qwen/Qwen3.6-27B-TEE
- google/gemma-4-31B-turbo-TEE

Leaves existing unsloth/gemma-3-* entries untouched because they are on the internal hold/removal list.

Validation:
- Parsed new TOMLs with the local Chutes sync parser
- Ran git diff --check
- bun validate skipped locally because Bun is not installed
@@ -0,0 +1,26 @@
name = "Qwen3.6 27B TEE"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use extends syntax?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

@@ -0,0 +1,26 @@
name = "Gemma 4 31B Turbo TEE"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use extends syntax?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely!

Copy link
Copy Markdown

@i-beck i-beck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The files in the pr have been modified to change to the extends syntax

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants