Tencent Hy3
tencent/hy3
Tencent's Hy3 — fast, inexpensive reasoning at 262K context. One of the most-used open models of 2026.
Code Examples
from blockrun_llm import LLMClient
client = LLMClient() # Uses BLOCKRUN_WALLET_KEY (never sent to server)
response = client.chat("tencent/hy3", "Hello!")import { LLMClient } from '@blockrun/llm';
const client = new LLMClient(); // Uses BLOCKRUN_WALLET_KEY (never sent to server)
const response = await client.chat('tencent/hy3', 'Hello!');curl -X POST https://blockrun.ai/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "PAYMENT-SIGNATURE: <payment_header>" \
-d '{
"model": "tencent/hy3",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 1024
}'Pricing
No markup on official Tencent rates; $0.001 fee per call.
Payment
Pay per request with USDC on Base. No subscription required.
Try It
Send a message to try Tencent Hy3
Connect your wallet to enable payments
About Tencent Hy3
Tencent Hy3 is a reasoning model from Tencent with a 262K-token context window and up to 128K tokens of output per call. It is billed per token at the provider's list rate, with no markup on chat tokens. It is served through BlockRun's OpenAI-compatible API, so it can be called without an account, an API key, or a subscription.
What it costs
Tencent Hy3 is billed per token. The underlying rates are $0.13 per million input tokens and $0.53 per million output tokens with no platform margin on chat tokens; only a small per-transaction fee covering on-chain settlement is added on top, and the resulting price is quoted in the 402 before you pay. You are charged for the tokens a request actually consumes — there is no monthly commitment and no unused balance to forfeit. With a context window of 262,144 tokens and up to 128,000 tokens of output, a single call can carry a substantial working set.
Specifications
- Context window
- 262,144 tokens
- Maximum output
- 128,000 tokens
- API compatibility
- OpenAI-compatible
- Payment
- USDC via x402
- Categories
- chat, reasoning
Calling it from your code
Pass tencent/hy3 as the model field. Because the endpoint mirrors the OpenAI chat completions schema, any existing OpenAI client works by changing the base URL — streaming, tool use, and multi-turn messages all behave the same way.
The first request returns a 402 carrying the exact price; a signed retry runs it, and client libraries fold the two into one call — how the payment works. See the documentation for request and response shapes, the LLM API page for every model on this endpoint, or browse the full catalog of 78 chat models to compare alternatives.
Related models
Every model on BlockRun is reached through the same endpoint and the same payment flow, so switching is a one-line change to the model field. These are the closest alternatives to Tencent Hy3:
- Xiaomi MiMo-V2.5 Pro$0.43 in / $0.87 out per 1M
- NVIDIA Nemotron 3 Nano Omni (Free)Free
- NVIDIA Nemotron 3.5 Lightning (Free)Free
- NVIDIA Nemotron 3 Nano 30B (Free)Free
- NVIDIA Llama 3.2 11B Vision (Free)Free
- Xiaomi MiMo V2.5$0.14 in / $0.28 out per 1M