https://netintel.dev/messages
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, and classification. Body is OpenAI chat.completions-shaped ({model?, messages:[{role,content}], max_tokens?, temperature?}); response is a chat.completion object. Flat $0.06; inputs capped ~6KB, max_tokens 1024; no streaming in v1.
What this profile is sourced from
Things to know before drawing strong conclusions
accepts[] entry is used.Raw HTTP — what an agent observes
GET https://netintel.dev/messages → HTTP/1.1 402 Payment Required X-Payment-Required: $0.0600 X-Payment-Currency: USDC X-Payment-Chain: base GET https://netintel.dev/messages X-Payment: <signed-receipt> → HTTP/1.1 200 OK Content-Type: application/json …response body…