diff --git a/providers/chutes/models/Qwen/Qwen3.6-27B-TEE.toml b/providers/chutes/models/Qwen/Qwen3.6-27B-TEE.toml new file mode 100644 index 000000000..2e5d95ac9 --- /dev/null +++ b/providers/chutes/models/Qwen/Qwen3.6-27B-TEE.toml @@ -0,0 +1,18 @@ +[extends] +from = "alibaba/qwen3.6-27b" + +name = "Qwen3.6 27B TEE" +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" \ No newline at end of file diff --git a/providers/chutes/models/google/gemma-4-31B-turbo-TEE.toml b/providers/chutes/models/google/gemma-4-31B-turbo-TEE.toml new file mode 100644 index 000000000..9568f158e --- /dev/null +++ b/providers/chutes/models/google/gemma-4-31B-turbo-TEE.toml @@ -0,0 +1,19 @@ +[extends] +from = "google/gemma-4-31b-it" + +name = "Gemma 4 31B Turbo TEE" +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" \ No newline at end of file