← All models

tencent

Tencent: Hy3

tencent/hy3

Hy3 is a 295B-parameter Mixture-of-Experts model from Tencent (21B active, 192 experts with top-8 routing) built for reasoning, agentic workflows, and real-world production use. It supports a configurable reasoning effort:...

text

Try in Playground ↗

Input / 1M tokens$0.132
Output / 1M tokens$0.528
Context window262,144
Maximum output128,000

Provider-supported parameters

These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.

frequency_penaltyinclude_reasoninglogit_biasmax_completion_tokensmax_tokensmin_ppresence_penaltyreasoningreasoning_effortrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_pstreamdeveloper_role

Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.

Catalog updated: 2026-09-22T09:51:50.338Z · Price version: cmubxr0or07i1jn0z95zkjgrx:4

Provider pricing fields · USD per indicated unit
{
  "prompt": "0.000000132",
  "completion": "0.000000528",
  "overrides": [
    {
      "prompt": "0.000000132",
      "utc_end": 1600,
      "utc_start": 0,
      "completion": "0.000000528",
      "input_cache_read": "0.000000033"
    },
    {
      "prompt": "0.0000000825",
      "utc_end": 0,
      "utc_start": 1600,
      "completion": "0.00000033",
      "input_cache_read": "0.000000020625"
    }
  ],
  "input_cache_read": "0.000000033"
}

Make a request

curl --no-buffer https://api.jevrouter.io/v1/chat/completions \
  -H "Authorization: Bearer $JEVROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d @- <<'JSON'
{
  "model": "tencent/hy3",
  "messages": [
    {
      "role": "user",
      "content": "Hello"
    }
  ],
  "max_tokens": 1024
}
JSON

Plan your integration

Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.