Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 6e08ae4

Browse files
Add temperature=0.9 and top_p=0.95 to zai-glm-4.7 model (#10945)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 5100d15 commit 6e08ae4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/types/src/providers/cerebras.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export const cerebrasModels = {
1111
contextWindow: 131072,
1212
supportsImages: false,
1313
supportsPromptCache: true,
14+
supportsTemperature: true,
15+
defaultTemperature: 1.0,
1416
inputPrice: 0,
1517
outputPrice: 0,
1618
description:

0 commit comments

Comments
 (0)