diff --git a/providers/siliconflow-cn/models/tencent/Hunyuan-A13B-Instruct.toml b/providers/siliconflow-cn/models/tencent/Hunyuan-A13B-Instruct.toml deleted file mode 120000 index ff2dbf842..000000000 --- a/providers/siliconflow-cn/models/tencent/Hunyuan-A13B-Instruct.toml +++ /dev/null @@ -1 +0,0 @@ -../../../siliconflow/models/tencent/Hunyuan-A13B-Instruct.toml \ No newline at end of file diff --git a/providers/siliconflow-cn/models/tencent/Hunyuan-A13B-Instruct.toml b/providers/siliconflow-cn/models/tencent/Hunyuan-A13B-Instruct.toml new file mode 100644 index 000000000..06e065cdb --- /dev/null +++ b/providers/siliconflow-cn/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"] diff --git a/providers/siliconflow/models/tencent/Hunyuan-A13B-Instruct.toml b/providers/siliconflow/models/tencent/Hunyuan-A13B-Instruct.toml index 4787964ec..1c30920b0 100644 --- a/providers/siliconflow/models/tencent/Hunyuan-A13B-Instruct.toml +++ b/providers/siliconflow/models/tencent/Hunyuan-A13B-Instruct.toml @@ -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 diff --git a/providers/siliconflow/models/tencent/Hunyuan-MT-7B.toml b/providers/siliconflow/models/tencent/Hunyuan-MT-7B.toml deleted file mode 100644 index e90277ff7..000000000 --- a/providers/siliconflow/models/tencent/Hunyuan-MT-7B.toml +++ /dev/null @@ -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"] \ No newline at end of file diff --git a/providers/siliconflow/models/tencent/Hy3-preview.toml b/providers/siliconflow/models/tencent/Hy3-preview.toml new file mode 100644 index 000000000..fddc3766f --- /dev/null +++ b/providers/siliconflow/models/tencent/Hy3-preview.toml @@ -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"]