Merge pull request #2511 from anomalyco/split/siliconflow-tencent-reasoning-options

[siliconflow/tencent] Add reasoning options
This commit is contained in:
Aiden Cline
2026-06-18 12:19:21 +02:00
committed by GitHub
4 changed files with 43 additions and 24 deletions
@@ -1 +0,0 @@
../../../siliconflow/models/tencent/Hunyuan-A13B-Instruct.toml
@@ -0,0 +1,23 @@
name = "tencent/Hunyuan-A13B-Instruct"
family = "hunyuan"
release_date = "2025-06-30"
last_updated = "2025-11-25"
attachment = false
reasoning = true
reasoning_options = [{ type = "toggle" }]
temperature = true
tool_call = true
structured_output = true
open_weights = false
[cost]
input = 0.14
output = 0.57
[limit]
context = 131_000
output = 131_000
[modalities]
input = ["text"]
output = ["text"]
@@ -3,7 +3,8 @@ family = "hunyuan"
release_date = "2025-06-30"
last_updated = "2025-11-25"
attachment = false
reasoning = false
reasoning = true
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 128, max = 32_768 }]
temperature = true
tool_call = true
structured_output = true
@@ -1,22 +0,0 @@
name = "tencent/Hunyuan-MT-7B"
family = "hunyuan"
release_date = "2025-09-18"
last_updated = "2025-11-25"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = false
[cost]
input = 0.0
output = 0.0
[limit]
context = 33_000
output = 33_000
[modalities]
input = ["text"]
output = ["text"]
@@ -0,0 +1,18 @@
base_model = "tencent/hy3-preview"
attachment = false
reasoning = true
reasoning_options = [{ type = "budget_tokens", min = 128, max = 32_768 }]
open_weights = false
[cost]
input = 0.066
cache_read = 0.029
output = 0.26
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text"]
output = ["text"]