R
$0.002
per call · USD Coin on Base
Low-cost RedBTC strong chat route. Fixed gpt-5.5, no API key, USDC per call, hard capped for safe autonomous use.
Endpoint
POST https://redbtco.com/x402/redbtc/chat/5.51
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://redbtco.com/x402/redbtc/chat/5.5", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"max_tokens": 80,
"messages": [
{
"content": "Reply with one short sentence about Bitcoin.",
"role": "user"
}
],
"model": "redbtc/gpt-5.5",
"temperature": 0.2
}),
});
const data = await res.json();cURL
curl -X POST \
"https://redbtco.com/x402/redbtc/chat/5.5" \
-H "Content-Type: application/json" \
-d '{"max_tokens":80,"messages":[{"content":"Reply with one short sentence about Bitcoin.","role":"user"}],"model":"redbtc/gpt-5.5","temperature":0.2}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": "Bitcoin is a decentralized digital currency.",
"role": "assistant"
}
}
],
"id": "chatcmpl-redbtc-example",
"model": "redbtc/gpt-5.5",
"object": "chat.completion",
"price": "$0.002",
"usage": {
"completion_tokens": 8,
"prompt_tokens": 12,
"total_tokens": 20
}
}Payment details
Pay to
0x046a26665429a12448316a3029a2f2ccf8eecd12Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase
Schemesexact
Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Redbtco & similar services
R
Redbtco · Redbtc Models
redbtco.com
List the two RedBTC fixed-price agent models: redbtc/gpt-5.5 and redbtc/gpt-5.4-mini. Use before choosing a chat route.
GETBaseAI & Inference
$0.001 / call4 calls / 30d
R
Redbtco · Chat 5 4 Mini
redbtco.com
Cheapest RedBTC agent chat route. Fixed gpt-5.4-mini, no API key, USDC per call, hard capped for safe autonomous use.
POSTBaseAI & Inference
$0.001 / call1 calls / 30d
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
POSTBaseAI & Inference
$0.003 / call2.5k calls / 30d