{ "opencollection": "1.0.0", "info": { "name": "Vercel AI Gateway Chat API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://ai-gateway.vercel.sh/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a chat completion using any model accessible via the Vercel AI Gateway. Supports streaming, tool calls, image inputs, and provider routing options. Compatible with the OpenAI Chat Completions API." } ] } ], "bundled": true }