zyloo/mistral-large-3
Mistral AI Model Mistral trên API hợp nhất, tương thích OpenAI của Zyloo. Một key, giá thấp hơn.
Đầu vào / 1M
$0.50
Đầu ra / 1M
$1.50
Ngữ cảnh
262K
Nhà cung cấp
Mistral AI
Gọi zyloo/mistral-large-3 chỉ trong vài giây
Đưa Zyloo key của bạn vào bất kỳ client OpenAI nào và trỏ nó tới https://api.zyloo.io/v1. Tính phí theo từng token, chính xác đến từng cent.
from openai import OpenAI
client = OpenAI(
base_url="https://api.zyloo.io/v1",
api_key="sk-zy-...",
)
resp = client.chat.completions.create(
model="zyloo/mistral-large-3",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Bắt đầu gọi zyloo/mistral-large-3
Đăng ký và gọi zyloo/mistral-large-3 — cùng mọi model khác — từ một key duy nhất trong chưa đầy một phút.