Tencent's Hunyuan 3 flagship. 256K context, reasoning, tool use.
Modalities
Text → Text
Below release
Not established
Weights
Not published
Where it sits in the catalogue Kyma measures
Every number against every text model Kyma prices per token — a stated rule, not a chosen line-up.
$0.108
output $0.446
median $0.977 · best $0.0494
$0.446
per 1M tokens generated
median $3.4515 · best $0.2164
Not measured yet
Not measured
probe median, one fixed prompt
Not measured
probe median, to a complete answer
262K
max output 8,192
published by Tencent, not measured here
Tick above each rail is this model, below it the other 65. Dashed rule is the field median, solid is its best. Better is left; the axis stops at the 90th percentile, so a few models sit past its right edge.
Pricing
Pay per token. Cached input bills at this model’s own cached rate, listed below.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$13.17
$0.4390 / day on Hunyuan 3
Same workload on:
Estimates use list pricing. Actual bills depend on real token counts, and every response includes its exact cost.
How it compares
Against the peers people actually weigh it against.
| Spec | Hunyuan 3 | Claude Fable 5 | Grok 4.6 |
|---|---|---|---|
| Input /1M | $0.108 | $13.50 | $2.70 |
| Output /1M | $0.446 | $67.50 | $8.10 |
| Context | 262K | 1M | 500K |
| Tools | Yes | Yes | Yes |
| Reasoning | Yes | Yes | Yes |
| Throughput | Not measured | Not measured | Not measured |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "hy3", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "hy3", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.