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
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"]
23 changes: 23 additions & 0 deletions providers/togetherai/models/zai-org/GLM-5.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "GLM-5.1"
family = "glm"
release_date = "2026-04-07"
last_updated = "2026-04-07"
attachment = false
reasoning = true
temperature = true
structured_output = true
knowledge = "2025-11"
tool_call = true
open_weights = true

[cost]
input = 1.40
output = 4.40

[limit]
context = 202_752
output = 131_072

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