AWS AI Guide: Build and Scale Smarter Applications
$ curl -v -X POST https://api.internal.production.vortex/v1/inference \ -H “Content-Type: application/json” \ -d ‘{“prompt”: “Analyze system logs for anomaly detection”, “max_tokens”: 512}’ Connected to api.internal.production.vortex (10.0.42.11) port 443 (#0) POST /v1/inference HTTP/1.1 Host: api.internal.production.vortex User-Agent: curl/8.5.0 Accept: / Content-Type: application/json Content-Length: 72 < HTTP/1.1 504 Gateway Timeout < Content-Type: text/html < Content-Length: 160 < Connection: keep-alive … Read more