Đối soát mức sử dụng thực tế
Theo dõi chính xác từng request gửi đến Antigravity, lượng token Input, Output, Đã Cache và độ trễ phản hồi.
| Thời gian | API KeyNgười dùng / Key | ModelModel / Nguồn xử lý | In / Out | Độ trễ | Chi phíGiá bán / Gốc | Trạng thái | Chi tiết |
|---|---|---|---|---|---|---|---|
| Đang nạp dữ liệu nhật ký... | |||||||
Quản lý API Key
Khóa API dùng cho các công cụ AI và ứng dụng (Claude Code, Cursor, OpenClaw, Python). Quản lý hạn mức và số dư.
| Tên Key & Trạng Thái | Mã API Key | Requests | Tokens | Số Dư (VNĐ) | Model & Combo Cho Phép | Số Luồng | Hạn Dùng | Ghi Chú | Thao Tác |
|---|---|---|---|---|---|---|---|---|---|
| Đang tải danh sách key... | |||||||||
Tài khoản Google Antigravity & Codex
Quản lý cụm tài khoản chia tải thông minh. Phân loại Pro/Free rõ ràng, hiển thị chính xác hạn mức Claude và Gemini riêng biệt theo thời gian thực.
| Tài khoản | Phân loại | Hạn mức 1 (Claude / Codex Phiên 5h) | Hạn mức 2 (Gemini / Codex Tuần 7d) | Trạng thái | Thao tác |
|---|---|---|---|---|---|
| Đang tải danh sách tài khoản... | |||||
Tài liệu kết nối & Thiết lập tự động
Cổng API AI trực tuyến tốc độ cao, tương thích 100% chuẩn OpenAI & Anthropic Claude.
https://apicheap.store
Chạy lệnh sau trong PowerShell để tự động chọn Model/Combo, lưu biến môi trường User vĩnh viễn và cấu hình Codex App / CLI:
irm https://apicheap.store/setup.ps1 | iex
Sao chép lệnh PowerShell
curl.exe -fsSL https://apicheap.store/setup.bat -o setup.bat && setup.bat
Sao chép lệnh CMD
Thiết lập thủ công bằng PowerShell nếu không chạy file tự động:
[System.Environment]::SetEnvironmentVariable('ANTHROPIC_BASE_URL', 'https://apicheap.store', 'User')
[System.Environment]::SetEnvironmentVariable('ANTHROPIC_AUTH_TOKEN', 'sk-YOUR_API_KEY', 'User')
[System.Environment]::SetEnvironmentVariable('ANTHROPIC_MODEL', 'smart-live-combo', 'User')
claude
Sao chép
Đường dẫn file: %USERPROFILE%\.codex\config.toml
model = "smart-live-combo"
model_provider = "quotarouter"
[model_providers.quotarouter]
name = "apicheap.store"
base_url = "https://apicheap.store/v1"
env_key = "OPENAI_API_KEY"
wire_api = "responses"
http_headers = { Authorization = "Bearer sk-YOUR_API_KEY" }
[agents.subagent]
model = "smart-live-combo"
[System.Environment]::SetEnvironmentVariable('OPENAI_API_KEY', 'sk-YOUR_API_KEY', 'User')
Mở Terminal (zsh) trên MacBook và chạy lệnh sau để tự động cấu hình toàn bộ biến môi trường và file config:
curl -fsSL https://apicheap.store/setup.sh | bash
Sao chép lệnh Terminal
~/.zshrc.
Thêm vào cuối file cấu hình shell: ~/.zshrc
export ANTHROPIC_BASE_URL="https://apicheap.store" export ANTHROPIC_AUTH_TOKEN="sk-YOUR_API_KEY" export ANTHROPIC_MODEL="smart-live-combo" export ANTHROPIC_DEFAULT_SONNET_MODEL="smart-live-combo"
source ~/.zshrc claude
File cấu hình: ~/.codex/config.toml
model = "smart-live-combo"
model_provider = "quotarouter"
[model_providers.quotarouter]
name = "apicheap.store"
base_url = "https://apicheap.store/v1"
env_key = "OPENAI_API_KEY"
wire_api = "responses"
http_headers = { Authorization = "Bearer sk-YOUR_API_KEY" }
[agents.subagent]
model = "smart-live-combo"
export OPENAI_API_KEY="sk-YOUR_API_KEY"
Chạy lệnh sau trong Bash/Zsh shell để tự động cấu hình Claude Code CLI, Codex App / CLI:
curl -fsSL https://apicheap.store/setup.sh | bash
Sao chép lệnh Bash
Thêm vào cuối file cấu hình shell: ~/.bashrc (hoặc ~/.zshrc):
export ANTHROPIC_BASE_URL="https://apicheap.store" export ANTHROPIC_AUTH_TOKEN="sk-YOUR_API_KEY" export ANTHROPIC_MODEL="smart-live-combo"
source ~/.bashrc claude
Tạo file ~/.codex/config.toml:
model = "smart-live-combo"
model_provider = "quotarouter"
[model_providers.quotarouter]
name = "apicheap.store"
base_url = "https://apicheap.store/v1"
env_key = "OPENAI_API_KEY"
wire_api = "responses"
http_headers = { Authorization = "Bearer sk-YOUR_API_KEY" }
[agents.subagent]
model = "smart-live-combo"
export OPENAI_API_KEY="sk-YOUR_API_KEY"
Server hỗ trợ xử lý hình ảnh xuyên suốt cả 2 chuẩn giao thức Anthropic và OpenAI:
- Anthropic Base64: Chuẩn
{"type": "image", "source": {"type": "base64", "media_type": "image/png", "data": "..."}}. - OpenAI Image URL: Chuẩn
{"type": "image_url", "image_url": {"url": "data:image/png;base64,..."}}hoặc link ảnh HTTP. - Trải nghiệm thực tế: Trong Claude Code CLI, Cursor, hoặc Codex, bạn có thể dán ảnh chụp màn hình UI, kéo thả diagram để AI phân tích lỗi layout và đọc tài liệu dạng ảnh.
- Anthropic Base64: Standard
{"type": "image", "source": {"type": "base64", "media_type": "image/png", "data": "..."}}. - OpenAI Image URL: Standard
{"type": "image_url", "image_url": {"url": "data:image/png;base64,..."}}or HTTP image link. - In practice: In Claude Code CLI, Cursor, or Codex, paste screenshots or drop diagrams for AI layout analysis and image OCR.
Đảm bảo các tác vụ lập trình tự động của Claude Code CLI và Codex hoạt động chuẩn xác:
- Anthropic Tool Use: Chuyển đổi hai chiều giữa schema
input_schemacủa Claude và parameters OpenAI, trả vềstop_reason: "tool_use"đúng đặc tả. - Đọc, ghi và thay thế file: Các công cụ như
edit_file,replace_file,read_file,bash,grephoạt động mượt mà, không gặp lỗi HTTP 500/400. - Subagent & Codex wire_api: Hỗ trợ luồng
responsesvà function calls giúp Codex tự động phân rã tác vụ con và commit code.
- Anthropic Tool Use: Two-way conversion between Claude's
input_schemaand OpenAI parameters, returningstop_reason: "tool_use"per spec. - Read, write and replace files: Tools such as
edit_file,replace_file,read_file,bash, andgreprun smoothly without HTTP 500/400 errors. - Subagent & Codex wire_api: The
responsesflow and function calls let Codex break work into subtasks and commit code automatically.
• Khi coding dài, chạy subagent hoặc viết kịch bản liên tục: Combo sẽ tự động xoay tua qua nhiều tài khoản hoặc đối tác dự phòng. Nếu 1 tài khoản hết quota hoặc bị nghẽn, request lập tức chuyển sang thành viên kế tiếp trong 0.2s mà không làm gián đoạn tool hay làm bạn mất công việc.
• Tên Combo chuẩn: smart-live-combo.
• For long coding sessions, subagents or continuous scriptwriting: Combos automatically rotate across multiple accounts or backup providers. If one account runs out of quota or throttles, the request instantly fails over to the next member within 0.2s without breaking tool executions or losing your progress.
• Standard Combo name: smart-live-combo.
Sau khi setup xong, bạn hoàn toàn có thể tự do đổi qua lại giữa các Combo hoặc Model lẻ khác nhau một cách linh hoạt:
- Cách 1 (Khi khởi chạy): Thêm tham số
--model:
claude --model claude-3-5-sonnethoặcclaude --model smart-live-combo - Cách 2 (Đang chat trong Claude): Gõ lệnh trực tiếp:
/modelrồi chọn hoặc gõ tên model muốn đổi. - Cách 3 (Đổi mặc định): Chạy lại lệnh setup tự động 1-Click và chọn model mới.
- Option 1 (at launch): Add the
--modelflag:
claude --model smart-live-comboorclaude --model claude-3-5-sonnet - Option 2 (while chatting): Type command directly:
/modeland enter or select the model name. - Option 3 (change default): Run the 1-click automated setup again and choose a new model.
- Cách 1 (Codex CLI): Thêm cờ
-mkhi chạy lệnh:
codex -m smart-live-combohoặccodex -m claude-3-5-sonnet - Cách 2 (Codex Desktop App): Bấm vào thanh chọn Model ở góc dưới màn hình và chọn model bạn muốn.
- Cách 3 (Sửa config): Mở file
~/.codex/config.tomlvà sửa dòng:
model = "tên_model_mới"
- Option 1 (Codex CLI): Add the
-mflag when running:
codex -m smart-live-comboorcodex -m gpt-4o - Option 2 (Codex Desktop App): Click the Model selector at the bottom bar and pick your model.
- Option 3 (edit config): Open
~/.codex/config.tomland change:
model = "new_model_name"
Cấu hình mục OpenAI Compatible trong phần cài đặt model:
Pick OpenAI Compatible as the provider in your model settings:
https://apicheap.store/v1
Sao chép
sk-YOUR_API_KEY
Sao chép
from openai import OpenAI
client = OpenAI(
base_url="https://apicheap.store/v1",
api_key="sk-YOUR_API_KEY"
)
stream = client.chat.completions.create(
model="smart-live-combo",
messages=[{"role": "user", "content": "Xin chào"}],
stream=True
)
for chunk in stream:
print(chunk.choices[0].delta.content or "", end="", flush=True)
Danh mục Mô hình AI
⚡ Combo định tuyến
Chưa có combo nào
Combo cho phép gọi 1 model alias và worker tự fallback qua nhiều member khi gặp lỗi context_length / tool_format / rate limit.
Nạp tiền
Nạp tiền vào tài khoản qua ngân hàng hoặc USDT. Số dư cập nhật tự động.
QR USR 1234
⚠️ Lưu ý quan trọng: Nhập chính xác nội dung chuyển khoản trên để hệ thống tự động cộng tiền tức thì. Nếu chuyển sai nội dung, vui lòng liên hệ Admin để được hỗ trợ kiểm tra thủ công.
| Mã đơn nạp | Người nạp | Phương thức | Số tiền | Thời gian | Trạng thái | Thao tác |
|---|---|---|---|---|---|---|
| Đang nạp lịch sử giao dịch... | ||||||
⚙️ Cài đặt Thanh toán & Đối soát Tự động
Cấu hình tài khoản nhận tiền (MBBank VietQR, Binance Pay và ví USDT BEP20/TRC20). Cách tạo ảnh và check mail giống nguyenlieummo — các phần Webhook/IMAP/Tool thử nghiệm đã được gọn bỏ.
📬 Kết nối Gmail cho Binance Pay tự động
Đang kiểm tra...
Mở trang cấp quyền, đăng nhập Gmail nhận thông báo Binance ([email protected]), sao chép toàn bộ URL chuyển hướng 127.0.0.1 rồi dán vào đây.
Mã OAuth chỉ dùng một lần. Không gửi mã cho người khác.
0x, dài 42 ký tựT, dài 34 ký tự/doanhso, /status, /pending, /duyet <mã_đơn>.
Báo cáo Doanh số & Tiêu thụ Token
Thống kê chi tiết doanh thu nạp tiền, chi phí API, lợi nhuận gộp và mức tiêu thụ Token theo ngày và từng Model AI.
| Ngày | Tiền nạp (VNĐ) | Doanh số Token | Chi phí gốc | Lợi nhuận | Biên LN | Requests | Input Tok | Output Tok | Cache Tok | Tổng Tokens | Top Model |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Đang tải dữ liệu báo cáo doanh số... | |||||||||||
| Tên Model | Reqs | Tokens | Doanh số | Lợi nhuận | Tỷ trọng |
|---|---|---|---|---|---|
| Chưa có dữ liệu gọi model trong kỳ. | |||||
| Email thành viên | Reqs | Tokens | Tiêu thụ | Số dư còn |
|---|---|---|---|---|
| Chưa có thành viên tiêu thụ trong kỳ. | ||||
Quản lý Thành viên & Gửi thông báo
Danh sách tài khoản đã đăng ký trong hệ thống. Hỗ trợ sao chép toàn bộ danh sách Email để gửi thông báo / marketing hàng loạt và quản lý số dư.
| Email thành viên | User ID | Số dư hiện tại | API Keys | Tokens đã dùng | Ngày đăng ký | Thao tác số dư |
|---|---|---|---|---|---|---|
| Đang tải danh sách thành viên... | ||||||