Skip to content
Dashboard

Hy3

Hy3 is an Apache 2.0 Mixture-of-Experts model from the Tencent Hunyuan team, with 295B total parameters, 21B active per token, and three selectable reasoning levels. It supports a context window of 262.1K tokens and a max output of 262.1K tokens per request. Your use is subject to Tencent's Terms & Privacy Policies.

import { streamText } from 'ai'
const result = streamText({
model: 'tencent/hy3',
prompt: 'Why is the sky blue?'
})
Read docs
Latency

P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.