Skip to content

Commit ef613ef

Browse files
authored
fix(models): update cerebras and groq models (#3038)
1 parent 20b76e6 commit ef613ef

File tree

1 file changed

+84
-44
lines changed

1 file changed

+84
-44
lines changed

apps/sim/providers/models.ts

Lines changed: 84 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,52 +1130,72 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
11301130
id: 'cerebras',
11311131
name: 'Cerebras',
11321132
description: 'Cerebras Cloud LLMs',
1133-
defaultModel: 'cerebras/llama-3.3-70b',
1133+
defaultModel: 'cerebras/gpt-oss-120b',
11341134
modelPatterns: [/^cerebras/],
11351135
icon: CerebrasIcon,
11361136
capabilities: {
11371137
toolUsageControl: true,
11381138
},
11391139
models: [
11401140
{
1141-
id: 'cerebras/llama-3.1-8b',
1141+
id: 'cerebras/gpt-oss-120b',
1142+
pricing: {
1143+
input: 0.35,
1144+
output: 0.75,
1145+
updatedAt: '2026-01-27',
1146+
},
1147+
capabilities: {},
1148+
contextWindow: 131000,
1149+
},
1150+
{
1151+
id: 'cerebras/llama3.1-8b',
11421152
pricing: {
11431153
input: 0.1,
11441154
output: 0.1,
1145-
updatedAt: '2025-10-11',
1155+
updatedAt: '2026-01-27',
11461156
},
11471157
capabilities: {},
11481158
contextWindow: 32000,
11491159
},
11501160
{
1151-
id: 'cerebras/llama-3.1-70b',
1161+
id: 'cerebras/llama-3.3-70b',
11521162
pricing: {
1153-
input: 0.6,
1154-
output: 0.6,
1155-
updatedAt: '2025-10-11',
1163+
input: 0.85,
1164+
output: 1.2,
1165+
updatedAt: '2026-01-27',
11561166
},
11571167
capabilities: {},
11581168
contextWindow: 128000,
11591169
},
11601170
{
1161-
id: 'cerebras/llama-3.3-70b',
1171+
id: 'cerebras/qwen-3-32b',
1172+
pricing: {
1173+
input: 0.4,
1174+
output: 0.8,
1175+
updatedAt: '2026-01-27',
1176+
},
1177+
capabilities: {},
1178+
contextWindow: 131000,
1179+
},
1180+
{
1181+
id: 'cerebras/qwen-3-235b-a22b-instruct-2507',
11621182
pricing: {
11631183
input: 0.6,
1164-
output: 0.6,
1165-
updatedAt: '2025-10-11',
1184+
output: 1.2,
1185+
updatedAt: '2026-01-27',
11661186
},
11671187
capabilities: {},
1168-
contextWindow: 128000,
1188+
contextWindow: 131000,
11691189
},
11701190
{
1171-
id: 'cerebras/llama-4-scout-17b-16e-instruct',
1191+
id: 'cerebras/zai-glm-4.7',
11721192
pricing: {
1173-
input: 0.11,
1174-
output: 0.34,
1175-
updatedAt: '2025-10-11',
1193+
input: 2.25,
1194+
output: 2.75,
1195+
updatedAt: '2026-01-27',
11761196
},
11771197
capabilities: {},
1178-
contextWindow: 10000000,
1198+
contextWindow: 131000,
11791199
},
11801200
],
11811201
},
@@ -1194,18 +1214,38 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
11941214
id: 'groq/openai/gpt-oss-120b',
11951215
pricing: {
11961216
input: 0.15,
1197-
output: 0.75,
1198-
updatedAt: '2025-10-11',
1217+
output: 0.6,
1218+
updatedAt: '2026-01-27',
11991219
},
12001220
capabilities: {},
12011221
contextWindow: 131072,
12021222
},
12031223
{
12041224
id: 'groq/openai/gpt-oss-20b',
12051225
pricing: {
1206-
input: 0.01,
1207-
output: 0.25,
1208-
updatedAt: '2025-10-11',
1226+
input: 0.075,
1227+
output: 0.3,
1228+
updatedAt: '2026-01-27',
1229+
},
1230+
capabilities: {},
1231+
contextWindow: 131072,
1232+
},
1233+
{
1234+
id: 'groq/openai/gpt-oss-safeguard-20b',
1235+
pricing: {
1236+
input: 0.075,
1237+
output: 0.3,
1238+
updatedAt: '2026-01-27',
1239+
},
1240+
capabilities: {},
1241+
contextWindow: 131072,
1242+
},
1243+
{
1244+
id: 'groq/qwen/qwen3-32b',
1245+
pricing: {
1246+
input: 0.29,
1247+
output: 0.59,
1248+
updatedAt: '2026-01-27',
12091249
},
12101250
capabilities: {},
12111251
contextWindow: 131072,
@@ -1215,7 +1255,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
12151255
pricing: {
12161256
input: 0.05,
12171257
output: 0.08,
1218-
updatedAt: '2025-10-11',
1258+
updatedAt: '2026-01-27',
12191259
},
12201260
capabilities: {},
12211261
contextWindow: 131072,
@@ -1225,37 +1265,27 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
12251265
pricing: {
12261266
input: 0.59,
12271267
output: 0.79,
1228-
updatedAt: '2025-10-11',
1268+
updatedAt: '2026-01-27',
12291269
},
12301270
capabilities: {},
12311271
contextWindow: 131072,
12321272
},
12331273
{
1234-
id: 'groq/llama-4-scout-17b-instruct',
1274+
id: 'groq/meta-llama/llama-4-scout-17b-16e-instruct',
12351275
pricing: {
12361276
input: 0.11,
12371277
output: 0.34,
1238-
updatedAt: '2025-10-11',
1239-
},
1240-
capabilities: {},
1241-
contextWindow: 131072,
1242-
},
1243-
{
1244-
id: 'groq/llama-4-maverick-17b-instruct',
1245-
pricing: {
1246-
input: 0.5,
1247-
output: 0.77,
1248-
updatedAt: '2025-10-11',
1278+
updatedAt: '2026-01-27',
12491279
},
12501280
capabilities: {},
12511281
contextWindow: 131072,
12521282
},
12531283
{
12541284
id: 'groq/meta-llama/llama-4-maverick-17b-128e-instruct',
12551285
pricing: {
1256-
input: 0.5,
1257-
output: 0.77,
1258-
updatedAt: '2025-10-11',
1286+
input: 0.2,
1287+
output: 0.6,
1288+
updatedAt: '2026-01-27',
12591289
},
12601290
capabilities: {},
12611291
contextWindow: 131072,
@@ -1265,7 +1295,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
12651295
pricing: {
12661296
input: 0.04,
12671297
output: 0.04,
1268-
updatedAt: '2025-10-11',
1298+
updatedAt: '2026-01-27',
12691299
},
12701300
capabilities: {},
12711301
contextWindow: 8192,
@@ -1275,27 +1305,37 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
12751305
pricing: {
12761306
input: 0.59,
12771307
output: 0.79,
1278-
updatedAt: '2025-10-11',
1308+
updatedAt: '2026-01-27',
12791309
},
12801310
capabilities: {},
12811311
contextWindow: 128000,
12821312
},
12831313
{
1284-
id: 'groq/moonshotai/kimi-k2-instruct',
1314+
id: 'groq/deepseek-r1-distill-qwen-32b',
1315+
pricing: {
1316+
input: 0.69,
1317+
output: 0.69,
1318+
updatedAt: '2026-01-27',
1319+
},
1320+
capabilities: {},
1321+
contextWindow: 128000,
1322+
},
1323+
{
1324+
id: 'groq/moonshotai/kimi-k2-instruct-0905',
12851325
pricing: {
12861326
input: 1.0,
12871327
output: 3.0,
1288-
updatedAt: '2025-10-11',
1328+
updatedAt: '2026-01-27',
12891329
},
12901330
capabilities: {},
1291-
contextWindow: 131072,
1331+
contextWindow: 262144,
12921332
},
12931333
{
12941334
id: 'groq/meta-llama/llama-guard-4-12b',
12951335
pricing: {
12961336
input: 0.2,
12971337
output: 0.2,
1298-
updatedAt: '2025-10-11',
1338+
updatedAt: '2026-01-27',
12991339
},
13001340
capabilities: {},
13011341
contextWindow: 131072,

0 commit comments

Comments
 (0)