Hy 3d 3.1
Hunyuan logo

Hy 3d 3.1

hy-3d-3.1
Hunyuan

Pricing

  • Input Tokens: $2 /M tokens
  • Output Tokens: $2 /M tokens
  • Cache Read: $0 /M tokens

Input Modalities

  • Text
  • Vision

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://shkq.org/v1",
)

response = client.chat.completions.create(
    model="hy-3d-3.1",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

How much does Hy 3d 3.1 cost?

On AIHubMix, Hy 3d 3.1 costs $2 per million input tokens and $2 per million output tokens.