DeepSeek V4, Qwen, Kimi, MiniMax — all through one API key. 10x cheaper than GPT-4o. OpenAI compatible. Instant start.
20+ models across every capability. One API. All OpenAI-compatible.
Same quality. Fraction of the price.
| Model | Input /1M | Output /1M | vs GPT-4o | vs Claude |
|---|
One-time top-up. Never expires. All models included.
Need custom volume? Contact us →
Change 2 lines. Everything else stays the same.
# pip install openai from openai import OpenAI client = OpenAI( api_key="oneai-sk-xxx", base_url="https://api.loyueai.com/v1" # ← only change ) response = client.chat.completions.create( model="deepseek-v4-pro", messages=[{"role":"user","content":"Hello!"}] ) print(response.choices[0].message.content)
Free preview. No signup. Pick a model and start chatting.