hy4-previewOther · LLM
Modality
text
Reference rate
$0.7923 / $2.37595 / 1M tokens
Provider
Other
Create an EasyAI API key and use hy4-preview with the supported chat endpoint. Confirm account availability in the console.
hy4-preview is billed per token. This page includes public group offers and estimates for the stated usage scenarios; your account rates can differ.
Yes. One EasyAI key can access the models enabled for your account, including text, image, and video models where available.
Aprox. $1.029895
Estimación con ofertas de grupo públicas, sin descuentos de caché ni consumo adicional. Se aplican las tarifas de tu cuenta.
from openai import OpenAI
client = OpenAI(
base_url="https://easyairoute.com/v1",
api_key="sk-...",
)
resp = client.chat.completions.create(
model="hy4-preview",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://easyairoute.com/v1",
apiKey: "sk-...",
});
const resp = await client.chat.completions.create({
model: "hy4-preview",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(resp.choices[0].message.content);Las compras empresariales por volumen pueden acceder a mejores precios. Solicita una propuesta para tus modelos y escala.