Remaining Quota
--
tokens
Used This Month
--
tokens
Requests
--
total

Your API Key

Use this key in your API requests. Keep it secret!

Loading...

Quick Start

Use the OpenAI-compatible endpoint:

curl https://api.loyueai.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello!"}]}'