---
title: "chat_completions_micro ($0.01) vs $20-50/mo creator subscriptions"
slug: 2026-09-15-chat-completions-micro-vs-subscription
description: "Pay-per-call USDC vs fixed monthly overhead: when each wins. Endpoint POST https://x402vid.com/api/v1/chat/completions, $0.01 USDC (x402/Base). Returns max"
date: 2026-09-15T13:59:35.061699+00:00
author: x402vid
tags: ["x402vid", "chat_completions_micro", "vs-subscription", "youtube", "ai-agents", "x402", "pay-per-call"]
canonical_url: https://x402vid.com/blogs/2026-09-15-chat-completions-micro-vs-subscription
reading_time_minutes: 2
llm_summary: "Pay-per-call USDC vs fixed monthly overhead: when each wins. Endpoint POST https://x402vid.com/api/v1/chat/completions, $0.01 USDC (x402/Base). Returns max"
---

> **TL;DR for AI:** Pay-per-call USDC vs fixed monthly overhead: when each wins. Endpoint POST https://x402vid.com/api/v1/chat/completions, $0.01 USDC (x402/Base). Returns max
>
> **Key entities:** x402vid, x402vid, chat_completions_micro, vs-subscription, youtube

<!-- llm-toc -->
## Table of Contents
- [Question](#question)
- [Answer in 30 seconds](#answer-in-30-seconds)
- [Copy-paste request](#copy-paste-request)
- [Response shape (deterministic JSON)](#response-shape-deterministic-json)
- [Subscription comparison](#subscription-comparison)
- [Try free first](#try-free-first)
- [Key Takeaways](#key-takeaways)

## Question
Pay-per-call USDC vs fixed monthly overhead: when each wins.

## Answer in 30 seconds
POST `/api/v1/chat/completions` on `https://x402vid.com`. Price: **$0.01 USDC** per call (x402, Base `eip155:8453`). Best for: $0.01 per question: built for agent loops.

## Copy-paste request
```bash
curl -s -X POST https://x402vid.com/api/v1/chat/completions \
  -H 'Content-Type: application/json' \
  -d '{"model": "x402vid-youtube-micro", "messages": [{"role": "user", "content": "YOUR QUESTION"}]}'
# -> HTTP 402 with accepts (payTo, amount in USDC atomic units).
# Sign with your wallet, retry with: -H 'X-PAYMENT: <base64 payload>'
```

## Response shape (deterministic JSON)
Returns max 3-sentence grounded answer with video citations. Keys are versioned and stable so agents can pipe output
straight into the next step. Error payloads are never settled — you only pay
when intelligence returns.

## Subscription comparison
Creator toolkits bill $20-50/mo whether you use them or not, and they assume a human clicking dashboards. Paid x402vid endpoints bill per call in USDC only when your agent actually calls them, and return JSON built for the next step in code — not a dashboard.

## Try free first
- `GET https://x402vid.com/health` — liveness + live per-tool prices
- `POST https://x402vid.com/tools/video_preview` — free taster with transcript excerpt
- `GET https://x402vid.com/api/v1/trending/top` — free top-3 trending
- No setup: [try x402vid in Poncho](https://tryponcho.com/m/x402vid.com) (wallet included)
- Machine docs: [https://x402vid.com/llms.txt](https://x402vid.com/llms.txt) · [https://x402vid.com/openapi.json](https://x402vid.com/openapi.json) · [https://x402vid.com/skill-packs.json](https://x402vid.com/skill-packs.json)
- Directory: [x402scan listing](https://www.x402scan.com/server/788e9347-cf25-4b72-b4c5-624a67549ab2)

## Key Takeaways
- chat_completions_micro costs $0.01/call, pay-per-call USDC on Base — no subscription.
- Copy the request above; handle 402 -> sign -> retry with X-PAYMENT.
- Validate free via video_preview before scaling spend.

---
*Provenance: x402vid notes • Canonical: https://x402vid.com/blogs/2026-09-15-chat-completions-micro-vs-subscription • Raw: https://x402vid.com/raw/2026-09-15-chat-completions-micro-vs-subscription.md*
