Skip to content
Open
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
10 changes: 6 additions & 4 deletions providers/cerebras/models/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
name = "GPT OSS 120B"
family = "gpt-oss"
release_date = "2025-08-05"
last_updated = "2025-08-05"
last_updated = "2026-06-10"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
open_weights = true
structured_output = true

[cost]
input = 0.25
output = 0.69
input = 0.35
output = 0.75

[limit]
context = 131_072
output = 32_768
output = 40_960

[modalities]
input = ["text"]
Expand Down
23 changes: 0 additions & 23 deletions providers/cerebras/models/llama3.1-8b.toml

This file was deleted.

11 changes: 7 additions & 4 deletions providers/cerebras/models/zai-glm-4.7.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name = "Z.AI GLM-4.7"
release_date = "2026-01-10"
last_updated = "2026-01-10"
release_date = "2026-01-07"
last_updated = "2026-06-10"
attachment = false
reasoning = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none"] }]
temperature = true
tool_call = true
open_weights = true
structured_output = true
status = "beta"

[cost]
input = 2.25
Expand All @@ -15,7 +18,7 @@ cache_write = 0

[limit]
context = 131_072
output = 40_000
output = 40_960

[modalities]
input = ["text"]
Expand Down
Loading