Hy3

Tencent chatreasoningtool_use Long

API ID: tencent/hy3-20260706

Input Price
$0.14
/1M tokens
Output Price
$0.58
/1M tokens
Cached Input
$0.04
Save 75%

About Hy3

Hy3 is a budget-friendly general-purpose model from Tencent with ultra-long context (262k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#777 lowest price among 1240 Chat models

Model Specifications

Context Length
262k
Max Output
131k
Release Date
2026-07-06
Capabilities
chat reasoning tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.24
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$7.32
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$10.11
/month
500 analyses/day, ~2k tokens each

Tencent Model Lineup

Compare all models from Tencent to find the best fit

Model Input Output Context Capabilities
Hy3 Current $0.14 $0.58 262k chat reasoning tool_use
Hy3 preview $0.06 $0.21 262k chat reasoning tool_use
Hunyuan A13B Instruct $0.14 $0.57 131k chat reasoning

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Alibaba Qwen Qwen3 235B A22B
Input: $0.18
Output: $0.54
Context: 131k
OpenAI GPT-5.4 Nano (batch)
Input: $0.10
Output: $0.63
Context: 400k
Alibaba Qwen Qwen3 235B A22B Thinking 2507
Input: $0.11
Output: $0.60
Context: 262k
Baidu ERNIE 4.5 VL 28B A3B
Input: $0.14
Output: $0.56
Context: 30k

๐Ÿš€ Quick Start

Get started with Hy3 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="tencent/hy3-20260706",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)