G

GEDX402 Chat · Chat Fast

by GEDX402 Chat

POSTBase

$0.005

per call · USD Coin on Base

Voice-agent reply turn — low-latency chat after WebSocket ASR flux and smart-turn detection. POST messages[]; synthesize with POST /v1/tts/aura-2-en. Bundle: GET /v1/models?bundle=voice.

Endpoint

POST https://chat.gedx402.com/v1/chat/fast

1

Calls / 30d

1

Unique payers / 30d

Aug 12

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://chat.gedx402.com/v1/chat/fast", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "max_tokens": 128,
    "messages": [
      {
        "content": "Say hello in one sentence.",
        "role": "user"
      }
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://chat.gedx402.com/v1/chat/fast" \
  -H "Content-Type: application/json" \
  -d '{"max_tokens":128,"messages":[{"content":"Say hello in one sentence.","role":"user"}]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "model": "@cf/meta/llama-3.2-1b-instruct",
  "response": "Hello!"
}

Payment details

Pay to0xb3c2776ce3f99cb3366520c27b4ac5d436942ab6
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 GEDX402 Chat & similar services