Files
2026-07-13 12:28:55 +08:00

26 lines
692 B
TOML

name = "tencent/Hunyuan-A13B-Instruct"
description = "Tencent Hy reasoning model for coding, instruction following, and agent tasks"
family = "hunyuan"
release_date = "2025-06-30"
last_updated = "2025-11-25"
attachment = false
reasoning = true
# enable_thinking = true|false; thinking_budget = 128..32768.
# https://docs.siliconflow.com/en/api-reference/chat-completions/chat-completions
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 128, max = 32_768 }]
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"]