Languagetext
Hy4 Preview
腾讯混元 Hy4 Preview 是面向代码、智能体任务、工具调用和长上下文场景的开源混合推理 MoE 模型。
输入
Top p
01
Reasoning
Temperature
02
Max completion tokens
1131072
准备开始生成API 参考
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "hy4-preview",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 0.9,
"top_p": 1,
"max_completion_tokens": 4096
}'