Current China model menu
Choose current flagship, fast and coding routes across DeepSeek, Kimi, GLM, Qwen, MiniMax, MiMo, Doubao, Step and Hunyuan families.
OpenAI-compatible API gateway
Use the latest Chinese AI models through one OpenAI-compatible API. Route to DeepSeek V4, Kimi K3, GLM-5.3, Qwen 3.6, MiniMax M3, MiMo V2.5 and more while keeping one key, one bill and transparent model IDs.
Drop-in OpenAI SDK / Early access accounts / Creem checkout in review / BTCPay crypto planned / No prompt training by Lowertoken
client = OpenAI(
api_key="LOWERTOKEN_API_KEY",
base_url="https://api.lowertoken.com/v1"
)
Built for cost-sensitive builders
Lowertoken sits between your app and selected upstream providers. It handles account keys, prepaid balance, routing notes and usage visibility while your code keeps the OpenAI client shape.
Choose current flagship, fast and coding routes across DeepSeek, Kimi, GLM, Qwen, MiniMax, MiMo, Doubao, Step and Hunyuan families.
Every customer-facing page points to the same routing policy: gateway checks, selected upstream, provider processing and metadata retention.
Prepaid balances, per-key limits and visible usage make it practical for products, agents, evaluation workloads and team projects.
Updated model families
Data flow first
For enterprise users in Japan, Korea, Europe and North America, the first question is where prompts go. Lowertoken makes that route visible before you send production traffic.
Two-line migration
from openai import OpenAI
client = OpenAI(
api_key="LOWERTOKEN_API_KEY",
base_url="https://api.lowertoken.com/v1",
)
response = client.chat.completions.create(
model="deepseek-v4-flash",
messages=[{"role": "user", "content": "Ship a concise launch plan."}],
)