R

Redbtco · Redbtc Models

by Redbtco

GETBase

$0.001

per call · USD Coin on Base

List the two RedBTC fixed-price agent models: redbtc/gpt-5.5 and redbtc/gpt-5.4-mini. Use before choosing a chat route.

Endpoint

GET https://redbtco.com/x402/redbtc/models

4

Calls / 30d

4

Unique payers / 30d

Sep 8

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/models", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://redbtco.com/x402/redbtc/models" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": [
    {
      "id": "redbtc/gpt-5.5",
      "object": "model",
      "owned_by": "redbtc",
      "permission": [],
      "root": "gpt-5.5"
    },
    {
      "id": "redbtc/gpt-5.4-mini",
      "object": "model",
      "owned_by": "redbtc",
      "permission": [],
      "root": "gpt-5.4-mini"
    }
  ],
  "object": "list",
  "redbtc_pricing": {
    "redbtc/gpt-5.4-mini": {
      "max_output_tokens": 600,
      "x402_exact": "$0.001"
    },
    "redbtc/gpt-5.5": {
      "max_output_tokens": 700,
      "x402_exact": "$0.002"
    }
  }
}

Payment details

Pay to0x046a26665429a12448316a3029a2f2ccf8eecd12
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Redbtco & similar services