Skip to content

Commit 98e0a2d

Browse files
authored
feat: add OpenAI GPT OSS model to Cerebras providers (#6734)
1 parent f4b7c89 commit 98e0a2d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/types/src/providers/cerebras.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,14 @@ export const cerebrasModels = {
6363
description: "SOTA performance with ~1500 tokens/s",
6464
supportsReasoningEffort: true,
6565
},
66+
"gpt-oss-120b": {
67+
maxTokens: 8000,
68+
contextWindow: 64000,
69+
supportsImages: false,
70+
supportsPromptCache: false,
71+
inputPrice: 0,
72+
outputPrice: 0,
73+
description:
74+
"OpenAI GPT OSS model with ~2800 tokens/s\n\n• 64K context window\n• Excels at efficient reasoning across science, math, and coding",
75+
},
6676
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)