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

# Tencent: hy4-preview

> Tencent Hunyuan Hy4 preview — model MoE khusus teks dengan bobot terbuka, 770B parameter total dan 49B parameter backbone aktif per token; mendukung lapisan MTP native 10B, konteks 1M, penalaran yang dipertahankan, keluaran terstruktur, pemanggilan fungsi, dan Prompt Caching. Konteks 1M. $0.8889/1M token input, $2.6667/1M token output (USD). API OpenAI-compatible, kredit gratis $2.

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

Tencent Hunyuan Hy4 preview — model MoE khusus teks dengan bobot terbuka, 770B parameter total dan 49B parameter backbone aktif per token; mendukung lapisan MTP native 10B, konteks 1M, penalaran yang dipertahankan, keluaran terstruktur, pemanggilan fungsi, dan Prompt Caching.

[Mulai gratis — kredit $2](https://dash.chinaapi.ai/register?lang=id&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

[Lihat harga terkini](https://dash.chinaapi.ai/pricing?lang=id&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

## Detail harga dan API.

Harga USD transparan. Tidak diperlukan akun atau telepon Tiongkok daratan. Tarif model token disinkronkan dari gateway dan dapat mengikuti daftar harga resmi penyedia di Tiongkok jika dikonfigurasi. Harga langsung adalah yang paling akurat.

### Jendela konteks

1M

### Modalitas

Teks

### Masukkan $/ 1M

$0.8889

### Output $/ 1M

$2.6667

### Titik akhir

OpenAI-compatible `/v1/chat/completions`

## Tentang hy4-preview

Tencent Hunyuan Hy4 preview — model MoE khusus teks dengan bobot terbuka, 770B parameter total dan 49B parameter backbone aktif per token; mendukung lapisan MTP native 10B, konteks 1M, penalaran yang dipertahankan, keluaran terstruktur, pemanggilan fungsi, dan Prompt Caching.

## Harga USD yang transparan.

### hy4-preview

$0.8889/1M token input, $2.6667/1M token output. Pembayaran dalam USD. Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative. [Lihat harga terkini](https://dash.chinaapi.ai/pricing?lang=id&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

## Salin-tempel permintaan 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)
```

## Halaman dan panduan model terkait.

[Direktori model Lihat semua model](https://chinaapi.ai/id/models/)

[Harga terkini Harga dasbor saat ini](https://dash.chinaapi.ai/pricing?lang=id&utm_source=chinaapi&utm_medium=model&utm_campaign=hy4-preview)

[Analisis Deployment dan biaya Hy4 preview Buka panduan](https://chinaapi.ai/insights/hy4-preview-local-deployment-value/)

[hy3 256K konteks, $0.1538 /M masukan, $0.6154 /M token keluaran](https://chinaapi.ai/id/models/hunyuan-hy3/)

## Bagaimana cara memakai hy4-preview?

Ambil API key di ChinaAPI lalu arahkan ke OpenAI-compatible endpoint di halaman ini — hy4-preview langsung bisa dipakai.

## Berapa harga hy4-preview?

hy4-preview: $0.8889/1M token input, $2.6667/1M token output, ditagih dalam USD. Halaman harga terkini adalah acuan utama. Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative.

## Apakah hy4-preview butuh akun Tiongkok?

Tidak. ChinaAPI menyediakan akses tanpa akun atau nomor telepon Tiongkok daratan dan termasuk uji coba gratis seharga $2 . Periksa harga langsung untuk melihat kurs USD yang ditampilkan.

---

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