EN · 繁中 · 简中

One API Key for Claude, GPT & DeepSeek

No foreign credit card needed. Top up with USDT or card, pay only for what you use. Fully OpenAI-compatible — change one line and your existing code works.

🔑 One key, all models
Claude, GPT, DeepSeek behind a single OpenAI-compatible endpoint. Switch models by changing one string.
💳 Pay with USDT or card
No foreign bank account or overseas credit card required. Top up any amount, spend it token by token.
⚡ Drop-in compatible
Point base_url at our gateway and your existing OpenAI SDK code runs unchanged — Python, Node, LangChain, anything.

Start in 60 seconds

1
Get your free trial key
Enter your email — we issue a key instantly with free trial credit. No password, no credit card.
Instant. Free trial credit included. No card required.
✅ Here is your API key — save it now, it is shown once:
2
Point your code at us
Set base_url and api_key. That's the entire integration.
from openai import OpenAI

client = OpenAI(
    base_url="https://vantixcloud.com/v1",
    api_key="vx-your-key-here",
)

resp = client.chat.completions.create(
    model="claude-sonnet-4-6",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)
3
Top up when ready
Card or USDT. Balance is deducted per token as you use it.

Pricing

USD per 1M tokens · billed per token, no minimum, no monthly fee.

ModelProviderInputOutput
claude-sonnet-4-6Anthropic$3.45$17.25
claude-haiku-4-5Anthropic$1.15$5.75
claude-opus-4-7Anthropic$17.25$86.25
gpt-4oOpenAI$2.88$11.50
gpt-4o-miniOpenAI$0.17$0.69
deepseek-chatDeepSeek$0.31$1.27
deepseek-reasonerDeepSeek$0.63$2.52

Check balance

FAQ

Do I need a foreign credit card?

No. That is the point of this service. You can top up with USDT (TRC20/ERC20) or a regular card through our payment processor, and use Claude, GPT or DeepSeek immediately.

Is it really OpenAI-compatible?

Yes. Set base_url to https://vantixcloud.com/v1 and use your vx- key as the api_key. Existing OpenAI SDK code, LangChain, and most tools work unchanged.

How is billing calculated?

Per token, at the rates in the table above. Every response returns your exact cost and remaining balance in the X-Vantix-Cost-USD and X-Vantix-Balance-USD headers. No subscription, no minimum.

Is there a free trial?

Yes — every new key comes with free trial credit so you can verify it works before paying anything.

Also need GPU compute or cloud cost help?
Free cloud & AI cost audit →

← vantixcloud.com