{"name":"xRouter API","version":"1.2.0","description":"Payment-enabled AI API gateway using x402 protocol","payment":{"protocol":"x402","network":"base","currency":"USDC"},"endpoints":{"text":[{"method":"POST","path":"/v1/chat/completions","description":"AI chat completion","payment":true},{"method":"GET","path":"/v1/models","description":"List available text models with pricing","payment":false},{"method":"POST","path":"/v1/estimate","description":"Estimate cost for text completion","payment":false}],"images":[{"method":"POST","path":"/v1/images/generate","description":"Generate images from text","payment":true},{"method":"GET","path":"/v1/images/models","description":"List available image models with pricing","payment":false},{"method":"POST","path":"/v1/images/estimate","description":"Estimate cost for image generation","payment":false}],"system":[{"method":"GET","path":"/health","description":"Health check","payment":false}]}}