





















🔥 Product Hunt Launch June 11
DeepSeek V4, GLM-4, Doubao, Kimi — all through one account.
Same AI tier as GPT-5.5. No Chinese phone. Global payment.
✅ $5 free credit · No credit card · Visa / MC / PayPal
Copy it and start using it right now.
Quick start: Replace api_key in your OpenAI SDK with this Key, change base_url to https://api.modelhub-api.com/v1
All systems operational 99.9% uptime 45 models online 100,000M+ tokens served today
Visa · Mastercard · PayPal
Paddle · PCI Level 1 certified · GDPR compliant
Available Models
DeepSeek V4 Flash — $0.15/M DeepSeek R1 — $0.55/M Qwen 3 — $0.10/M GLM-4 — $0.20/M Doubao — $0.12/M Kimi — $0.18/M +39 more
1
Get your free API key
Enter your email above. Your key appears instantly. No Chinese phone. No credit card.
// Your key looks like this: mh-sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2
Choose how you want to use it
Two ways. Pick the one that works for you:
A
🌐 Use our Web Chat 推荐
No download, no settings — just open modelhub-api.com/chat in your browser and type. Free 1,000 requests included.
B
📦 Download a chat app
2. Settings → OpenAI
3. Enter API Key + URL + Model
✅
Done. Free 1,000 requests included. Upgrade to $15/month. See pricing →
# Easiest — Environment variables (works everywhere): export OPENAI_API_KEY="mh-sk-xxx" export OPENAI_BASE_URL="https://modelhub-api.com/v1" # Or — One line change in your code: client = OpenAI( api_key="mh-sk-xxx", base_url="https://modelhub-api.com/v1" ) # Or — Quick test via curl (Mac/Linux): curl -s https://modelhub-api.com/v1/chat/completions \ -H "Authorization: Bearer mh-sk-xxx" \ -H "Content-Type: application/json" \ -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Hello!"}]}' # Windows (PowerShell): $body = @{model="deepseek-v4-flash";messages=@(@{role="user";content="Hello!"})} | ConvertTo-Json Invoke-RestMethod -Uri https://modelhub-api.com/v1/chat/completions \ -Method POST -Headers @{Authorization="Bearer mh-sk-xxx"} -Body $body
🔥 Launch Special
Pro
$65
/ month
280M tokens (~1.4M pages)
All models · 5 keys · Priority support
Use code PHLAUNCH50 for 50% off
Enterprise
Custom
Unlimited
Dedicated infra · 24/7 support
Contact Sales
Third-Party Benchmarks
Model Overall Reasoning Coding Math
GPT-5.5 93 92 94 91
Claude 4 90 88 92 87
DeepSeek V4 89 90 88 91
Gemini 2.5 86 84 87 82
DeepSeek V4 math score equals GPT-5.5 (91) and trails by just 4-6 points in other categories — at 97% lower cost.
Is the AI quality as good as GPT?
DeepSeek V4 Flash scores competitively with GPT-5.5 and Claude Sonnet 4 on independent benchmarks. Same tier, fraction of the cost.
Do I need a Chinese phone number?
No. Email signup only. Global payment via Visa/Mastercard/PayPal. No Chinese requirements at all.
Can I use this without downloading anything?
Yes! Just use Terminal (Mac) or Command Prompt (Windows). Copy the curl command from the Developer tab and paste it. The AI responds right there.
How do you protect my data and payments?
All traffic is SSL/TLS encrypted. Payments are processed by Paddle — a globally trusted payment processor. We are GDPR compliant. We never store your prompts or use them for training. Full privacy policy →
Who runs ModelHub?
We are a dedicated team of engineers and AI researchers with backgrounds from MIT, HKUST, Tsinghua, and USTC. Founded by Xiao Zhe (ex-infrastructure engineer), we are building the bridge between world-class Chinese AI models and global developers.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。