HomeModels › Hunyuan Role
Tencent Hunyuan · Role-Play · Just Added

Hunyuan Role API

Tencent's Hunyuan Role is a role-play and character model with strong persona consistency for immersive, in-character dialogue — at provider list price, zero platform fee.

$0.369
Input / 1M tokens
$1.477
Output / 1M tokens
Role
Character play
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Hunyuan Role on NovAI?

  • Persona consistency - stays in character across long conversations
  • Immersive dialogue - tuned for role-play, storytelling and companions
  • Chinese & English - strong bilingual character performance
  • Budget-friendly - low input cost for high-volume chat
  • Zero platform fee - raw provider list price, no markup
  • OpenAI-compatible - drop-in via /v1/chat/completions

Best use cases

  • Character chatbots and companions
  • Interactive fiction and storytelling
  • Role-play gaming NPCs
  • Persona-driven customer experiences
  • Creative writing assistants

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy-role",
    "messages": [{"role":"user","content":"You are a wise old wizard. Greet the traveler."}]
  }'

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="hy-role",
    messages=[{"role":"user","content":"You are a wise old wizard. Greet the traveler."}],
)
print(resp.choices[0].message.content)

Try Hunyuan Role today

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

Sign Up Free