normalized tokens/month included before paid credits.
Self-serve BYOK app
Choose Free or a prepaid pack.
TokenTax0 is BYOK. You keep your CometAPI/AIMLAPI accounts, sign up or sign in once, then save provider keys here and create TokenTax0 keys for your own apps.
Firebase config is not set yet. Add the Firebase web config before public signup.
TokenTax0 Dashboard
BYOK platform control center.
0 requests this month.
used after the free monthly allowance.
CometAPI is primary. AIMLAPI is optional backup.
Billing packs
Platform fee is clearly priced from $2.99 / 1M normalized tokens. Free stays free in the app, and paid packs are one click away after sign-in.
10M Pack
$29.99Good first paid block. Effective $2.999 / 1M normalized tokens.
35M Pack
$89.99Better value for active apps. Effective about $2.57 / 1M normalized tokens.
100M Pack
$249.99Best launch pack. Effective about $2.50 / 1M normalized tokens.
Auto-recharge & reminders
Save a card once, pick a refill pack, and let TokenTax0 handle low-balance reminders plus optional off-session recharge.
Save payment method
Use Stripe Checkout to save a card for future auto-recharge. This does not affect your current one-time packs.
Current status
Payment method: Missing
Auto-recharge: Off
Reminder emails: On
Provider keys
Get a CometAPI key first. Add AIMLAPI as backup if you want more provider flexibility.
Recommended cheaper option. Create an account, copy your API key, then save it below.
Get CometAPI KeyOptional backup provider. Useful for broader model access and fallback planning.
Get AIMLAPI Key| Provider | Key | Status | Updated |
|---|---|---|---|
| No provider keys saved yet. | |||
TokenTax0 API keys
Your app calls https://ts1.tokentax0.site/v1/chat/completions with x-tt0-key: tt0_....
| Label | Key | Status | Created | Last Used | |
|---|---|---|---|---|---|
| No TokenTax0 keys yet. | |||||
Drop-in API setup
Keep your OpenAI-compatible request body. Replace the base URL and add your TokenTax0 key header.
curl https://ts1.tokentax0.site/v1/chat/completions \
-H "content-type: application/json" \
-H "x-tt0-key: tt0_YOUR_TOKEN_TAX0_KEY" \
-d '{
"model": "gpt-4o",
"source_language": "hi",
"messages": [
{ "role": "user", "content": "Hindi ya Hinglish prompt yahan bhejo" }
]
}'
CostImplodeAI is separate.
TokenTax0 is the language-cost BYOK gateway. CostImplodeAI.com is the broader AI cost-control platform and stays separate from TokenTax0 logic.