ONEHOP_KEY yer tutucusunu API key'inizle değiştirin. Oluşturun →
from openai import OpenAI
client = OpenAI(
base_url="https://api.onehop.ai/v1",
api_key="<ONEHOP_KEY>",
)
completion = client.chat.completions.create(
model="minimax/minimax-m3",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)
base_url: https://api.onehop.ai/v1
Performans verileri (son 30 gün)
Son 30 günde 64.828 istek
Toplam kullanım1817.51M
P50 ilk token gecikmesi3.78s
Ortalama verim9 tok/s
Başarı oranı99.7%
Uptime · 24h
100.00%
Başarı oranı · 60d
MiniMax M3 API Pricing and Gateway Access | OneHop