mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
feat: add OpenAI GPT OSS model to Cerebras providers (#6734)
This commit is contained in:
parent
f4b7c895e3
commit
98e0a2d5c6
1 changed files with 10 additions and 0 deletions
|
|
@ -63,4 +63,14 @@ export const cerebrasModels = {
|
|||
description: "SOTA performance with ~1500 tokens/s",
|
||||
supportsReasoningEffort: true,
|
||||
},
|
||||
"gpt-oss-120b": {
|
||||
maxTokens: 8000,
|
||||
contextWindow: 64000,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
description:
|
||||
"OpenAI GPT OSS model with ~2800 tokens/s\n\n• 64K context window\n• Excels at efficient reasoning across science, math, and coding",
|
||||
},
|
||||
} as const satisfies Record<string, ModelInfo>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue