๐ง ZenMux
700 free requests/day โ best Gemini coverage with 127 models
ZenMux
Avg Speed
37 tok/s
Models
127
Price
700/d free
Best For
Gemini, Qwen
๐ฐ Plan & Pricing
700 Free Requests/Day
Generous free tier with 700 requests per day. Good Gemini and Qwen coverage. No credit card needed.
Generous free tier with 700 requests per day. Good Gemini and Qwen coverage. No credit card needed.
๐ API Key
๐ Endpoint
https://zenmux.ai/api/v1/chat/completions
๐ฆ Key Models (127 total)
| Model | Speed | Category | Notes |
|---|---|---|---|
| google/gemini-2.5-flash | โก 90 tok/s | Chat | ๐ฅ Best Gemini Flash |
| google/gemini-2.5-pro | โก 41 tok/s | Chat/Reasoning | ๐ฅ Best Gemini Pro |
| llama-3.3-70b-versatile | โก 52 tok/s | Chat | 2nd best for Llama |
| qwen/qwen3-32b | โก 38 tok/s | Chat | Good Qwen coverage |
| llama-4-maverick | โก 42 tok/s | Chat | Llama 4 Maverick |
| deepseek-r1 | โก 35 tok/s | Reasoning | DeepSeek R1 |
| claude-sonnet-4 | โก 30 tok/s | Chat | Claude Sonnet 4 |
| qwen3-235b | โก 36 tok/s | Chat/Coding | Qwen3 235B |
| minimax-m2.7 | โก 27 tok/s | Chat | MiniMax M2.7 |
| zenmux/auto | โก varies | Auto | โก Auto-selects best model |
+ 117 more models with strong Gemini and Qwen coverage โ auto routing available
๐ป cURL Example
curl -X POST https://zenmux.ai/api/v1/chat/completions \
-H "Authorization: Bearer sk-ss-...f72f" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-2.5-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'
๐ Python Example
from openai import OpenAI
client = OpenAI(
api_key="sk-ss-...f72f",
base_url="https://zenmux.ai/api/v1"
)
response = client.chat.completions.create(
model="google/gemini-2.5-flash",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
โ ๏ธ Pitfalls & Notes
Best Gemini Coverage โ ZenMux offers the best Gemini 2.5 Flash at 90 tok/s. Good for Gemini-heavy workloads.
Rate Limit โ Free tier limited to 700 requests per day. Suitable for moderate but not heavy usage.
๐ท๏ธ Categories
Chat
Vision
Coding
Reasoning
Video