{ "opencollection": "1.0.0", "info": { "name": "osmAPI Anthropic Messages 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://api.osmapi.com/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Sends a chat completion request to the specified model through osmAPI's smart routing system. Compatible with the OpenAI chat completions format." } ] } ], "bundled": true }