← All models

Hy3

Hunyuan.Color · Text

mixed 3

Pricing

Input/OutputPrice
Input$0.15 / 1M tokens
Output$0.6 / 1M tokens

How to call

from openai import OpenAI
client = OpenAI(base_url="https://getmodel.ai/v1", api_key="$GETMODEL_API_KEY")
resp = client.chat.completions.create(
    model="Hy3",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

Details

ProviderHunyuan.Color
TypeText
Endpointsopenai