One API. Unlimited models. Pay only for what you use. AI credits for inference, transparent pricing, no subscriptions.
From zero to API calls in under 2 minutes
Sign up for free. Set up your organization and team members later.
Credits work with any model or provider. Pay-as-you-go, never expire.
Create an API key and start making requests. Fully OpenAI-compatible.
Production-ready models, live on our network today
More models (Claude, Gemini, Qwen) coming soon via additional channels.
Pay-as-you-go credits. No subscriptions. Credits never expire. [?]
The trusted choice for AI developers worldwide
99.9% uptime SLA. Auto-failover across providers ensures your requests always go through.
SOC 2 Type II compliant. We never store your prompts or completions. Zero data retention.
Up to 70% cheaper than going direct. Volume discounts automatically applied.
Low-latency endpoints in 15+ regions. Smart routing to the nearest provider.
Drop-in replacement for OpenAI API. Just change the base URL and you're done.
Real-time usage tracking. Per-token granular billing. No hidden fees.
The only overseas AI inference platform operated under China's official offshore digital free-trade policy
Dedicated cross-border communication channel approved by China's MIIT, ensuring low-latency and fully legal global data flow.
Operated under Hainan Free Trade Port digital economy policy (Qiong Fu Ban [2026] No.26), providing a clear regulatory framework for overseas clients.
Complete audit log storage compliant with China's cross-border data transfer regulations, GDPR, and SOC 2 Type II requirements.
Enterprise income tax reduced to 15% for AI digital service export under Hainan FTZ policy — direct cost benefit passed to enterprise customers.
Self-operated compute infrastructure inside Hainan Yangpu Economic Development Zone — tier-3 data center, 24/7 onsite operations.
Unlike gray-market overseas API resellers, we provide invoices, contracts, and a registered Chinese entity — required for your finance and compliance teams.
OpenAI-compatible. Works with your existing code.
from openai import OpenAI
client = OpenAI(
base_url="https://quotapass.com/v1",
api_key="qp-xxxxxxxxxxxxxxxxx",
)
response = client.chat.completions.create(
model="anthropic/claude-4-opus",
messages=[
{"role": "system", "content": "You are helpful."},
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://quotapass.com/v1",
apiKey: "qp-xxxxxxxxxxxxxxxxx",
});
const response = await client.chat.completions.create({
model: "anthropic/claude-4-opus",
messages: [
{ role: "system", content: "You are helpful." },
{ role: "user", content: "Hello!" }
],
});
console.log(response.choices[0].message.content);
curl https://quotapass.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer qp-xxxxxxxxxxxxxxxxx" \
-d '{
"model": "anthropic/claude-4-opus",
"messages": [
{"role": "system", "content": "You are helpful."},
{"role": "user", "content": "Hello!"}
]
}'
Join 10M+ developers using QuotaPass. Start with $10 free AI credits.
Disclaimer: "AI Credits" refer to model inference tokens — the standard billing unit for LLM API calls (e.g. 1 credit ≈ 1 token of model input/output). Credits purchased on QuotaPass are not cryptocurrency, security tokens, or digital assets, and carry no blockchain-related rights. All credits are denominated in USD and consumed only for AI inference services. Service operated under Hainan Yangpu Digital Free-Trade Zone regulatory framework. © 2026 QuotaPass.
Last updated: July 2, 2026
QuotaPass ("we", "us", or "our") operates a unified AI API platform at quotapass.com. This Privacy Policy explains how we collect, use, and protect your data.
Your data is stored on secured servers located in Singapore. API keys are stored using SHA-256 hashing. All API traffic is encrypted via TLS 1.3. Usage logs are retained for 180 days for dispute resolution, then automatically deleted.
We do not sell your data. We share minimal data with upstream AI model providers (only your API request content, not your identity) to fulfill inference requests. We may disclose data to authorities when required by law.
You may request access to, correction of, or deletion of your personal data by contacting privacy@quotapass.com. We will respond within 30 days.
Questions? Contact us at privacy@quotapass.com
Last updated: July 2, 2026
QuotaPass provides a unified API gateway for AI model inference. "AI Credits" are the billing unit for API calls, not cryptocurrency or digital assets. Credits are consumed per token (input and output) based on model-specific pricing.
This is a digital API quota service. Credits are activated instantly after payment. Consumed quota cannot be refunded. Unused credits may be refunded within 7 days of purchase if no API calls have been made. Disputes for "item not received" will be rejected with full system usage logs as evidence.
We impose rate limits to ensure fair resource allocation. Default limits: 60 requests/minute per user, 100,000 tokens/day per user. Exceeding limits may result in temporary throttling. Enterprise plans have custom limits.
We strive for 99.5% uptime but do not guarantee uninterrupted service. We are not liable for downtime caused by upstream AI providers, network issues, or maintenance. Credits are not compensated for downtime.
QuotaPass liability is limited to the amount paid by the customer in the 30 days preceding any claim. We are not liable for indirect, consequential, or punitive damages.
These terms are governed by the laws applicable in the Hainan Yangpu Digital Free-Trade Zone, People's Republic of China. Disputes will be resolved through arbitration in Haikou, Hainan.
We may update these terms at any time. Continued use after changes constitutes acceptance of the new terms.