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
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,8 @@ export const chutesModels = {
88
88
supportsPromptCache: false,
89
89
inputPrice: 0.23,
90
90
outputPrice: 0.9,
91
-
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.",
92
93
},
93
94
"deepseek-ai/DeepSeek-V3.1-turbo": {
94
95
maxTokens: 32768,
@@ -97,7 +98,8 @@ export const chutesModels = {
97
98
supportsPromptCache: false,
98
99
inputPrice: 1.0,
99
100
outputPrice: 3.0,
100
-
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.",
101
103
},
102
104
"deepseek-ai/DeepSeek-V3.2-Exp": {
103
105
maxTokens: 163840,
@@ -106,7 +108,8 @@ export const chutesModels = {
106
108
supportsPromptCache: false,
107
109
inputPrice: 0.25,
108
110
outputPrice: 0.35,
109
-
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.",
110
113
},
111
114
"unsloth/Llama-3.3-70B-Instruct": {
112
115
maxTokens: 32768,// From Groq
@@ -397,8 +400,9 @@ export const chutesModels = {
397
400
contextWindow: 262144,
398
401
supportsImages: true,
399
402
supportsPromptCache: false,
400
-
inputPrice: 0.1600,
401
-
outputPrice: 0.6500,
402
-
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