HomeModels › Hunyuan T1 Vision
Tencent Hunyuan · HY-Vision-1.5-Thinking · Just Added

Hunyuan T1 Vision API

Tencent's HY-Vision-1.5-Thinking (Hunyuan T1 Vision) is a deep-reasoning vision-language model for OCR, charts, documents and visual question answering — at provider list price, zero platform fee.

$0.55
Input / 1M tokens
$1.64
Output / 1M tokens
VLM
Vision + text
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use Hunyuan T1 Vision on NovAI?

  • Deep visual reasoning - a thinking vision-language model that reasons step by step over images
  • OCR & document extraction - reads screenshots, scanned pages, forms and tables
  • Chart & diagram understanding - interprets data visualizations and technical diagrams
  • Visual question answering - answers detailed questions about image content
  • Zero platform fee - raw provider list price, no markup
  • Hong Kong low-latency access through NovAI's zero-fee gateway

Best use cases

  • Document and screenshot OCR with reasoning
  • Chart and dashboard analysis
  • Visual question answering
  • STEM and engineering image problems
  • Form and invoice data extraction

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hunyuan-t1-vision",
    "messages": [{"role":"user","content":"Extract and explain the data in this chart image"}]
  }'

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="hunyuan-t1-vision",
    messages=[{"role":"user","content":"Extract and explain the data in this chart image"}],
)
print(resp.choices[0].message.content)

Try Hunyuan T1 Vision today

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

Sign Up Free