컨텍스트 창
1M
Tencent API 모델
Tencent Hunyuan Hy4 preview — 오픈 웨이트 텍스트 전용 770B 파라미터 MoE 모델입니다. token당 백본 49B를 활성화하며, 네이티브 10B MTP 계층, 1M 컨텍스트, 유지형 추론, 구조화 출력, 함수 호출, Prompt Caching을 지원합니다.
명세서
투명한 USD 가격 책정. 중국 본토 계정이나 전화번호는 필요하지 않습니다. 토큰 모델 요금은 게이트웨이에서 동기화되며, 설정된 경우 제공업체의 공식 중국 정가표를 따릅니다. 실시간 가격이 가장 신뢰할 수 있습니다.
1M
텍스트
$0.8889
$2.6667
OpenAI-compatible /v1/chat/completions
Tencent Hunyuan Hy4 preview — 오픈 웨이트 텍스트 전용 770B 파라미터 MoE 모델입니다. token당 백본 49B를 활성화하며, 네이티브 10B MTP 계층, 1M 컨텍스트, 유지형 추론, 구조화 출력, 함수 호출, Prompt Caching을 지원합니다.
가격
입력 $0.8889/1M 토큰, 출력 $2.6667/1M 토큰. USD로 결제합니다. Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative. 실시간 가격 보기
빠른 시작
curl -X POST https://api.chinaapi.ai/v1/chat/completions \
-H "Authorization: Bearer $CHINAAPI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hy4-preview",
"messages": [
{"role": "user", "content": "Summarize the main tradeoffs for this API workload."}
]
}'
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["CHINAAPI_API_KEY"],
base_url="https://api.chinaapi.ai/v1",
)
response = client.chat.completions.create(
model="hy4-preview",
messages=[
{"role": "user", "content": "Summarize the main tradeoffs for this API workload."}
],
)
print(response.choices[0].message.content)
내부 링크
ChinaAPI에서 API key를 발급받고 이 페이지의 OpenAI-compatible 엔드포인트를 지정하면 hy4-preview을(를) 바로 사용할 수 있습니다.
hy4-preview은(는) 입력 $0.8889/1M 토큰, 출력 $2.6667/1M 토큰이며 USD로 결제합니다. 실시간 가격 페이지가 기준입니다. Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative.
아니요. ChinaAPI는 중국 본토 계정이나 전화번호 없이도 접속할 수 있으며, $2 무료 체험판을 제공합니다. 표시된 미국 달러 환율은 실시간 가격 정보를 확인하세요.