Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
26 changes: 26 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,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!

family = "qwen"
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

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

[limit]
context = 262_144
output = 65_536

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

[interleaved]
field = "reasoning_content"
26 changes: 26 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,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!

family = "gemma"
release_date = "2026-04-28"
last_updated = "2026-04-28"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

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

[limit]
context = 131_072
output = 65_536

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

[interleaved]
field = "reasoning_content"
Loading