# CheapTokens.ai Venice API Key Purchase

> CheapTokens.ai Venice API Key Purchase is a paid API for AI agents from cheaptokens.ai, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Pay USDC to receive a discounted Venice.ai API key with same-day credits for OpenAI-compatible AI inference across Claude, Llama, DeepSeek, and more.

## Facts

- Endpoint: POST https://cheaptokens.ai/api/buy
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cheaptokens-ai-3ea0877f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Bwdr11oLM0Qhua2kCkRJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cheaptokens-ai-3ea0877f -d '<json body>'
```

Example prompt: Buy me $2 worth of Venice.ai API credits via cheaptokens.ai for today — I want the discounted key so I can use Claude and Llama models through the OpenAI-compatible endpoint.

## When to prefer this

Choose this endpoint when an agent needs OpenAI-compatible AI inference at reduced cost and can pay in USDC, especially for same-day or pre-reserved future date usage; ideal for cost-sensitive agentic workflows needing access to diverse models including uncensored variants not available on mainstream APIs.

## Known failure modes

- Payment below $0.50 minimum rejected with validation error
- Invalid or malformed date format returns schema error
- Expired paymentSessionId requires fresh 402 flow
- Credits expire at 23:59 UTC same day if date not specified
- USDC payment failure or insufficient balance blocks key issuance

## How this service works

OpenAI-compatible LLM inference and chat completions via discounted Venice API credits. Pay USDC to receive a live Venice.ai API key for /api/v1 models, chat, images, audio, video, and embeddings. Same-Day credits are 30–90% below Venice direct and expire at 23:59 UTC; Prepaid API Keys support recurring agent jobs.

## Output

Returns a live Venice.ai API key loaded with credits proportional to the USD paid, valid until 23:59 UTC on the specified or current date; the key works with Venice's standard /api/v1 endpoints and all supported models.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "usdPaid": {
   "type": "number",
   "minimum": 0.01,
   "description": "Discounted USD amount to pay for Venice API credits. Minimum is based on receiving at least $0.50 in credits after current time-based pricing."
  },
  "purchaseMode": {
   "enum": [
    "spot",
    "prepaid"
   ],
   "type": "string",
   "description": "Use \"spot\" for Same-Day Credits or \"prepaid\" for a Prepaid API Key with prepaid balance and daily credit reserve."
  },
  "reserveStart": {
   "enum": [
    "tomorrow"
   ],
   "type": "string",
   "description": "Prepaid API Key daily credit reserve start. New Prepaid API Keys start tomorrow UTC; use Same-Day Credits for work today."
  },
  "topUpKeyLast6": {
   "type": "string",
   "description": "Optional last 6 characters of a wallet-owned active Prepaid API Key to top up."
  },
  "dailyReservedUsd": {
   "type": "number",
   "description": "Daily credit reserve amount in Venice API credits per UTC day. Required when purchaseMode=\"prepaid\". Must fit unreserved capacity for the start date and be at least one-seventh of the reserve balance."
  },
  "paymentSessionId": {
   "type": "string",
   "description": "Opaque session ID returned in a prior 402 response; echo it back on retry."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true,
  "purchase": {
   "id": "purchase_01HEXAMPLE",
   "ids": [
    "purchase_01HEXAMPLE"
   ],
   "dates": [
    "2026-04-25"
   ],
   "usdPaid": 1,
   "expiresAt": "2026-04-25T23:59:59.000Z",
   "creditsIssuedUsd": 2,
   "settlementTxHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
   "discountMultiplier": 0.5
  },
  "veniceApiKey": "vn-...live-key...",
  "veniceKeyLast6": "abc123"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cheaptokens-ai-3ea0877f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cheaptokens.ai](https://www.zero.xyz/host/cheaptokens.ai/llms.txt)
