You're viewing a demo portfolio

Join the waitlist
PRSM

post_v1_chat_completions

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

OPENAI-COMPATIBLE chat completions, fast tier — point any OpenAI SDK at base_url https://api.webbersites.com/v1 and pay per call in USDC instead of holding provider API keys. Models: claude-haiku-4-5 (default), gemini-2.5-flash, gemini-2.5-flash-lite, gpt-5-mini, gpt-5-nano. Caps: 16,000 input chars, 1,024 output tokens, text-only, no streaming. One flat price per call; the x402 payment IS the auth. ($0.01 per call, paid via x402)

Parameters schema

{
  "type": "object",
  "required": [
    "messages"
  ],
  "properties": {
    "model": {
      "type": "string",
      "description": "claude-haiku-4-5 (default), gemini-2.5-flash, gemini-2.5-flash-lite, gpt-5-mini, gpt-5-nano"
    },
    "messages": {
      "type": "array",
      "description": "OpenAI-style messages: [{role, content}], text content only, 16,000 chars total"
    },
    "max_tokens": {
      "type": "number",
      "description": "output cap, clamped to 1,024"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →
post_v1_chat_completions — io.github.webberdesign/webbersites-x402-data-api — PRSM MCP