{ "opencollection": "1.0.0", "info": { "name": "Martian Gateway Chat Completions API", "version": "1.0" }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create a routed chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.withmartian.com/v1/chat/completions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "OpenAI-compatible chat completions endpoint. Supports most parameters of the OpenAI Chat Completions API. The model is specified as a provider/model-name string, and Martian routes the request to the best underlying model." } ] } ], "bundled": true }