Multi-Node Access
Beijing Tencent Cloud, Alibaba Cloud ESA, Hong Kong Cloudflare Tunnel, IX Direct Link - multiple access methods for different regions
Unified API Format
Compatible with OpenAI API format, quick integration without code changes
Rich Model Selection
Support for mainstream LLMs including DeepSeek-V4-Pro, Kimi-K3, GPT-5.4, Claude-4.6, Gemini-3.1-Pro, Qwen3.6, GLM-5.1, Llama4 and more
Pay-as-you-go
Flexible billing based on token usage, no minimum consumption limit
🚀 Quick Integration
QuickAPI provides OpenAI-compatible API interfaces. Just modify base_url and api_key to get started.
from openai import OpenAI
client = OpenAI(
base_url="https://api.quickapi.store/v1",
api_key="your-api-key"
)
response = client.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)🌐 Access Points
| Access Method | URL | Description |
|---|---|---|
| Beijing Tencent Cloud → Alibaba Cloud ESA | https://api-bj.quickapi.store | Via Beijing Tencent Cloud to Alibaba Cloud ESA |
| Direct to Alibaba Cloud ESA | https://api.quickapi.store | Default recommended access point |
| Hong Kong Cloudflare Tunnel | https://quickapi.lz-0315.com | For Hong Kong/overseas users |
| IX Direct Link to Tencent Cloud | api-bj.lz-0315.com | IX direct connection |
⚠️ Payment Reminder
Payment must use https://api.quickapi.store. Only this address has been verified with the payment gateway. If you use other addresses for payment, please contact customer service.
📖 Documentation
- Guide - Learn how to use QuickAPI
- API Reference - Detailed API documentation
- Models - Available models and pricing

