ImageTencentv3· Released 2025-07-01
Hunyuan V3
State-of-the-art visual generation with exceptional realism and detailed textures.
Hunyuan V3 is Tencent's flagship image generation model, producing state-of-the-art visuals with exceptional realism, detailed textures, and strong scene composition. On Oakgen it costs about 26 credits per image (~$0.10) and generates in 6–10 seconds.
Capabilities at a glance
- Exceptional realism and material rendering
- Strong scene composition and lighting
- Detailed textures and micro-detail
- 6–10 second generation
- Commercial license included
Specs
- Starting price
- $0.10 / generation
- Generation time
- 6–10 seconds
- Max resolution
- 2048×2048
- Inputs → outputs
- text → image
How to use Hunyuan V3
- 1Focus on photorealistic scenesHunyuan V3 excels at photorealistic environments — architecture, landscapes, and product scenes with realistic materials.
- 2Use detailed promptsDescribe materials, lighting, and atmosphere. Hunyuan V3 responds well to 'marble texture', 'volumetric fog', 'golden hour backlighting'.
API access
curl -X POST https://api.oakgen.ai/v1/generate/image \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hunyuan-v3",
"prompt": "Modern Japanese tea room, afternoon sunlight through shoji screens"
}'License & commercial use
Licensed through Tencent's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Hunyuan V3 cost on Oakgen?
Hunyuan V3 starts at $0.10 per generation on Oakgen. Most generations complete in 6–10 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 192 generations per month.
Can I use Hunyuan V3 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Hunyuan V3 supports up to 2048×2048.
Does Oakgen provide API access to Hunyuan V3?
Yes. Oakgen's REST API exposes Hunyuan V3 under the model slug 'hunyuan-v3'. See the API snippet below for an example request.