VC
vipcloud.ai
Private beta · invite only

One key,
five frontier LLMs.
From anywhere.

One OpenAI-compatible API for Kimi, Qwen, DeepSeek, MiniMax, GLM. USD billing. Email + card signup, no upstream accounts. Edge-routed via Cloudflare.

OpenAI SDK drop-in
Card payments
Streaming + tools
chat.py · python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.vipcloud.ai/v1",
    api_key="vc-sk-...",
)

resp = client.chat.completions.create(
    model="kimi-k2",        # or qwen3-max, deepseek-v3.2,
                              # minimax-text-01, glm-4.5
    messages=[
        {"role": "user",
         "content": "Translate to French: hello world"}
    ],
    stream=True,
)

for chunk in resp:
    print(chunk.choices[0].delta.content or "", end="")
Try it now

Free demo. No signup.

Powered by GLM-4-Flash (permanently free upstream). 5 calls / minute per IP.

glm-4-flash · live
0/600
The lineup

Five providers. One key.

Kimi K2
Moonshot

Long-context champion. 200K window, agentic tool use, strong multilingual.

200K ctx · tools · vision
Qwen3 Max
Alibaba

Multilingual workhorse. 119 languages, code, math, vision. Fast and cheap.

119 langs · code · vision
DeepSeek V3.2
DeepSeek

Reasoning beast at GPT-4 quality, fraction of the cost. R1 thinking mode included.

reasoning · code · cheap
MiniMax
MiniMax

Multimodal stack — text, voice cloning, image, and video gen — under one roof.

text · voice · video
GLM-4.5
Zhipu

Agent-tuned. Native function calling, strong on long-running tasks and tool chains.

agent · tools · 128K ctx
Yi · Doubao · Step · Baichuan
rolling out through Q3
Why vipcloud

Built for devs outside the wall.

OpenAI drop-in

Same SDK, same endpoints. Change one base URL, you're live.

No upstream account

No phone, no ID, no business license. Email + card, you're in.

Edge-routed

Cloudflare global. Auto-failover when an upstream hiccups.

USD billing

Pay-as-you-go credits in USD. No minimums, no lockup, refundable balance.

Pricing

Transparent. Pay only what you use.

A flat 10% markup on the upstream price. No subscriptions, no minimums, no hidden fees. Top up $5, run forever.

No spend commit Per-key rate limits Usage dashboard Refundable balance
Kimi K2 $0.30 / $1.20 per 1M
Qwen3 Max $0.40 / $1.60 per 1M
DeepSeek V3.2 $0.14 / $0.55 per 1M
MiniMax Text-01 $0.20 / $1.10 per 1M
GLM-4.5 $0.55 / $2.20 per 1M
input / output · indicative · final at launch
Get in early

Be among the first 500.

Early users get $20 free credits, founder-tier rate limits, and direct line to the team.

No spam. One email when you're in.