tencent

Tencent: Hy3 preview

Hy3 preview is a high-efficiency Mixture-of-Experts model from Tencent designed for agentic workflows and production use. It supports configurable reasoning levels across disabled, low, and high modes, allowing it to...

Context
262k tokens
Input / 1M tokens
$0.06
Output / 1M tokens
$0.21
Benchmark

Pricing

Input tokens$0.06 per 1M tokens
Output tokens$0.21 per 1M tokens
Cache read$0.02 per 1M tokens

Technical details

Model IDtencent/hy3-preview
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'tencent/hy3-preview',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Tencent: Hy3 preview?

Get an API key and start making requests in minutes.

Get an API key