Go from zero to making API calls in a few steps. No account creation required.
Go to the Buy page and choose Same-Day Credits for work today or a Prepaid API Key for recurring work. Base USDC usually gives the best price. Card, Apple Pay, and Google Pay are easier checkout options when available, with a $5 card minimum and credit card fees.
After payment confirms, you receive a Venice.ai INFERENCE API key instantly. Copy it and store it securely — you will need it for all API calls. Same-Day API keys expire at midnight UTC on the day of purchase. Prepaid API Keys are reusable while prepaid balance can fund the next daily credit reserve.
Venice's API is OpenAI-compatible, so you can use the official OpenAI SDK in any language. Or just use curl directly.
Point the SDK at https://api.venice.ai/api/v1 and use your Venice API key. You call Venice directly — CheapTokens is not a proxy.
Venice offers models across multiple tiers. Set the model parameter to any supported model ID. See the pricing page for a full list with per-token costs, or read the OpenAI compatibility guide for details on supported parameters.
GET /models, or use GET /models/traits?type=text for the current default text model, instead of hardcoding a shortlist.Use Account to check usage and recovery options. Card buyers use the Email tab with the Stripe receipt or Stripe Link checkout email; CheapTokens sends a private one-time account link. Wallet buyers use the Wallet tab to list purchases, reveal full keys, reissue eligible keys, and top up supported Prepaid API Keys.
Use Playground to test chat, image, text-to-speech, video, and music calls with your key before wiring it into an app. Playground media is temporary test data.