Start calling this model with endpoint-specific examples.
Headline benchmark standings and comparison context.
Key dates, capabilities, and model metadata.
Start calling this model with endpoint-specific examples.
Headline benchmark standings and comparison context.
Key dates, capabilities, and model metadata.
Start calling this model with endpoint-specific examples.
Headline benchmark standings and comparison context.
Key dates, capabilities, and model metadata.
23 Apr 2026
23 Apr 2026
Parameters
295,000,000,000
License
Tencent Hy Community License Agreement
Input
Output
Headline benchmark standings and comparison context.
Top benchmark results for tencent/hy3-preview.
Detailed benchmark comparisons now live in the Compare tool.
Core latency and throughput trends from recent traffic.
Latency
Throughput
Uptime
Start calling this model with endpoint-specific examples.
Choose a supported endpoint, pick a main language, then select the example style you want to copy.
import AIStats from '@ai-stats/sdk';
const client = new AIStats({
apiKey: process.env.AI_STATS_API_KEY,
});
const response = await client.generateResponse({
"model": "tencent/hy3-preview",
"input": "Give me one fun fact about cURL.",
"service_tier": "standard"
});
const outputText = response.output
?.flatMap((item) => item.content ?? [])
.find((item) => item.type === "output_text")
?.text;
console.log(outputText ?? response);Select a route to update the request snippet and compatibility details.
/v1/responses/v1/chat/completions/v1/messages