{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Chat Completions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion Via OpenAI", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/openai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI-compatible chat completion request, semantically cached at the Fastly edge." }, { "info": { "name": "Generate Content Via Google Gemini", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/gemini/v1/models/:model:generateContent", "params": [ { "name": "model", "value": "", "type": "path" } ] }, "docs": "Generate Content Via Google Gemini" } ] } ], "bundled": true }