Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions providers/chutes/models/Qwen/Qwen3.6-27B-TEE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[extends]
from = "alibaba/qwen3.6-27b"

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!

release_date = "2026-04-28"
last_updated = "2026-04-28"

[cost]
input = 0.5
output = 2
cache_read = 0.25

[modalities]
input = ["text", "image"]
output = ["text"]

[interleaved]
field = "reasoning_content"
19 changes: 19 additions & 0 deletions providers/chutes/models/google/gemma-4-31B-turbo-TEE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[extends]
from = "google/gemma-4-31b-it"

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!

release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = true

[cost]
input = 0.13
output = 0.38
cache_read = 0.065

[limit]
context = 131_072
output = 65_536

[interleaved]
field = "reasoning_content"
Loading