Get Started in 3 Steps

1
Top Up Credits
Add credits on the top-up page — no subscription.
2
Create API Key
Generate a key below after payment is confirmed.
3
Start Coding
Copy the quick-start code and call the API.
Balance
--
Quota
--
credit balance
Used
--
API Keys
--
active keys

Quota Usage

0 / 0 0%

Quota Usage

Available Models

Click a model to update the Quick Start code.

DeepSeek V4-Flash
$0.25/M input tokens
🧠
DeepSeek V4-Pro
$0.70/M input tokens
🌐
Qwen3-235B
$0.45/M input tokens
💻
Kimi K2.7
$1.50/M input tokens
🏢
GLM 5.2
$1.85/M input tokens
✍️
MiniMax M2.5
$0.50/M input tokens
🎨
Z-Image Turbo
$0.08 / image

API Keys

Loading API keys...

Quick Start

from openai import OpenAI client = OpenAI( api_key="YOUR_API_KEY", base_url="https://easytokenvip.com/v1" ) response = client.chat.completions.create( model="deepseek-ai/DeepSeek-V4-Flash", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)
DeepSeek V4-Flash DeepSeek V4-Pro Qwen3-235B Kimi K2.7 GLM 5.2 MiniMax M2.5 Z-Image

Replace YOUR_API_KEY with the key you created above. Prices are per-million-token input rates; output tokens and reasoning tokens are charged separately according to the model ratio.