{ "opencollection": "1.0.0", "info": { "name": "Bohrium Open AI 科学小导师 (bohrium-mentor) AI 科学小导师 (bohrium-mentor) AI 科学小导师 (bohrium-mentor) API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AI 科学小导师 (bohrium-mentor)", "type": "folder" }, "items": [ { "info": { "name": "创建会话,返回 sessionId", "type": "http" }, "http": { "method": "POST", "url": "https://open.bohrium.com/openapi/v2/sigma-search/api/v4/ai_search/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "**计费**:2 元/次 或 200 光子/次(创建会话时收取)" }, { "info": { "name": "订阅 SSE 流", "type": "http" }, "http": { "method": "GET", "url": "https://open.bohrium.com/openapi/v2/sigma-search/api/v3/sse/ai_search/v1/:sessionId/stream", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "订阅 SSE 流" }, { "info": { "name": "会话元数据", "type": "http" }, "http": { "method": "GET", "url": "https://open.bohrium.com/openapi/v2/sigma-search/api/v4/ai_search/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "会话元数据" }, { "info": { "name": "会话历史(断线恢复)", "type": "http" }, "http": { "method": "GET", "url": "https://open.bohrium.com/openapi/v2/sigma-search/api/v4/:sessionId/history", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "会话历史(断线恢复)" } ] } ], "bundled": true }