API Explorer 选择一个操作、粘贴你的 Lazu API 密钥,直接对线上 API 发起真实请求。请求从浏览器直连 api.lazu.ai,密钥只保留在当前标签页(勾选 Remember 才会持久化)。 OperationsPOSTCreate chat completionPOSTRun searchGETList modelsPOSTCreate embeddingsPOSTCreate responsePOST/v1/chat/completionsSendAuthorizationRemember in this browserRequest body{ "model": "gpt-4o-mini", "messages": [ { "role": "user", "content": "Say hello from the explorer" } ] }Response—// Press Send to run a live request