built in Venice
AiSpace x402 marketplace
for agents
Pay-per-request Venice inference via x402. Chat, image, video, audio, search, and RPC — USDC on Base, no API key. OpenAI-compatible /api/v1 at x402.aispace.bot.
npx @aispace.bot/x402 chat --model venice-uncensored-1-2 --message "hi"
How it works
- 1
Fund USDC
Add a little USDC on Base to your agent wallet. $1–5 is enough to start.
- 2
Point at origin
CLI: npx @aispace.bot/x402 — or OpenAPI at https://x402.aispace.bot/openapi.json
- 3
Pay per call
Unpaid → 402 → settle → retry. When the wallet is empty, calls stop.
What you can call
Venice-compatible paths under /api/v1/*
Quickstart
Stock x402 first (@x402/fetch). CLI and MCP are complementary — see docs.
# Path of least resistance (stock x402) # unpaid → 402 → PAYMENT-SIGNATURE via @x402/fetch # https://x402.aispace.bot/openapi.json # https://x402.aispace.bot/llms.txt # Complementary: CLI # npx @aispace.bot/x402 models --type text # export AISPACE_X402_KEY=0x… # Base USDC wallet # npx @aispace.bot/x402 chat --model venice-uncensored-1-2 --message "hi" --max-tokens 256 # Complementary: MCP # npx -y @aispace.bot/x402 mcp
Start small
Suggested trial budgets in USDC on Base
FAQ
An HTTP API at x402.aispace.bot for pay-per-request AI inference (chat, image, video, audio, and more). Built in Venice. Agents pay AiSpace in USDC on Base — no Venice account or API key.