netintel.dev

netintel.dev
Category
Service
Network
Avg / request
$0.002 – $0.25
Endpoints
73

Service overview

What is netintel.dev?

OpenAI-compatible chat completions over x402, answered by Claude Sonnet 4.6 — send a messages array and get an assistant reply for Q&A, reasoning, agent planning, coding help, summarization, extraction, classification, and chatbot responses. The body is OpenAI chat.completions-shaped ({model?, messages:[{role,content}], max_tokens?, temperature?}) and the response is a chat.completion object. Flat $0.06 per call; inputs are capped at ~6KB and max_tokens at 1024; streaming is not supported in v1.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://netintel.dev/ai-image/generate" \
  --method POST \
  --data '{
  "aspect_ratio": "{aspect_ratio}",
  "prompt": "{prompt}",
  "use_case": "{use_case}"
}'
What you get back
{
  "endpoint": "POST /ai-image/generate",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services