You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/types/src/providers/chutes.ts
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ export type ChutesModelId =
34
34
|"zai-org/GLM-4.5-FP8"
35
35
|"zai-org/GLM-4.5-turbo"
36
36
|"zai-org/GLM-4.6-FP8"
37
+
|"zai-org/GLM-4.6-turbo"
37
38
|"moonshotai/Kimi-K2-Instruct-75k"
38
39
|"moonshotai/Kimi-K2-Instruct-0905"
39
40
|"Qwen/Qwen3-235B-A22B-Thinking-2507"
@@ -87,7 +88,8 @@ export const chutesModels = {
87
88
supportsPromptCache: false,
88
89
inputPrice: 0.23,
89
90
outputPrice: 0.9,
90
-
description: "DeepSeek‑V3.1‑Terminus is an update to V3.1 that improves language consistency by reducing CN/EN mix‑ups and eliminating random characters, while strengthening agent capabilities with notably better Code Agent and Search Agent performance.",
91
+
description:
92
+
"DeepSeek‑V3.1‑Terminus is an update to V3.1 that improves language consistency by reducing CN/EN mix‑ups and eliminating random characters, while strengthening agent capabilities with notably better Code Agent and Search Agent performance.",
91
93
},
92
94
"deepseek-ai/DeepSeek-V3.1-turbo": {
93
95
maxTokens: 32768,
@@ -96,7 +98,8 @@ export const chutesModels = {
96
98
supportsPromptCache: false,
97
99
inputPrice: 1.0,
98
100
outputPrice: 3.0,
99
-
description: "DeepSeek-V3.1-turbo is an FP8, speculative-decoding turbo variant optimized for ultra-fast single-shot queries (~200 TPS), with outputs close to the originals and solid function calling/reasoning/structured output, priced at $1/M input and $3/M output tokens, using 2× quota per request and not intended for bulk workloads.",
101
+
description:
102
+
"DeepSeek-V3.1-turbo is an FP8, speculative-decoding turbo variant optimized for ultra-fast single-shot queries (~200 TPS), with outputs close to the originals and solid function calling/reasoning/structured output, priced at $1/M input and $3/M output tokens, using 2× quota per request and not intended for bulk workloads.",
100
103
},
101
104
"deepseek-ai/DeepSeek-V3.2-Exp": {
102
105
maxTokens: 163840,
@@ -105,7 +108,8 @@ export const chutesModels = {
105
108
supportsPromptCache: false,
106
109
inputPrice: 0.25,
107
110
outputPrice: 0.35,
108
-
description: "DeepSeek-V3.2-Exp is an experimental LLM that introduces DeepSeek Sparse Attention to improve long‑context training and inference efficiency while maintaining performance comparable to V3.1‑Terminus.",
111
+
description:
112
+
"DeepSeek-V3.2-Exp is an experimental LLM that introduces DeepSeek Sparse Attention to improve long‑context training and inference efficiency while maintaining performance comparable to V3.1‑Terminus.",
"GLM-4.6 introduces major upgrades over GLM-4.5, including a longer 200K-token context window for complex tasks, stronger coding performance in benchmarks and real-world tools (such as Claude Code, Cline, Roo Code, and Kilo Code), improved reasoning with tool use during inference, more capable and efficient agent integration, and refined writing that better matches human style, readability, and natural role-play scenarios.",
328
332
},
333
+
"zai-org/GLM-4.6-turbo": {
334
+
maxTokens: 32768,
335
+
contextWindow: 202752,
336
+
supportsImages: false,
337
+
supportsPromptCache: false,
338
+
inputPrice: 0,
339
+
outputPrice: 0,
340
+
description: "GLM-4.6-turbo model with 200K+ token context window, optimized for fast inference.",
341
+
},
329
342
"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
330
343
maxTokens: 32768,
331
344
contextWindow: 262144,
@@ -387,8 +400,9 @@ export const chutesModels = {
387
400
contextWindow: 262144,
388
401
supportsImages: true,
389
402
supportsPromptCache: false,
390
-
inputPrice: 0.1600,
391
-
outputPrice: 0.6500,
392
-
description: "Qwen3‑VL‑235B‑A22B‑Thinking is an open‑weight MoE vision‑language model (235B total, ~22B activated) optimized for deliberate multi‑step reasoning with strong text‑image‑video understanding and long‑context capabilities.",
403
+
inputPrice: 0.16,
404
+
outputPrice: 0.65,
405
+
description:
406
+
"Qwen3‑VL‑235B‑A22B‑Thinking is an open‑weight MoE vision‑language model (235B total, ~22B activated) optimized for deliberate multi‑step reasoning with strong text‑image‑video understanding and long‑context capabilities.",
0 commit comments