Comprehensive Guide to the zzz-api Project
Introduction
The zzz-api project offers high-quality and stable API interfaces related to OpenAI, catering to both enterprises and developers. It supports various OpenAI API functionalities such as batch processing, assistance, fine-tuning, and different GPT-4 versions like gpt-4o and gpt-4-vision. Additionally, it ensures compatibility with major models, including Google Gemini, Claude, Baidu Wenxin Yiyan, Ali, iFlytek Xinghuo, ChatGPT, and more. With this service, there's no need for an OpenAI account or a USD bank card—it's simple, direct, and, most importantly, stable.
Major Advantages
- Unlimited Usage: Users can recharge using WeChat and make corporate payments, eliminating the risk of account bans.
- No Need for OpenAI Account or USD Bank Card: This project bypasses the necessity of acquiring these, streamlining the process for users.
- Powerful Interface Capabilities: It supports all OpenAI interfaces and models, including batch, assistant, GPT-4o, GPT-4-vision, and more.
- Cross-Platform Compatibility: Access all major models using a standard OpenAI interface format.
- Compatibility with OpenAI Interface Format: This provides a seamless alternative.
- Batch Support: Allows for bulk processing, with examples available.
- Assistant API Support: Users can create their own assistants.
- Fine-tuning Support: Utilize personal data to fine-tune GPT models.
- Embeddings Support: Run applications like Langchain and AutoGPT via interfaces.
- Stream Mode Support: Compatible with various native applications.
- Text to Image Generation: Supports the latest DALL-E-3.
- Whisper Model Support: For transcriptions and translations, useful for speech recognition and translation.
- Function Call Support: Detailed examples provided.
- TTS (Text-to-Speech) Support: Models like tts-1 and tts-1-hd are available with examples.
Project Access
-
Official Website: https://gpt.zhizengzeng.com
- Supported services include Baidu Wenxin Yiyan, Ali, iFlytek Xinghuo, Tsinghua ChatGLM, ChatGPT, etc.
- Users can obtain API keys, call records, fine-tuning models, balance inquiries, and sample codes through the management backend.
-
WeChat Group: For those interested in the project, joining the WeChat group for discussions and updates is encouraged.
Important Notes
- Base URL for all APIs:
https://api.zhizengzeng.com/
(HTTPS supported) - Authentication via API Key: Required in HTTP request headers. Obtain the API key through the management backend. Header should appear as follows:
{ "Content-Type": "application/json", "Authorization": "Bearer YOUR_API_KEY" }
- Content Guidelines: Avoid sensitive topics related to explicit content, violence, or politics to prevent account bans.
Typical Uses
-
Python Integration:
- Set
api_key
obtained from the zzz-api management backend. - Use
base_url
ashttps://api.zhizengzeng.com/v1/
.
- Set
-
Langchain Integration:
- Set
OPENAI_API_KEY
environment variable using the key obtained from the backend. - Use
OPENAI_API_BASE_URL
ashttps://api.zhizengzeng.com/v1/
.
- Set
-
HTTP Requests in Any Language:
- Specify the key in the request header obtained from the backend.
- Use
base_url
ashttps://api.zhizengzeng.com/v1/
.