No credit card. No trial period. Just free tokens.
50,000 FREE TOKENSAccess DeepSeek, Qwen, GLM and more through one API
Get Free API Key →| Feature | Details |
|---|---|
| Free Tokens | 50,000 tokens |
| Credit Card | Not required |
| Models Available | DeepSeek V4, Qwen 3.6, GLM-4, Kimi K3 + more |
| API Format | 100% OpenAI compatible |
| Expiration | No expiration on free tier |
| Rate Limit | Generous limits for testing |
Even after your free tokens run out, GLM-4 Flash is completely free forever — $0.00 per token, no limits.
from openai import OpenAI
client = OpenAI(
api_key="sk-your-free-key",
base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1"
)
# This costs $0.00 — forever free
response = client.chat.completions.create(
model="glm-4-flash", # FREE model
messages=[{"role": "user", "content": "Hello!"}]
)
# 1. Get your free key at /get-started
# 2. Use it immediately
from openai import OpenAI
client = OpenAI(
api_key="sk-trial-your-key",
base_url="https://eaf9553505eeb8f5-115-190-107-107.serveousercontent.com/v1"
)
response = client.chat.completions.create(
model="deepseek-v4",
messages=[{"role": "user", "content": "Hello world!"}]
)
print(response.choices[0].message.content)
We believe developers should try before they buy. Our Chinese LLM aggregation service offers pricing that's 50-90% below OpenAI, and we want you to experience the quality firsthand.
When you're ready to scale:
← Home | Blog | Cost Calculator | API Docs