跪拜 Guibai
← All articles
Backend

How to Tap DeepSeek V4 Pro for Free via ZenMux — No Credit Card Required

By 神奇小汤圆 ·
Read original on juejin.cn ↗ Google Translate ↗ Alt translation
Why it matters

DeepSeek's models rival top Western LLMs on many benchmarks, but paid API access can be a barrier for hobbyists and indie developers. This free route through ZenMux lowers that barrier to zero, making it a practical option for anyone building on a budget or evaluating DeepSeek's capabilities before committing to paid plans.

Summary

A practical walkthrough shows developers how to connect to DeepSeek V4 Pro's free tier without paying a cent. The method relies on ZenMux, a platform that provides API keys for free models including deepseek-v4-pro-free, deepseek-v4-flash-free, and GLM variants. The setup requires only a ZenMux account and optionally a local API forwarding tool like cc-switch or Cherry Studio.

The process is straightforward: register on ZenMux, create an API key with model restrictions set to the free models, then configure a local client to point at ZenMux's API endpoint. The guide includes screenshots for every step and warns about peak-hour slowdowns, token limits, and the importance of keeping API keys private.

A test conversation reveals the model identifies itself as "the latest version of DeepSeek" but not specifically DeepSeek-v4, suggesting the free tier may serve a newer but potentially less capable variant. Still, for personal use, prototyping, or API testing, the free access eliminates the usual paywall barrier.

Key takeaways
ZenMux provides free API access to DeepSeek V4 Pro, DeepSeek V4 Flash, GLM4.6V Flash, and GLM4.7 Flash models.
Setup requires only a ZenMux account and a local API client like Cherry Studio or cc-switch.
The API key must have model restrictions set to the free model identifiers to avoid being charged.
The free tier has token limits and may experience slowdowns during peak hours.
The model responds as 'the latest version of DeepSeek' rather than explicitly as DeepSeek-v4, indicating possible version differences.
API keys should never be committed to public repositories or shared to prevent abuse.
Our take

The free tier's identity ambiguity — claiming to be the latest DeepSeek but not DeepSeek-v4 — suggests ZenMux may be routing to a different underlying model, which could affect reliability for production use.

This method effectively turns a third-party aggregator into a free proxy for DeepSeek, raising questions about how long such free access will last and whether it violates DeepSeek's terms of service.

The guide's popularity in the Chinese developer community signals strong demand for zero-cost access to frontier models, especially among developers who cannot easily pay with international credit cards.

The inclusion of GLM models alongside DeepSeek indicates ZenMux is positioning itself as a multi-model free hub, not just a DeepSeek proxy.

Concepts & terms
ZenMux
A platform that provides API keys for accessing various large language models, including free tiers of DeepSeek and GLM models. It acts as an intermediary between the user and the model provider.
cc-switch
A local API forwarding and switching tool that allows developers to route API requests from local applications to third-party endpoints, with support for model mapping and key management.
Model Restriction
A setting in ZenMux's API key creation that limits which models the key can access. For free access, the key must be restricted to specific free model identifiers to prevent accidental charges.
Source: juejin.cn ↗ Google Translate ↗ Backup ↗