HomeModels › Hunyuan Hy3 Preview
Tencent Hunyuan · 256K Context

Hunyuan Hy3 Preview API

Preview build of Tencent Hunyuan Hy3 at the lowest price point - ideal for high-volume and cost-sensitive workloads.

$0.127
Input / 1M tokens
$0.423
Output / 1M tokens
256K
Context window
Low-cost
Tier
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Hunyuan Hy3 Preview on NovAI?

  • Lowest-cost Hunyuan tier
  • Same core capabilities as Hy3
  • 256K context window
  • Great for high-volume tasks
  • Zero platform fee

Best use cases

  • High-volume chat
  • Cost-sensitive batch processing
  • Prototyping and testing
  • Content generation

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy3-preview",
    "messages": [{"role":"user","content":"Summarize this paragraph in one sentence."}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="hy3-preview",
    messages=[{"role":"user","content":"Summarize this paragraph in one sentence."}],
)
print(resp.choices[0].message.content)

Try Hunyuan Hy3 Preview today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free