S

Stride20k · RUN

by Stride20k

POSTBase

$0.05

per call · USD Coin on Base

LLM inference over x402: POST a prompt (JSON body), get raw model output. Flat $0.05 per call (or metered pay-actual-usage when the upto scheme is on); every response prints tokens, upstream cost, margin, and the charge. Model: Anthropic Claude Haiku 4.5 via OpenRouter — no API key, bring a wallet. AI lane declared (aiUse: model-output): model output sold as model output, no system prompt injected. We never store prompts or completions; per-call and daily spend caps enforced.

Endpoint

POST https://gateway.stride20k.com/v1/run

1

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://gateway.stride20k.com/v1/run", {
  method: "POST",
});
const data = await res.json();
cURL
curl -X POST \
  "https://gateway.stride20k.com/v1/run?maxTokens=16&model=anthropic%2Fclaude-haiku-4.5&prompt=Reply+with+exactly%3A+pong" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "authorizedMaxUsd": 0.05,
    "chargedUsd": 0.05,
    "marginMultiplier": 2,
    "model": "anthropic/claude-haiku-4.5",
    "note": "Raw model output sold as model output (aiUse: model-output). Flat exact pricing: charged = the advertised route price regardless of usage; upstream cost and margin are printed for transparency. Metered upto pricing (pay actual usage) activates when this gateway enables the upto scheme. Prompts and completions are not stored.",
    "output": "pong",
    "upstreamCostUsd": 0.000038,
    "usage": {
      "completionTokens": 5,
      "promptTokens": 13
    }
  },
  "endpoint": "/v1/run",
  "meta": {
    "attribution": null,
    "cached": false,
    "fetchedAt": "2026-07-04T00:00:00.000Z",
    "source": "OpenRouter (model named per request)"
  },
  "ok": true
}

Payment details

Pay to0xabe512e06dddc82581d2e5a19ab594e778490441
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 Stride20k & similar services

S

Stride20k · Category Breakdown

gateway.stride20k.com

Current x402 ecosystem composition: services per category (Agentic.Market taxonomy: Data, Inference, Search, Infra, Media, Social, Trading, Travel...), each with catalog share and 7-day delta, from our collector's latest observation run (~3x/day since 2026-07-06). Shows where x402 supply is concentrating and which categories are growing. Deterministic read from archived observations; no upstream calls at request time. Free snapshot: /v1/market-pulse.

GETBaseOther
$0.005 / call13 calls / 30d
S

Stride20k · Knowledge Wiki

gateway.stride20k.com

Wikipedia summary API: the lead summary of any English Wikipedia article — title, one-line description, extract paragraph, thumbnail, canonical URL, and Wikidata item id; disambiguation pages labeled via 'kind'. Titles case-sensitive; spaces or underscores accepted. Content CC BY-SA 4.0 with attribution in meta.attribution of every response. Use for knowledge lookup, entity enrichment, and fact grounding by agents. Cached up to 24 hours.

GETBaseOther
$0.003 / call11 calls / 30d
S

Stride20k · Crypto GAS

gateway.stride20k.com

EVM gas price API: current gas fees for Ethereum, Base, Polygon, Arbitrum, Optimism, BSC, and Avalanche — node-reported gas price plus EIP-1559 estimates from the last 5 blocks: next base fee and 25th/50th/75th-percentile priority fees, in gwei. Read directly from public JSON-RPC nodes with automatic fallbacks. Use for transaction cost estimation, fee optimization, and timing on-chain actions. Cached up to 15 seconds.

GETBaseOnchain Data
$0.002 / call5 calls / 30d