anomalyco--models.dev
29 行
514 B
TOML
29 行
514 B
TOML
name = "Hy3"
|
|
description = "Tencent Hy reasoning model for coding, instruction following, and agent tasks"
|
|
family = "hy3"
|
|
release_date = "2026-07-06"
|
|
last_updated = "2026-07-06"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["none", "low", "high"]
|
|
|
|
[cost]
|
|
input = 0.14
|
|
output = 0.58
|
|
cache_read = 0.035
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|