Call hy3 through RouterPlex's OpenAI-compatible API — a disclosed public reference rate, billed per token from a prepaid balance. No subscription required.
Tencent publishes Hy3 as open weights without a first-party hosted API tariff. RouterPlex uses the public market reference of $0.20 input / $0.80 output per 1M tokens.
curl https://api.routerplex.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTERPLEX_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hy3",
"messages": [{"role": "user", "content": "Hello!"}]
}'Works with any OpenAI SDK or tool — just change the base URL. See the quickstart.
Through RouterPlex, Hy3 costs $0.20 per 1M input tokens and $0.80 per 1M output tokens — RouterPlex's disclosed public reference rate, billed per token from a prepaid balance you top up from $5. Tencent publishes Hy3 as open weights without a first-party hosted API tariff. RouterPlex uses the public market reference of $0.20 input / $0.80 output per 1M tokens.
Hy3 supports a 256K token context window on RouterPlex.
Yes. RouterPlex serves Hy3 through an OpenAI-compatible endpoint at https://api.routerplex.com/v1 — point any OpenAI SDK or tool at that base URL with your RouterPlex key and set model to "hy3".