Unified OpenAI-compatible API for GPT-4o, Claude, Gemini, DeepSeek and 30+ models. Pay per token, transparent pricing, no hidden fees.
curl https://api.anytokens.com/v1/chat/completions \
-H "Authorization: Bearer sk-any-..." \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'Models
Active Users
Uptime
OpenAI-compatible format. Change one line of base_url to migrate. Streaming SSE supported.
Auto-switch providers by price, speed and availability. 99.9% uptime guaranteed.
Real-time per-token billing, detailed usage logs, balance alerts.
30+ mainstream AI models, one unified API
Prices per million tokens · Updated regularly · Free
Pay per token usage. No subscriptions. No minimums.
$0.50 credit on sign up
Per-token billing, pay only for what you use
Three steps to integrate, OpenAI SDK compatible
from openai import OpenAI
client = OpenAI(
base_url="https://api.anytokens.com/v1",
api_key="sk-any-...",
)
response = client.chat.completions.create(
model="deepseek-v3",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)Settlement: USD / MYR / USDT