<!-- GENERATED BY scripts/gen_localization_release.py; DO NOT EDIT; source: ko/models/hy4-preview/index.html -->

# Tencent: hy4-preview

> Tencent Hunyuan Hy4 preview — 오픈 웨이트 텍스트 전용 770B 파라미터 MoE 모델입니다. token당 백본 49B를 활성화하며, 네이티브 10B MTP 계층, 1M 컨텍스트, 유지형 추론, 구조화 출력, 함수 호출, Prompt Caching을 지원합니다. 컨텍스트 1M. 입력 $0.8889/1M 토큰, 출력 $2.6667/1M 토큰 (USD). OpenAI-compatible API, $2 무료 크레딧 제공.

- Canonical page: https://chinaapi.ai/ko/models/hy4-preview/
- Human-readable page: https://chinaapi.ai/ko/models/hy4-preview/
- Live pricing: https://dash.chinaapi.ai/pricing?lang=ko&utm_source=chinaapi&utm_medium=markdown&utm_campaign=hy4-preview

Tencent Hunyuan Hy4 preview — 오픈 웨이트 텍스트 전용 770B 파라미터 MoE 모델입니다. token당 백본 49B를 활성화하며, 네이티브 10B MTP 계층, 1M 컨텍스트, 유지형 추론, 구조화 출력, 함수 호출, Prompt Caching을 지원합니다.

[무료로 시작하세요 — $2 크레딧](https://dash.chinaapi.ai/register?lang=ko&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

[실시간 가격 보기](https://dash.chinaapi.ai/pricing?lang=ko&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

## 가격 및 API 세부 정보.

투명한 USD 가격 책정. 중국 본토 계정이나 전화번호는 필요하지 않습니다. 토큰 모델 요금은 게이트웨이에서 동기화되며, 설정된 경우 제공업체의 공식 중국 정가표를 따릅니다. 실시간 가격이 가장 신뢰할 수 있습니다.

### 컨텍스트 창

1M

### 양식

텍스트

### 입력 금액/ 1M

$0.8889

### 출력 $/ 1M

$2.6667

### 엔드포인트

OpenAI-compatible `/v1/chat/completions`

## hy4-preview 소개

Tencent Hunyuan Hy4 preview — 오픈 웨이트 텍스트 전용 770B 파라미터 MoE 모델입니다. token당 백본 49B를 활성화하며, 네이티브 10B MTP 계층, 1M 컨텍스트, 유지형 추론, 구조화 출력, 함수 호출, Prompt Caching을 지원합니다.

## 투명한 미국 달러 가격 책정.

### 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. [실시간 가격 보기](https://dash.chinaapi.ai/pricing?lang=ko&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

## API 요청을 복사하여 붙여넣으세요.

```
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)
```

## 관련 모델 페이지 및 가이드.

[모델 디렉토리 모든 모델 보기](https://chinaapi.ai/ko/models/)

[실시간 가격 현재 대시보드 가격](https://dash.chinaapi.ai/pricing?lang=ko&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

[Hy4 preview Deployment 및 비용 분석 오픈 가이드](https://chinaapi.ai/insights/hy4-preview-local-deployment-value/)

[hy3 256K 컨텍스트, 입력 $0.1538/M, 출력 $0.6154/M 토큰](https://chinaapi.ai/ko/models/hunyuan-hy3/)

## hy4-preview은(는) 어떻게 사용하나요?

ChinaAPI에서 API key를 발급받고 이 페이지의 OpenAI-compatible 엔드포인트를 지정하면 hy4-preview을(를) 바로 사용할 수 있습니다.

## 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.

## hy4-preview 사용에 중국 계정이 필요한가요?

아니요. ChinaAPI는 중국 본토 계정이나 전화번호 없이도 접속할 수 있으며, $2 무료 체험판을 제공합니다. 표시된 미국 달러 환율은 실시간 가격 정보를 확인하세요.

---

Markdown twin of https://chinaapi.ai/ko/models/hy4-preview/ — generated from its canonical HTML by scripts/gen_localization_release.py. Full site reference: https://chinaapi.ai/llms-full.txt
