Tencent's flagship open-weight Mixture-of-Experts model from the Hunyuan family with 295B total parameters and 21B active. Integrates fast and slow thinking modes with configurable reasoning effort. Designed for agentic workflows, cross-file code refactoring, long-document analysis, and multi-step tool use.
256K tokens
2
Disponible
Más económico
OpenRouter
$0.00/1M tokens
OpenRouter, SiliconFlow
Ordenados por coste total (entrada y salida por 1 millón de tokens). Selecciona una fila para ver los detalles del proveedor.
| Proveedor | Precio (por 1 M) | Límites | Regiones | Estado | Latencia |
|---|---|---|---|---|---|
Entrada: GratisSalida: Gratis | 20 RPM / 200K TPM | us-east-1 | Operativo | 0ms | |
Entrada: $0.14Salida: $0.28 | 300 RPM / 500K TPM | ap-east-1global | Operativo | 0ms |
Usa este modelo mediante OpenRouter con un SDK compatible con OpenAI.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const response = await client.chat.completions.create({
model: "tencent/hy3-preview",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(response.choices[0].message.content);API de OpenRouter · SDK compatible con OpenAI