API Calls Today
—
Monthly Calls
—
All time usage
Current Plan
—
Active subscription
Daily Remaining
—
Daily Usage Last 7 days
Quick Actions
Models Available
This sends real requests through your account. Uses your daily limit.
AI Playground — Live Test
Venice.ai — No Filters
Hello! I'm powered by Venice.ai — uncensored and ready. Ask me anything!
Your API Key
Keep this secret. Anyone with this key can use your daily limit.
Loading...
How to use your key
# Chat completion
curl -X POST http://localhost:3000/api/ai/chat \
-H "x-api-key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"dolphin-mistral","messages":[{"role":"user","content":"Hello"}]}'
# Simple generate
curl -X POST http://localhost:3000/api/ai/generate \
-H "x-api-key: YOUR_KEY" \
-d '{"prompt":"Write a poem","model":"dolphin-mistral"}'
curl -X POST http://localhost:3000/api/ai/chat \
-H "x-api-key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"dolphin-mistral","messages":[{"role":"user","content":"Hello"}]}'
# Simple generate
curl -X POST http://localhost:3000/api/ai/generate \
-H "x-api-key: YOUR_KEY" \
-d '{"prompt":"Write a poem","model":"dolphin-mistral"}'
Pay with card (worldwide) or crypto (auto-converts to your wallet). Access granted instantly after payment detected.
Pay with:
Free Trial
$0
forever
- 10 calls/day
- venice-uncensored
- API key access
Starter
$29
per month
- 100 calls/day
- Standard models
- Email support
POPULAR
Growth
$79
per month
- 500 calls/day
- Standard models
- Priority support
- Webhooks
Pro
$149
per month
- 2,000 calls/day
- Standard models
- Dedicated support
- SLA guarantee
PREMIUM
NO FILTERS
Uncensored Plan — $299/mo
Full Venice.ai access. No restrictions. 1,000 calls/day.
venice-uncensored
akash-tulu-2-70b
llama-3.3-70b
All standard models
$299/mo
Powered by venice.ai
Accepted Payment Methods
Visa / Mastercard
PayPal
₿ Bitcoin
Ξ Ethereum
₮ USDT
◎ USDC
+ 50 more currencies
Crypto payments auto-convert and forward to your wallet instantly
API Reference
POST /api/ai/chat
OpenAI-compatible chat completions
{"model":"dolphin-mistral","messages":[{"role":"user","content":"Hello"}]}
POST /api/ai/generate
Simple text generation
{"prompt":"Write a poem","model":"dolphin-mistral"}
GET /api/ai/models
List models available on your plan
GET /api/ai/usage
Get your usage stats
Authentication
All API requests require your API key in the header.
Header method (recommended)
x-api-key: sp_live_xxxxxxxxx
Query param method
GET /api/ai/models?api_key=sp_live_xxx
Rate limit error response
{"error":"Daily limit reached","limit":10,"used":10,"upgrade_url":"..."}
Total Users
—
Total Revenue
—
API Calls Today
—
Total Calls Ever
—
Users by Plan
Recent API Calls
| User | Model | Time |
|---|
All Users
| Plan | Daily | Monthly | Status | Actions |
|---|