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
27 changes: 27 additions & 0 deletions providers/tencent-tokenhub/models/deepseek-v3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Deepseek V3.2"
family = "deepseek-v3.2"
release_date = "2026-04-24"
last_updated = "2026-04-24"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-05"
tool_call = true
structured_output = true
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.44
output = 0.88
cache_read = 0.003697

[limit]
context = 1_000_000
output = 384_000

[modalities]
input = ["text"]
output = ["text"]
2 changes: 2 additions & 0 deletions providers/tencent-tokenhub/models/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[extends]
from = "deepseek/deepseek-v4-flash"
2 changes: 2 additions & 0 deletions providers/tencent-tokenhub/models/deepseek-v4-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[extends]
from = "deepseek/deepseek-v4-pro"
2 changes: 2 additions & 0 deletions providers/tencent-tokenhub/models/glm-5.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[extends]
from = "zhipuai/glm-5.1"
26 changes: 26 additions & 0 deletions providers/tencent-tokenhub/models/kimi-k2.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "Kimi K2.6"
family = "kimi"
release_date = "2026-04-21"
last_updated = "2026-04-21"
attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = true
knowledge = "2025-01"
structured_output = false

[interleaved]
field = "reasoning_content"

[cost]
input = 0.929
output = 3.858

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text", "image", "video"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/tencent-tokenhub/models/minimax-m3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "MiniMax-M3"
family = "minimax"
release_date = "2026-06-01"
last_updated = "2026-06-01"
attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.30
output = 1.20
cache_read = 0.06
cache_write = 0.375

[limit]
context = 1_000_000
output = 1_000_000

[modalities]
input = ["text", "image", "video"]
output = ["text"]
Loading