{ "opencollection": "1.0.0", "info": { "name": "LM Studio Local Server Anthropic Compatibility Chat API", "version": "1.0.0-beta" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Run chat inference (native)", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:1234/api/v1/chat", "body": { "type": "json", "data": "{}" } }, "docs": "Native LM Studio chat completion. Supports streaming, tool/function calling, structured output via JSON schema, and returns LM Studio generation stats." } ] } ], "bundled": true }