{ "opencollection": "1.0.0", "info": { "name": "TrueFoundry AI Gateway Audio 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://app.truefoundry.com/api/llm/chat/completions", "headers": [ { "name": "x-tfy-metadata", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate chat-based completions using the specified model. Supports streaming, tool calling, and all OpenAI-compatible parameters. Routes to 1000+ LLMs across 30+ providers based on the model identifier." } ] } ], "bundled": true }