Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions providers/firmware/models/cerebras-gpt-oss-120b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "GPT OSS 120B"
family = "gpt-oss"
release_date = "1970-01-01"
last_updated = "1970-01-01"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0
output = 0

[limit]
context = 131_072
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/firmware/models/cerebras-zai-glm-4.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Z.AI GLM-4.7"
release_date = "1970-01-01"
last_updated = "1970-01-01"
attachment = false
reasoning = false
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GLM-4.7 is reasoning=true on cerebras!

https://inference-docs.cerebras.ai/models/zai-glm-47

temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0
output = 0

[limit]
context = 131_072
output = 40_000

[modalities]
input = ["text"]
output = ["text"]