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/togetherai/models/google/gemma-4-31B-it.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Gemma 4 31B Instruct"
family = "gemma"
release_date = "2026-04-07"
last_updated = "2026-04-07"
attachment = true
reasoning = true
temperature = true
knowledge = "2025-01"
tool_call = true
open_weights = true

[cost]
input = 0.20
output = 0.50

[limit]
context = 262_144
output = 131_072

[modalities]
input = ["text", "image"]
output = ["text"]
14 changes: 7 additions & 7 deletions providers/togetherai/models/zai-org/GLM-5.1.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name = "GLM-5.1"
family = "glm"
release_date = "2026-03-26"
last_updated = "2026-03-26"
release_date = "2026-04-07"
last_updated = "2026-04-07"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true
knowledge = "2025-11"
tool_call = true
open_weights = true

[cost]
input = 1.40
output = 4.40

[limit]
context = 200000
output = 131072
context = 202_752
output = 131_072

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